Django forms and TailwindCSS examples, no extras required!
Read MoreHow to upgrade Rails
how-to railsI don’t write much about Rails here but whoa, two posts in a row! Well,…
Read More6 Lessons learned from upgrading a Rails app
tilI was recently tasked with upgrading our Ruby on Rails application at work: my goal…
Read MoreBook review: Get Programming with Go
books goLearning Go (a.k.a as Golang) was one of my personal goals for 2019 and I…
Read MoreGo to line number in a file using vim
tilYou want to see line 3842 of file called my_super_long_file.py and you can only access…
Read MoreTIL: docker commit
command line tilWhen I need to create a new custom Docker image, I usually start with a…
Read MoreTIL: How to move a line in Vim
tilFor a text like the following: In order to move the first line down, in…
Read MoreTIL: Create and deploy a serverless function in AWS
tilOnly two steps required (it assumes an existing account in AWS console): I used these…
Read MoreRemove a commit from history in Git – local and remote
git quick-tip tilI recently committed an API key to a repository and even worse, I pushed to…
Read MoreGetting started with gRPC – part II: the code
gRPC JavaScriptIn a previous post I wrote a summary of the things I learned about gRPC.…
Read MoreGetting started with gRPC – part I: the what
gRPC JavaScriptI recently spent some time researching gRPC and this post is a summary of what…
Read More