Jobayer Ahmmed

VS Code & Extensions

Visual Studio Code is a popular and easy to use code editor that many developers use. As a developer, you should know your tools properly. Writing code in VS Code can be more fun if we can use appropriate extensions. Today, I will talk about some popular extensions that can... read more

Utilize Git Stash

While working on a project, we sometimes encounter a situation where we need to change multiple files to build the project for multiple target environments. For example, to build and run a project for a local development environment, we need to change some files according to the local environment like... read more