Automate the boring stuff with python
Python is a versatile language and it pays to learn it. Most of the manual tasks can be automated via python and new functionalities can be implemented easily. Above link is a book that will help you learn it easily.
Python Tricks
A great article to learn some cool tips and tricks in python.
Web Security
Nice article to learn some basics of Web Security.
Subscribe to:
Post Comments (Atom)
NoSQL
NoSQL Data models: key-value Aggregate model. key or id is used to get the data. Lookup is based on the key. document Aggre...
-
Database scaling Horizontal scaling is ensured by adding concurrent machines that will handle more requests. Path1: The requests will...
-
CSS has so many different properties that it is confusing to keep a track of it. Most of the tutorials available online are only useful if ...
-
What are High and low fidelity wireframes? Low-Fidelity wireframes are just simple drawings of how the screen will look like. High-Fi...
No comments:
Post a Comment