#web-development
Read more stories on Hashnode
Articles with this tag
Introduction: Closures are one of the most powerful and fundamental concepts in JavaScript, yet they can also be one of the most difficult to...
Introduction: As a JavaScript developer, it is important to understand how JavaScript code is executed. One concept that is essential to understanding...
Different ways to pass objects in Python · In Python, objects and data can be passed in several ways: Pass by reference: When an object is passed as an...
A quick introduction to ETL · ETL, or Extract, Transform, and Load, is a process used to collect and prepare data for analysis and reporting. The process...
The Model-View-Controller (MVC) architectural pattern is a way of structuring code in a way that separates concerns and makes it easier to maintain...
Django's Object-relational mapping (ORM) feature is a way to interact with databases using Python code, rather than writing raw SQL queries. It allows...