402 followers
I am a full stack web developer and a blogger, I love to share my knowledge with people around me. Technologies have always inspired me which brought me here as a Blogger.
Subscribe to my newsletter and never miss my upcoming articles
Idea of DevOps in short & simple words DevOps. It’s a confusing topic, isn’t it? I’ve been asked a few times about it, and I wanted to take the time to write down how I see it. Often with culture topics like this, it’s difficult to pin down an accura...
Just recently, I was searching for how to create a terminal-esque website, much like Jeremy Wagner’s old site where you could run commands to open different links and places on his site. Side Note : To get the Dev related News & Articles Check my Te...
This post isn’t intended to reopen the age-old JavaScript debate, but merely to serve as a reference when people ask why JavaScript Standard Style enforces a “never use semicolons” rule. The idea that you can “always use semicolons” and not worry a...
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as it creates most of the boilerplate code needed to get you up and r...
Lately Gatsby and Next have gotten lots of attention. At first glance, they both seem very similar. They both: Generate very performant websites. Creates SPA out-of-the-box. Creates good SEO out-of-the-box Have an awesome developer experience. ...
If you are working with Laravel Forge and want to build a custom script that responds to the deployment webhooks than you likely encountered a basic problem: Laravel Forge doesn’t tell you what is provided in the Laravel Forge deployment webhook pa...