Web Development


50 VS Code Extensions That Will Make You a Better Developer

If you are a programmer, there is a high chance that you are using the Visual Studio Code for your development. It is a free source code editor released in 2015, developed by Microsoft and runs in…

vscodesoftware-developmentprogramming

The Best (and Worst way) of Solving the Palindrome Algorithm Question

The palindrome question does a great job testing developer’s basic understanding of how to manipulate a string.

software-developmentsoftware-engineeringalgorithms

JavaScript Frameworks, Performance Comparison 2020

The ultimate performance battle between JavaScript frameworks

javascriptvuejsreact

Creating a Simple Accordion with HTML, CSS and JavaScript

A simple guide on how to build an accordion

htmlcssjavascript

How to Add Emoji to Your Angular application

Nowadays, it is impossible to escape emojis. We are surrounded by smilies that express our feelings or have the sole purpose of shortening our sentences. Whether you are laughing 😂 or whether the…

javascriptweb-developmentprogramming

How To Create Horizontal + Vertical Scroll Shadows

In Pure CSS or with CSS + JavaScript

cssjavascriptscroll

How to Render Next.js with NestJS

Did I just make Next.js better?

javascriptnextjsnestjs

4 Ways to Check if the Property Exists in JavaScript Object

javascriptprogrammingcoding

How To Add, Modify and Delete JavaScript Object Literal Properties

codingprogrammingjavascript

How to Show a Loader Until the Fetch API Has Finished Loading the Page

fetch-apijavascriptweb-development