4 followers
Web developer with a love for web technologies. Building things with JavaScript including reactjs, nextjs, node, and express.
Learn about the Interface Segregation Design Principle to write clean code. · This is the 3rd article in our series of articles covering the SOLID Design...
Learn about the Lisov Substitution Design Principle to write clean code. · This is the 3rd article in our series of articles covering the SOLID Design...
Create Polls, share with your public, get votes and analyze everything in the dashboard. · About Polle Polle is an open-source platform where you can...
Learn about the Open-Closed Design Principle to write clean code. · This is the second article in our series of articles covering the SOLID Design...
Learn about the Single Responsibility Principle to write better code. · This is the first article in our series of articles covering the SOLID Design...
A Brief Guide to Scope and Lexical Environment in Javascript · Scope in Javascript Scope determines the accessibility of variables in JavaScript. It...