After reading A decade of dotfiles I wanted to create a similar bash function to boop. And here it...
My workflow when starting a new task for the project with git. How I checkout on a new branch based on origin/master branch.
Sometimes you decide to add a new eslint plugin or rule to your javascript project. To not do 2000+ files change you may try to gradually change files with lint-staged.
I was adding a new eslint plugin that will sort imports in js/ts files. After adding...
Let's say you have a core package that is used in your app and mobile projects. Now you need to do...
How we can clean up the repository root directory from config files like .eslintrc.js, tsconfig.json, jest.config.js and others.
How to make your husky pre-commit optional for each check
Let's see different ways you can document your npm scripts using README, comments in package.json, or using npx why package.
A basic guide on why and how to use Git worktree feature.
A guide to remap Caps Lock to open the iTerm2 Mac terminal from anywhere in the system.
How to create a simple script that will nudge Github Pull Request reviewers on Slack using Slack API and userscripts.
How to hide a specific branch when looking into git log history.
Did you forget to add meteor command before npm? Try adding a bash script that will make sure you always run it correctly.
A guide to customize the commitlint to your need and use it as convention in your git repository. Costumize commitlint header format to use emojis.
To win first place at a hackathon, you need to combine multiple components... and that's not always possible. Here's how to make the most of your next hackathon without coming in 'first place'.
An alternative to kanban board. Using Google Docs as a planning tool.
My daily use of Git. What Git commands I usually use. Tips and tricks that I use every day.
This is my attempt to create a simple time tracker from the command line
Github action that comments on an issue when a related branch is created
What I learned from 35 hackathons, why you should participate at hackathons, how to gain experience without a full-time job.
Lessons learned from my biggest Pull Request. What to do when the Pull Request is too big?!
What motivates me when I am looking for a new job in software engineering.
A story about how I started my open source project