Linux: How to show current git branch in Bash prompt

The bash prompt does not show the current active git branch on the project root. So adding a way to display the active git branch can help developers avoid the branching problems and code conflict with other developers some time. In this post, you will get a chance to learn how you...
Read more...
Laravel Cheat Sheet

Laravel Cheat Sheet

Are you a PHP developer, working using the Lararvel framework? If your answer is Yes, you are at the right place; here in this post, we are writing about the Laravel cheat sheet to quickly pick up the Laravel syntax for different features available in the Laravel ecosystem. The chea...
Read more...

Install Atom Editor on Ubunto 16.04

Press Ctrl+Alt +T open up your teminal, please type these commands. sudo add-apt-repository ppa:webupd8team/atom sudo apt-get update sudo apt-get install atom Enjoy!
Read more...

Setup Mailgun with Digital Ocean

One big panic thing is managing and having to set up the email server of own. It requires a lot of technical things, resources, pricing, security prerequisites and many more. A lot of modern, secure, reliable mail service providers are up in the tech market these days. Here, in this...
Read more...