Fundamentals of Object Oriented Programming
Learn the fundamentals of object-oriented programming (OOP) from first principles. Understand key concepts like classes, objects, encapsulation, inheritance, and polymorphism in a simple and logical way to build a solid programming foundation.
How to create scroll links to navigate to specific sections of a NextJS app
A short tutorial on how to create scroll links to navigate to specific sections of a nextjs app
5 SOLID Principles of Object Oriented Design-A Summary
A summary of 5 SOLID Principles of Object Oriented Design
Spartan UI for Angular Developers
Exploring Spartan UI for Angular Developers
Viewing Database and Schema in Django SQLite3 Database
In Django, `db.sqlite3` is the default SQLite database file that is created when you initiate a new Django project. SQLite is a lightweight, serverless, self-contained, and transactional SQL database engine.