How to Persist State in Time-Series Models with Docker and Redis
Have you ever built a brilliant time-series model, one that could forecast sales or predict stock prices, only to watch it fail in the real world? Well, this is a common frustration. Your model works perfectly on your machine, but the moment you deploy it in a Docker container, it seems to develop amnesia. It […]
The JSON Web Token Handbook: Learn to Use JWTs for Web Authentication
JWT stands for JSON Web Token, and it’s one of those terms you’ll constantly come across in modern web development. At its core, a JWT is a JSON-based open standard format that allows you to represent specific claims securely between two parties. The exciting part is how widely JWT is used, especially in microservice architectures […]
Arch Linux’s AUR Wasted My Time Until I Did This
Ever waited an hour (or more) for an AUR package to compile on your Arch system? Do you find yourself avoiding certain apps simply because the compilation time is unbearable? Well, let me introduce you to Chaotic-AUR and how it completely changed my Arch experience. The AUR Is Powerful, but Can Be Painfully Slow One […]
The math Module in Python: 6 Common Calculations You Can Make
It’s a common joke that Python makes a great calculator in its interactive mode. You can make it an even better one with the built-in math module, which contains a lot of the same math functions you would find on a handheld scientific or graphing calculator. Constants One useful feature of the Python math module […]
openSUSE Leap’s First Major Update in 7 Years Has Arrived
The openSUSE Project has announced the arrival of openSUSE Leap 16, the first major Leap version update since 2018. It brings several updates and improvements to the community-developed edition of SUSE Linux Enterprise, including a new installation experience. If you do a fresh install of Leap 16, you’ll be greeted with a brand-new installer experience, […]
How to Use the Python Statistics Module
Python has some wonderful libraries for statistical analysis, but they might be overkill for simple tasks. The built-in statistics library might be what you want instead. Here are some things you can do with it. You don’t have to remember complicated formulas or look through tables anymore. What Is the Python statistics Module? The Python […]
12 Open-Source Tools I Use Every Day on My Mac
Some of the best software in the world is produced entirely by volunteers and released for free. Over the years, I’ve come to rely on many of these tools to stay productive and in control of my Mac. Here are some open-source must-haves that I use pretty much every single day. Maccy Of all the […]
How to Use pandas DataFrames in Python to Analyze and Manipulate Data
If you want to analyze data in Python, you’ll want to become familiar with pandas, as it makes data analysis so much easier. The DataFrame is the primary data format you’ll interact with. Here’s how to make use of it. What is pandas? pandas is a Python module that’s popular in data science and data […]










