Software / System Engineering & personal random thoughts / theories
Moved to the heap in Go standard pool
Using pointers with Go sync.Pool is not the only thing that you have to consider to avoid allocations, you'll have to pay attention what can cause to move to heap when using the objects that you get from and put into the pool
Read more ⟶Arch Linux essential tweaks and applications
Tweak the certain configurations and install some applications to make the computer more usable and make my life easier
Read more ⟶Tracking dotfiles
PGP and Git configurations to start tracking my dotfiles
Read more ⟶Stepping Down as the Local Lead of NASA Space Apps Girona
Stepping down as the local lead of NASA Space Apps Girona because of the agency's decision to end its DEIA programs
Read more ⟶Arch Linux network configuration
Configure the network after you base Arch Linux installation
Read more ⟶Base Arch Linux installation
Base Arch Linux installation with full disk encryption with LUKS and LVM
Read more ⟶Setting up GPG, GIT with keybase.io
Learn how to sign your commits with Keybase.io PGP key without typing a passphrase on each commit and get your commits verified on Github
Read more ⟶Linting Javascript with ESLint
Know why linting your javascript code is so important and learn how to lint your javascript code with the power ESLint
Read more ⟶3 Weeks Backpacking India: Jaipur
My 3 weeks backpacking adventure in India with a tight budget to enjoy the contrast than luxury: Jaipur
Read more ⟶Talk at Golang BCN about Profiling Go Programs
A brief script, the materials and related links of my talk about Profiling Golang Programs on March of 2016 at Golang BCN group
Read more ⟶