
Hello! My name is Aulad and I enjoy creating things that live on the internet. Innovative Front End Developer with knowledge of building and maintaining responsive websites. Proficient in HTML5, CSS3, Bootstrap, JavaScript(ES6), React.js, plus modern libraries, and frameworks.
I've completed 20+ projects based on react.js with a good UI sense. Besides, I don't forget to learn about API making, the authentication system, MongoDB database.That's why node.js & express.js come gradually.
Love to listen to music, play guitar, traveling & do social work. Everyday life is like programming, I guess. If you love something you can put beauty into it.

Posted on Dec 23, 2021
For storing data of application choosing the right database is very important. Sometimes choosing the relational database might seem more natural but sometimes this choice may not be successful. Here I am trying to explain the differences between relational and non-relational databases.

Posted on Dec 22, 2021
React is a very popular JavaScript library for its performance. It smartly does the work when it comes to handling page updates and data binding. But there are many scenarios behind that performance. Virtual DOM is one of them. When there is a change in UI then the DOM updates and the UI must be re-render.