GitHub
Git Hooks: Automating the Boring Stuff
I used to run linters and formatters manually before every commit. I’d forget half the time, leading to messy, inconsistent code in my repos. Then I disc…
Stories Worth Reading
PixelProse is your go-to blog for insightful articles on Technology, Travel, Food, Health, Lifestyle, Business, Fashion and Sports. Fresh perspectives. Real stories. Zero fluff.
Results for "Git hooks"
18 articles found
GitHub
I used to run linters and formatters manually before every commit. I’d forget half the time, leading to messy, inconsistent code in my repos. Then I disc…
React
When React Hooks were introduced in version 16.8, they fundamentally changed how we write React components. The old class-based approach with lifecycle met…
Tools
Every developer needs version control. Git is the system; GitHub is a hosting service. I made the mistake early on of just saving files with names like 'fi…
GitHub
I once worked on a project where the branches were named 'fix', 'fix2', 'asdf', and 'pleasework'. It was chaos. We didn’t know what was in production, wh…
Tools
If you're not using version control, you're essentially flying blind. Git has become the industry standard, and mastering a few key workflows will transfor…
Machine Learning
Git is great for code, but what about your 50GB dataset? Or the 100 different model versions you trained? I learned the hard way when I accidentally overwr…
GitHub
When I first started with Git, the tutorials were overwhelming. Merge, rebase, cherry-pick—it felt like learning a new language. Then I discovered the Gi…
Tools
As a new developer, I was intimidated by the black terminal window. But learning the command line is essential for running build tools, git, and deploying…
DevOps
Taking your code from localhost to the live internet is a rite of passage for web developers. The options can feel overwhelming, but start simple. For stat…
Business
Instagram is no longer just a social media app—it’s a powerful income platform. With millions of users in India, anyone can start earning without spend…
DevOps
The days of deploying a WAR file to a Tomcat instance on a virtual machine are fading. Most Java shops are moving to containers. I started Dockerizing my S…
Tourism
No trip to Dubai is complete without at least walking through the Gold Souk in Deira, even if you have no intention of buying anything. The sheer volume of…
Tourism
No trip to Dubai is complete without at least walking through the Gold Souk in Deira, even if you have no intention of buying anything. The sheer volume of…
Career
If I could go back and give myself advice, I’d say: don’t just learn the syntax. Learn the ecosystem. Knowing Java is great, but knowing Spring, Maven…
JavaScript
JavaScript used to be confined to the browser. Then Node.js came along and allowed us to run JavaScript on the server. For a beginner, installing Node also…
Google Cloud Platform
We've all done it. Hardcoded API keys in config files. Committed them to Git. Then scrambled to revoke them when you realize the repo is public. I was guil…
Google Cloud Platform
We've all done it. Hardcoded API keys in config files. Committed them to Git. Then scrambled to revoke them when you realize the repo is public. I was guil…
GitHub