© 2023 Hashnode
#introduction
Say you are solving the Rubik’s cube, and you are a couple of steps toward the whole solution and at this point you get stuck. Maybe you would need to track back a few steps or get assistance from a f…
Git is a version control system used to manage and keep track of changes in software code. The changes can be hosted on a web platform i.e. GitHub. These two tools are essential for developers as chan…
Welcome to the fascinating world of AWS DevOps tools, where we explore the boundless opportunities these services offer to software teams looking to enhance their development and operational efficienc…
Computer Vision is the sub branch of AI that focuses on the problem of teaching computers to see. Like other types of AI, computer vision seeks to perform and automate tasks that replicate human capa…
At some point in your interactions with websites, you must have come across the dreaded 404 status code. The 404 is a HyperText Transfer Protocol(HTTP) status code. According to Wikipedia, HTTP is an application layer protocol in the Inter…
A shell is a program that executes other programs in response to text commands. There are two types: Graphical user interface(GUI) Command line interface(CLI) A command-line interface is a compute…
Definition > In rookie terms...Django is a tool or framework in Python that helps developers create websites and web applications. It comes with a set of pre-built components and tools that make build…
What is a Database? A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database manag…
Azure is Microsoft’s cloud platform, just like Google has its Google Cloud and Amazon has its Amazon Web Service or AWS. Generally, it is a platform through which we can use Microsoft’s resources. For…
Introduction: Welcome to the world of React.js! In this article, we will embark on a journey to discover the power and flexibility of React.js—a JavaScript library for building interactive and reusabl…