Shams Nahid
Shams Nahid's Blog

Shams Nahid's Blog

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

Common Design Patterns I use everyday as a JavaScript developer

Apr 16, 20233 min read

Design patterns are established solutions for common software architecture problems. As a JavaScript developer, I encounter a lot of problems, and...

Common Design Patterns I use everyday as a JavaScript developer

OOP Principles, JavaScript Perspective

Mar 30, 20233 min read

OOP design principles explained with JS/TS examples. · The object-oriented programming paradigm has 4 core...

OOP Principles, JavaScript Perspective

Design Patterns Implementation in JavaScript

Mar 23, 202312 min read

Common design patterns implemented in JS/TS · Design patterns are the battel-proof solution for common software design problems. Each pattern can be...

Design Patterns Implementation in JavaScript

SOLID principles Using JavaScript

Mar 11, 20236 min read

Explain solid principles using JavaScript and Typescript examples. · SOLID SOLID stands for 5 of the following principles, Single Responsibility...

SOLID principles Using JavaScript

Practical Closure

Feb 27, 20233 min read

In some cases, closure can be tricky to predict. Gathered some of these concepts with code implementations to make the closure easy and...

Practical Closure

Simplifying "this" in JavaScript

Jan 31, 20236 min read

Elaborating the JavaScript "this" with examples. · Overview The this keyword can be one of the most confusing concepts in JavaScript. We will explain...

Simplifying "this" in JavaScript