InLevel Up CodingbyTate Galbraith·Aug 24, 2023Getting Started With Pub/Sub Using Python & RedisThe message queue world has been around for decades. This process of sending messages between different components of a system has been a…
InDevOps.devbyTate Galbraith·Aug 17, 20235 Linux Time Utilities You Need To KnowIf you’ve ever encountered a latency-based bug or dealt with time zone differences, you understand just how frustrating managing time is…A response icon1A response icon1
InDev GeniusbyTate Galbraith·Aug 10, 20236 Special Linux Device Files And Their UsesThe Linux filesystem is a unique and complex beast. This decades old system contains many hidden gems…A response icon1A response icon1
InLevel Up CodingbyTate Galbraith·Aug 3, 2023How And When To Use Context Managers In PythonBy now, many Python programmers have used the with statement. This statement leverages what is called a context manager…
Tate Galbraith·Jul 27, 20235 AI-Powered Websites For Converting Code Between LanguagesLearning one programming language is hard enough, learning multiple can be exhausting…
InLevel Up CodingbyTate Galbraith·Jul 20, 202310 More Python Methods For Manipulating StringsThis week we’re going to take another journey through a handful of useful Python methods. These methods will arm you with the tools to…
InDevOps.devbyTate Galbraith·Jul 13, 2023Docker Compose Tips & Tricks You Should KnowWhat would developers lives be like without Docker? We’d probably all be fumbling about installing dependencies on top of each other…
InDevOps.devbyTate Galbraith·Jun 29, 2023Why Netcat Is One Of The Best Troubleshooting ToolsTroubleshooting tools can be simple, or highly complex. They can also be tiny, enormous and every size in between…A response icon1A response icon1
InLevel Up CodingbyTate Galbraith·Jun 22, 20236 Low-Code Databases That Make Building Apps SimpleDatabase administration has forever been a dark art. Perfecting efficient queries, and ensuring the smooth operation of a complex database…A response icon1A response icon1
InDevOps.devbyTate Galbraith·Jun 15, 20236 Different Ways To Compare Files In LinuxComparing files in a browser or on a desktop GUI is easy. But what about the command line?A response icon1A response icon1