We are going to learn flask installation on an Ubuntu system/machine. Flask is an open-source Python micro-framework for making APIs
Continue reading »Difference between DELETE and TRUNCATE
The difference between DELETE and TRUNCATE command is the most common database interview question. We use the DELETE and TRUNCATE
Continue reading »What are Python Arrays?
An array is a special variable, that can hold more than one value at a time. An array can hold
Continue reading »Lists in Python
Python Lists are used to store multiple items in a single variable. We create a list using an angle bracket
Continue reading »Difference Between List and Tuple in Python
List and Tuple are complex data types in Python. It is used to store multiple items in a single variable.
Continue reading »Most frequently Used Git Commands For Developers
Git is a version control system that tracks the changes in your project. Git is an essential aspect of day-to-day
Continue reading »Basic Linux Commands for Developers
Linux is a popular operating system for servers, supercomputers, and personal computers. It is totally open-source and free. I am
Continue reading »JavaScript Tricky Interview Questions And Answers
JavaScript Tricky Interview Questions And Answers are asked for Angular, Typescript, Node js, and React js interviews. The interviewer checks
Continue reading »Building Blocks of Angular
Angular is an open-source framework to build a single page application (SPA). It is written in Typescript which is a
Continue reading »JavaScript Array, properties and methods
JavaScript Array is a special variable that can store more than one value at a time. The values can be
Continue reading »