Blog Posts
Forcing a migration in Rails
Created on: Aug 25, 2022
Last updated: Aug 26, 2022
In this blog post you'll learn about how to force a rails database migration
0 minutes read
Rails: Solution for "can't find gem bundler (>= 0.a) with executable bundle"
Created on: Jan 23, 2021
So you have cloned a fresh copy of your old rails project or someone else's project which used to work previously just fine, and now...
1 minute read
Generator Functions
Created on: Dec 27, 2020
Last updated: Dec 12, 2022
In this post I explain generator functions, go over a couple of use cases then show an example in Python
5 minutes read
Remove Local Branches No Longer On Remote
Created on: Jul 19, 2020
Learn how to remove local branches no longer exist on remote
0 minutes read
Git: A Version Control Utility - The Basics
Created on: Feb 16, 2020
Last updated: Apr 14, 2020
In this post I talk about Git, a version control utility, and how we use it by showing some examples
7 minutes read