abhisekdutta

Blog

JavaScript & it's behaviours

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

Invest more time to style the HTML document

A SCSS blog explains how to write and compile Sass, using variables, nesting, mixins, and functions for efficient CSS styling.

Read

What is special about React.js?

React is an open-source JavaScript library used for building user interfaces. Developed and maintained by Meta.

Read

Learn SQL & become a DBA

SQL is a language for managing and querying relational databases. It's used to create, modify, and retrieve data from tables.

Read

The "best" tutorial on YouTube explaining 0/1 Knapsack

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

One must learn Data structure & Design patterns to get a job in Amazon

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

OOPs in JavaScript can make life easier

Mosh Hamedani explains JavaScript OOP concepts like encapsulation, inheritance, and polymorphism, covering object creation, properties, and concluding with a stopwatch implementation exercise.

Read

Practice "Dynamic Programming" to become a better programmer

Dynamic programming solves complex problems by breaking them into simpler subproblems and storing their solutions to avoid redundant calculations.

Read