My VSCode Setup (simple and catchy)I like working with the VS Code Editor. It’s simple to use and code-friendly. Being a developer, I have to sit for long hours of coding. So it’s imperative to set up VSCode in such a way that it should look attractive as well as increases my producti...Nov 17, 2022·1 min read
Some useful HTML5 questions with answersIn an interview, sometimes the basic questions are hard to answer. I have faced the same situation. It's always better to assemble important questions so that you can avoid browsing the web, and searching for answers when you have less time. Therefor...Oct 29, 2022·7 min read
Understanding PromisesPromises are a new feature of ES6. It’s a method to write asynchronous code. It can be used when, for example, we want to fetch data from an API, or when we have a function that takes time to be executed. The Promise Object represents the eventual co...Jun 18, 2022·5 min read
Dockerize an angular 10 appI was working on an Angular 10 project and it was required to dockerize the app. As someone new to Docker, I was able to dockerize the app by learning a few basic concepts. Here is my understanding of how I achieved my goal. Before diving into the su...Jun 17, 2022·3 min read