Data Files: Knowledge Base
Thoughts, tutorials, and insights from my journey through code and beyond.
What to do when you break production
The feeling of breaking production can be one of the worst you can feel in your professional career. There are multiple strategies you can follow, from a hotfix to a rollback, to fix that little bug 🐛 that gave your production environment the hiccups.
How to start creating
It will happen to you—there will be a moment when you can't stop thinking about creating something. A blog, a video, or a short piece that comes from your ideas.
Fighting the fear of not feeling productive
If you've been like me and can't go a single minute without "being productive" or you end up feeling anxious about "not working enough," let me tell you something.
What should I study?
This question has been so hard for me to answer in the last year in ways you can't imagine. Web development? Cybersecurity? Data science? Which area should I dedicate all my time and effort to? Let me tell you something.
10 sites you should know if you're a frontend developer
The world of frontend is something wonderful. With just a little HTML, CSS and JavaScript you can take any idea to a corner of this digital world called the Internet.
🔥 Customize your terminal from zero to hero with Oh My ZSH and Powerlevel10k
The terminal is without a doubt one of the most used tools for any developer. So if you want to give a personal touch to that little window that helps you run all your commands, stick with this post.
The magic within four walls
If the world were to end tomorrow, what would you have dedicated your last second to? This is one of the questions I ask when I feel like I'm falling apart in the face of…
What to do when you feel bad
In these times it's hard to feel good. You get out of bed thinking this is all a dream and it seems like not leaving your house has always been the norm. This can lead us to a state where we feel sad or unmotivated, but it's in our hands to change it—and change it for the better.
Improve your app's styles with Styled Components
Styling in React has always been problematic. It's very common to import the wrong styles, get class names wrong or overwrite other styles. What if I told you you can fix these with just JavaScript?
Awesome VS Code extensions for your JavaScript projects
VS Code is one of the most popular code editors for being highly customizable and having a very active community, but the great thing about this amazing editor is the ton of extensions you can install depending on what you're building.
Setting up our Python work environment
Before we start learning to program in Python we need to do a few things to be able to use it. The first thing we can do is check if we have it installed…
Introduction to Python
Welcome to your first steps in Python! 🎉🐍
Linux, the engine that runs the world
You've surely heard of Linux, that Open Source alternative that goes up against Windows and Apple in the world of operating systems. However what many don't know is that Linux is everywhere.