1 follower
Hi, I'm Mostafa Khalid Raihan. I'm a Software Engineer at Optimizely. I'm passionate about software development and I love to learn new things. I'm excited to share my thoughts
To delete multiple Git branches at once, you can use the combination of git branch, grep, and xargs commands. The git branch command lists all local...
Elasticsearch is a powerful search and analytics engine that is widely used for various applications, including data exploration, log analysis, and...
Express.js is a popular web application framework that provides developers with a powerful set of tools for building robust server-side applications....
Closure in JavaScript refers to the ability of a function to access and remember the values of variables declared outside of its own scope, even after...
Lets say, we are working on a feature, and you know, when we develop a feature, at first, things are messy, to say the least ;). So we added a bunch...
Today I discovered that you can run the previous command without typing the whole command again. For example if you had to type a long command, in my...