Modernize network function development with this Rust-based framework Capsule is a framework for packet processing and writing network functions that aims to lower the bar of entry for network function development.
What I learned while teaching C programming on YouTube Sharing knowledge with others is often a great way to refresh and update your own expertise.
20 Linux commands every sysadmin should know If your application isn't working—or you're just looking for more information—these 20 commands will come in handy.
Linux vs. Unix: What's the difference? Dive into the differences between these two operating systems that share much of the same heritage and many of the same goals.
Use your favorite programming language to provision Infrastructure as Code Provision everything you need to get your infrastructure off the ground with Node.js or another programming language.
Creating and debugging Linux dump files Knowing how to deal with dump files will help you find and fix hard-to-reproduce bugs in an application.
An open source solution for continuous testing at scale Cerberus focuses on testing usability, scalability, and integration.
Practice parsing text in NLP with Python Get to know the foundational concepts behind natural language processing.
Do math in the Linux shell with GNU bc Do better math in the shell with bc, a mathematical language for advanced calculation.
Why I use Ingress Controllers to expose Kubernetes services Kubernetes ingress controllers will make or break your cloud architecture.
Guide: 6 surprising ways to use Jupyter By Moshe Zadka Jupyter offers interactive ways to write software with technology like JupyterLab and Jupyter Notebook. This software is commonly used for data analysis, but what you might…