Vivek K. SinghinPython in Plain EnglishEffortless Database Migrations: Why Alembic is Your Python Must-HaveSQL databases operate by defining specific fields, data types, and relationships across various models. These characteristics make SQL…Feb 21Feb 21
Vivek K. SinghinPython in Plain EnglishAmazing itertools functions — PyTip09The itertools module in Python is a standard library that provides functions for creating and working with iterators. Iterators are…Dec 30, 2022Dec 30, 2022
Vivek K. SinghDocker Swarm: Initial Steps — DevOps02Docker swarm is a native clustering tool for Docker that turns a pool of Docker hosts into a single, virtual host. With swarm…Nov 28, 2022Nov 28, 2022
Vivek K. SinghQuery Expression in Django — DjangoTip03A query expression is a set of clauses that defines a particular search. In Django, a query expression is used to filter the results of a…Nov 22, 20221Nov 22, 20221
Vivek K. SinghinPython in Plain EnglishWhat are __slots__ in Python? — Day7of30 PyTip08There are several special attributes in Python classes that help to define how the class behaves. In Python, a class has lot of built-in…Nov 21, 20223Nov 21, 20223
Vivek K. SinghinPython in Plain EnglishAmazing collections data structures in Python — Day6of30 #PyTip07The collections module is a built-in module that implements specialized container datatypes providing alternatives to Python’s general…Nov 15, 2022Nov 15, 2022
Vivek K. SinghinPython in Plain EnglishAmazing features of Django ORM — Day5of30 — DjangoTip02One of the most amazing features of Django is the ORM. Django ORM is a great way to manage databases. It provides a clean and simple…Nov 13, 20221Nov 13, 20221
Vivek K. SinghGuide to Installing Jenkins using Docker — Day4of30Jenkins is one of the most popular continuous integration tool that helps developers to automatically build and test code changes, and…Nov 12, 2022Nov 12, 2022
Vivek K. SinghinPython in Plain EnglishHow to Customize Python Built-in Data Types — Day3of30 #PyTip06You may have come across the statement “Everything in Python is an Object” during your Python coding adventure. In this article, you will…Nov 11, 20221Nov 11, 20221
Vivek K. SinghDjango Model Meta Options for the Pros Day2of30 — DjangoTip01Django is one of the most popular python framework for building backends for web applications. Django works on the Model View Template…Nov 9, 2022Nov 9, 2022