Simpler context switching with Git worktrees
git worktree allows you to attach a branch to a specific folder. It's like doing a clone of a repository that shares the same git folder.
2021 - A Year In Review
My Journey with RSI (as a Software Engineer)
Some strategies I implemented to overcoming Repetitive Strain Injury (RSI)
Vue.js: Let's Scale!
Architecture and technical decision behind a big Vue.js application.
Lessons Learned by Maintaining a Large Codebase
I've been maintaining a massive Vue.js codebase for the last 3 years. Here are 9 lessons I've learned along the way.
Bash for developers
Essential bash commands and time-saving aliases to simplify your daily tasks
2020 - A Year In Review
Monorepo: is it worth jumping the bandwagon?
Monorepos: beyond the hype. when and when not) to use them.
Tips for your GitHub Portfolio
Showcasing your work can help you land your dream job. But you have to follow a few simple rules.
Vue.js Performance Improvement with Memoization
How I reduced the rendering of a complex component by 10 (from ~4s to ~0.3s).