#2articles1week
Read more stories on Hashnode
Articles with this tag
When I built the website for Landing in Tech I wanted to have a bar on top of the page with the latest episode. The idea was to allow users to listen...
Version control systems are tools to keep track of changes to source code or other collections of files and folders. They help to track the changes of...
As developers, we use the terminal all the time, it makes sense to learn some shortcuts that can help you do things in the command line. Learning...
Since I've recently moved from using markdownRemark to MDX on all my Gatsby Sites, the instructions to some plugins might not be that straightforward...
It's always a good idea to keep dependencies updated, from performance gains to fixing security issues, it just makes sense to update. But your...
On my previous article, I've talked about Linux Signals and how you can send a specific signal with the kill command. On this article, I will talk a...