Articles, tutorials, and tips I have been following
Explore MongoDB tutorials, best practices, updates, and real-world stories for modern database development success.
Discover Next.js: a powerful React framework for building full-stack apps with optimized features and seamless interfaces.
Take a tour of JavaScript's core, exploring known and hidden features to improve daily coding practices.
Learn SCSS basics—writing and compiling SASS with variables, nesting, mixins, and functions for efficient, reusable CSS styling.
React is an open-source JavaScript library by Meta, designed for building fast, interactive, and scalable user interfaces.
Learn SQL: the essential language to create, manage, and query relational databases for powerful data handling.
Master the 0/1 Knapsack problem! Learn brute force and dynamic programming through clear, practical examples.
Learn OOP design patterns—exploring Memento and State, highlighting benefits for reusable, extensible, and maintainable software systems.
Mosh Hamedani teaches JavaScript OOP—covering encapsulation, inheritance, polymorphism, and a stopwatch project for practice.
Dynamic programming tackles complex problems by dividing them into smaller subproblems and reusing stored solutions efficiently.