lucasprag

lucasprag @lucasprag

About: Software Engineer at Smile.io. Sharing things I learn & side-projects at lucasprag.com

Location:
Canada
Joined:
Feb 7, 2018

lucasprag
articles - 6 total

Underrated VSCode feature: Native Tabs

At work, I often have to make changes to many repository-based projects at the same time. They can be...

Learn More 38 9Apr 18 '24

A year of ruby meetups in Kitchener

I've been living in Kitchener for over an year and in the first time I attended to the ruby workshop...

Learn More 7 0Dec 23 '19

How to add columns with a default value to large tables

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.

Learn More 14 2Nov 17 '19

Little trick to use ctags to jump to definition even inside gems like Rails on vim

If you don't know what is ctags Ctags is a programming tool that generates an index file of names f...

Learn More 8 0Nov 6 '19

My editor journey: sublime, vim, emacs, vscode

How I've used sublime text, vim, emacs and vscode over my career as a software developer.

Learn More 90 57Aug 4 '18

Use-case oriented rails applications

I will bring here an approachable solution for building rails applications using some fundamentals of the so-called clean architecture. But, what is it?

Learn More 14 4Jul 31 '18