© 2022 Hashnode
I started learning the C programming language around March this year at the ALX internship. It has been a bittersweet experience. In the sixth week or so, we learned about static libraries. I had diff…
Shellish is a side project I started when I was looking in the build-your-own-x repo for a project to build in Go. And started to follow the tutorial about how to build a shell in Go. And I have the i…
Last year I wrote an article about my shell config for 2021. https://sonny.alvesdi.as/my-shell-config-on-windows-for-2021 I am renewing the operation this year, and to be straightforward with you I …
I believe that the way we all learn writing queries for a database is quite similar. After learning the basics, we pull up our terminal, start the database server and practice writing different querie…
Whether it’d be in movies or over the shoulder of your “hacker” friend, it’s likely you’ve seen the mysterious command-line interface at one point or another. A window on the computer purely used for …
Using (n)vim as your command-line scratch helps you to efficiently fix, create, and run ad-hoc commands. If you are not familiar with vim, I suggest you start playing with the vimtutor first. I’ll tr…
Experience is the mother of all teachers, as they say. (...Anonymous) I was assigned a small project to do. It was about a prediction app that needed to be able to update its fixtures on the go. 🌳 I …
Masonite Tinker is a powerful REPL (Read, Evaluate, Print and Loop) environment for the Masonite framework. It's a supercharged Python interactive shell with access to the container, models and helper…
Introducing Warp Today, I’m proud to officially introduce Warp, a from-first-principles reinvention of the terminal to make it work better for developers and teams. As of today, Warp is in public beta…
No artigo anterior, conhecemos um pouco mais sobre o Ubuntu como uma distribuição GNU/Linux baseada no Debian e realizamos sua instalação em uma máquina virtual através do software VirtualBox. Neste a…