Top 3 WebApps That I Use Daily as Software Architect to do my job in a better, more efficient way. WebApps are part of our life and part of our creation and work process. Especially the ones that are working in the software industry pretty much each task that we need to accomplish you need […]
Apps
Maid: The Ultimate Open-Source Automated File Organizer for Hackers
Maid provides the best of both worlds: Ease of use and flexibility that comes with a code-based interface. One of the main problems that I have because of my routine practices using computers is the lack of organizational discipline. To me is quite complex to have all the different files organized in the right place […]
Discover Your Perfect Tool for Managing Kubernetes
Maximizing the productivity of working with Kubernetes Environment with a tool for each persona Photo by Christina @ wocintechchat.com on Unsplash We all know that Kubernetes is the default environment for all our new applications we developed we will build. The flavor of that Kubernetes platform can be of different ways and forms, but one thing is […]
Improving Development Security With These Open Source Tools
Development Security is one of the big topics of today’s development practice. All the improvements that we got following the DevOps practices have generated many issues and concerns from the security perspective.
Sysstat Metrics and Tools: How to Get an Awesome Graphical Analysis?
For several decades the standard way to extract the usage metrics from a Linux server was sysstat. Based on the words on its official web page, this is what sysstat is
Top 3 Apps From SetApp to Boost Your Productivity as a Software Developer
There are a lot more apps in the catalog from SetApp. When writing this article, the number goes up to 210 apps that cover all the aspects of your life, including one of the best-selling apps in the App Store. But I would like to focus on the ones that I use most in my life as a Software Developer, and if you are like me, you will find it awesome!
3 Unusual Tools To Boost Your Developer Productivity
A non-VS Code list for software engineers This is not going to be one of those articles about tools that can help you develop code faster. If you’re interested in that, you can check out my previous articles regarding VS Code extensions, linters, and other tools that make your life as a developer easier. My […]
Lens Could Be the Tool That You Were Missing to Master Kubernetes-Based Development and Management
Find the greatest way to manage your Kubernetes development cluster Photo by Agence Olloweb on Unsplash. I need to start this article by admitting that I am an advocate of Graphical User Interfaces and everything that provides a way to speed up the way we do things and be more productive. So when we talk […]
Shell XML Processing: How To Update value in XML file in 5 Minutes
Learn how to use xmlstarlet to update value in XML file and handle complex XML payloads efficiently in your shell scripts