Published onJanuary 8, 2022Using services in your Rails projects#ruby-on-rails#software-engineeringServices can be powerful tools to optimize your code make your life easier
Published onDecember 15, 2021Ruby on Rails development tidbits#ruby-on-rails#software-engineeringSome sweets tricks to make your Rails app development easier
Published onDecember 1, 2021How I manage my bookmarks productively#productivity#favouriteThe mental framework I use to store and organize my bookmarks in Google Chrome
Published onNovember 10, 2021How to do a git rebase#git#software-engineering#tutorialRebasing in git essentially rewrites the history and puts your commits to the top of the commit tree
Published onOctober 11, 2021Resources for Emulation Development#emulation-development#side-project#gamingWriting your own emulator for a video game console is a great side project idea, and is one of the best ways to learn CPU architecture and design