Back to Posts

My Dotfiles configuration

So, this is a typical post found in the developer’s blogs, and since I’m trying to create the habit of writing technical stuff as a way to learn and share, I decided to start with this simple contribution.

Daily work

A developer toolbelt should fit him/her wrist and the daily grind and tech stack. For that reason, I would like first to describe my tech stack and requirements for a well fit toolbelt.

Stack

  • Ruby
  • Golang
  • Python
  • JavaScript
  • Bash
  • MongoDB
  • SSH

I prefer working in the terminal and found it very productive to write code and interact with servers everything from the command line. For that purpose, I currently use Alacritty, which is a fast TTY terminal, as describe itself as “a terminal emulator with a strong focus on simplicity and performance.” As a text editor, I choose vim with dein as a plugin manager. However, for JavaScript, I haven’t replaced a visual editor like Sublime or VSCode.

Back to Posts

Posts by me

Como creo que deberiamos mejorar las fórmulas médicas en Colombia

Hace poco me pasó que tuve que comprar un antibiótico en una droguería famosa en Bogotá. El protocolo para comprar medicamentos con fórmula es que debes llevarla en físico o digital al momento de hacer la compra, normal.

How to reset network adapters on Windows

Had to help a friend of mine and found this, but the second time was hard to find the exact combinations of commands. So, I’m saving it here for my notes:

How to get diff over sqlite database files

Found this very interesting and usefull, how to do a diff for a SQLite database file: 🔗 Tracking SQLite database changes in GIT