Happy New Year 2023
Hey folks, I just wanted to say: Happy New Year 2023 🥳
Hey folks, I just wanted to say: Happy New Year 2023 🥳
To be honest, following the sentry documentation was pretty straightforward. Change Gems # Old gem "sentry-raven" # New gem "sentry-ruby" gem "sentry-rails" Change Initialization # Old Raven...
Recently, I installed Ubuntu 22.04 to stay on the latest version. I installed rvm.io without issues, then proceeded to install Ruby as usual: rvm install 2.6.9 To my surprise, I encountered the...
Do you want to use a fancy terminal? Install zsh and oh-my-zsh. Install zsh sudo apt install zsh Install Oh-My-Zsh Visit https://ohmyz.sh, copy, and execute the following command: sh -c "$(cu...
Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s used in millions of websites, including some of those you visit daily. - prismjs documentation ...
I’m working on a new PC and wanted to dockerize my Bridgetownrb blog to avoid cluttering my system. I searched how to dockerize bridgetownrb and found this easy-to-follow post (thank you, Konnor),...
Introduction As a non-native English speaker, I’m always learning new words, idioms, and expressions. This post is a collection of interesting words I’ve encountered and wanted to remember. 202...
Why Install from Source? Vim/Neovim has been my code editor for about 5 years, and in all that time I haven’t needed to compile it and install it from its GitHub repository. This is because Vim co...
The Problem You’ve just opened Vim, maybe by accident or because someone told you it’s a great editor. Now you’re stuck. You’ve tried everything — clicking, pressing random keys, nothing works. Ho...
CSS of the Future I followed a tutorial on YouTube by Angela Delise to learn a bit of CSS GRID and it was very simple. The Layout CSS Grid makes it incredibly easy to create complex layouts wi...
The Bug Do you know what the PWD command does in Linux? Let’s say we’re in the Downloads folder on our computer. Downloads $ pwd /home/itox/Downloads pwd returns the current directory path — s...
The Journey Continues Remember that a few days ago I posted an article where I started contributing to the Alacritty-Themes project? Since then, several things have happened. Alacritty-Themes ...
The Change Since I’ve known Ruby on Rails, it has included the Byebug gem 😥. It was introduced in the Gemfile over 7 years ago. But things are changing. The Pull Request Depend on ruby/debug, rep...
The Discovery Thank you GitHub!!! GitHub reported a security vulnerability 🙈 in my juanvqz.github.io repository which is related to axios. Axios, Promise based HTTP client for the browser a...
The Context Last week we were solving JavaScript errors with the help of New Relic. New Relic One: A simple yet powerful observability platform. Detect, debug, and prevent. New Relic monitor...