At work, I often have to make changes to many repository-based projects at the same time. They can be...
I've been living in Kitchener for over an year and in the first time I attended to the ruby workshop...
If you worked with a large database you know that you can't just run an alter table to add a column with a default value, maybe you tried it and it failed -- like me awhile ago 🤕 -- but what if you really need to do that? That's what I'm about to tell you in these four simple steps.
If you don't know what is ctags Ctags is a programming tool that generates an index file of names f...
How I've used sublime text, vim, emacs and vscode over my career as a software developer.
I will bring here an approachable solution for building rails applications using some fundamentals of the so-called clean architecture. But, what is it?