21 followers
Engineering @Red Hat | GitHub Campus Expert 🚩 I love exploring technology and documenting stuff that I find interesting. I hope that you will love reading it :)
First time contributing? Will help you out 🤝 Open-source contributions are a great way of learning and practically implementing your knowledge. But...
Maintaining a high standard of code quality is necessary for clean and error-free code. It enhances readability and also reduces bugs, improves...
Imagine if a project has the requirement to set up various different technologies like a web server using NodeJS, MongoDB as database and the frontend...
Have you ever wondered when a web server application can serve only static HTML pages, which component of it would be helping to serve dynamic...
You would have observed that a software taking too much time to get developed is often not preferred as the market needs changes very frequently and...
Have you ever wondered why JavaScript can run anywhere? It can run everywhere because of JavaScript Runtime Environment. It is like a container that...