MySQL on Linux
Install MySQL on Linux MySQL is one of the most popular open-source relational database management systems. In this guide, we’ll walk you through the steps to install MySQL on Linux. Prerequisit...
Install MySQL on Linux MySQL is one of the most popular open-source relational database management systems. In this guide, we’ll walk you through the steps to install MySQL on Linux. Prerequisit...
Note: Remember dropping a table will remove all the data from it. I recently had to remove a table from a Rails application, so, I want to share ways to do it. Using a Migration why this option...
Mastering Git Bisect: Finding Bugs with Precision In the world of software development, bugs are a common adversary. They can be elusive, popping up when you least expect them and wreaking havoc i...
Git is a powerful version control system that allows developers to manage their source code effectively. One of the features of Git is the ability to create branches, which allow developers to work...
Hey folks, I just wanted to say…. Happy New Year 🥳 !!!
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 Raven.confi...
Recently, I installed Ubuntu 22.04 because I wanted to be on the latest version. I installed rvm.io without issues, then I just wanted to download the ruby binary as usual. rvm install 2.6.9 an...
Do you want to use a fancy terminal?, then install zsh and ohmyzsh. Install zsh sudo apt install zsh Install Oh-My-Zsh Then go to https://ohmyz.sh page copy and execute the following command. ...
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 in a new pc, as a result I wanted to dockerize my bridgetownrb blog because not want to have my pc dirty XD As usual I started searching how to dockerize bridgetownrb I found this easy...