Blog 🖊️
Build React and Next applications most fast and efficiently
Apr 13, 2021
Usually, developers spent a lot of time installing dependencies, creating folders, etc, before having our initial configuration and start working on the application.
How to uppercase the first letter of a string in JavaScript
Mar 29, 2021
JavaScript offers many ways to capitalize a string to make the first character uppercase. Learn the various ways, and also find out which one you should use, using plain JavaScript.
How to center elements with CSS
Jan 28, 2021
Knowing how to center things with css is very necessary for our day to day as web developers. There are several ways to achieve the same, so it can get us confused. Today we are going to learn how to center things horizontally, vertically and both (horizontally and vertically) fully responsive.