Blog
It's a tour to JavaScript's core concepts. We will cover some known and unknown features that we can use in our daily coding life.
Read
A SCSS blog explains how to write and compile Sass, using variables, nesting, mixins, and functions for efficient CSS styling.
Read
React is an open-source JavaScript library used for building user interfaces. Developed and maintained by Meta.
Read
SQL is a language for managing and querying relational databases. It's used to create, modify, and retrieve data from tables.
Read
This video explains the 0/1 knapsack problem, covering brute force and dynamic programming approaches, with an example illustrating the dynamic programming method to maximize profit within a weight limit.
Read
Introduction to design patterns in OOP, focusing on Memento and State patterns, and explains their benefits for reusability, extensibility, and maintainability in software design.
Read
Mosh Hamedani explains JavaScript OOP concepts like encapsulation, inheritance, and polymorphism, covering object creation, properties, and concluding with a stopwatch implementation exercise.
Read
Dynamic programming solves complex problems by breaking them into simpler subproblems and storing their solutions to avoid redundant calculations.
Read