📰 Dev.to · Toolloom
7 articles · Updated every 3 hours · View all reads
All
Articles 67,615Blog Posts 99,886Tech Tutorials 16,344Research Papers 13,813News 12,550
⚡ AI Lessons

Dev.to · Toolloom
2d ago
Saving Yourself with Git Reflog
We've all been there: you run a destructive command like git reset --hard or accidentally delete a...

Dev.to · Toolloom
1w ago
Master Selective Commits with Git Add Patch
Ever finished a long coding session and realized you've written code for three different features,...

Dev.to · Toolloom
2w ago
Mastering Granular Commits with Git Add Patch
Ever find yourself finishing a long coding session only to realize you’ve changed three different...

Dev.to · Toolloom
1mo ago
Mastering the Surgical Commit with Git Patch
Ever find yourself halfway through a feature only to realize you’ve also fixed three unrelated bugs...

Dev.to · Toolloom
1mo ago
Master the Partial Commit
Ever find yourself halfway through a feature only to realize you've fixed three unrelated bugs in the...

Dev.to · Toolloom
1mo ago
The Art of Pythonic List Comprehensions
When you're working in Python, it's tempting to write long for-loops to filter or transform data....

Dev.to · Toolloom
2mo ago
Clean Up Your History with Interactive Rebase
Before you open that pull request, try using git rebase -i HEAD~n. It lets you squash those tiny "fix...
DeepCamp AI