Remote versus Co-located WorkThere isn’t a simple dichotomy of remote versus co-located work, instead there are several patterns of distribution for teams each of which…Feb 1Feb 1
Expiring DynamoDB items using Time to Live (TTL)DynamoDB is a managed NoSQL database service offered by Amazon Web Services (AWS). It provides a fast and flexible way to store and…Apr 12, 2023Apr 12, 2023
Becoming a command line power user with Oh My ZSHIf you’re a developer or a power user who spends a lot of time on the command line, you’ve probably heard of Oh My Zsh. Oh My Zsh is a…Mar 4, 2023Mar 4, 2023
Super powering your command line with ZSHIf you’re a developer or a power user, you probably spend a significant amount of time on the command line. Whether you’re working on a…Mar 4, 2023Mar 4, 2023
Managing Multiple Python Versions with PyenvAs a Python developer, it’s common to work on projects that require different versions of Python. It could be that a project requires an…Feb 10, 2023Feb 10, 2023
Testing AWS SQS Locally in Python: A Guide to Get StartedAWS Simple Queue Service (SQS) is a distributed message queue service that enables decoupled communication between microservices. While…Feb 10, 2023Feb 10, 2023
Testing Amazon SQS locally in PythonTesting Amazon Simple Queue Service (SQS) locally can be a challenge for developers, especially if they want to test the functionality of…Feb 10, 2023Feb 10, 2023
Testing Thrown Exceptions in JUnitIn software development, exception handling is a crucial aspect that ensures that a system can recover from unexpected events. It is…Feb 10, 2023Feb 10, 2023
Using mysqldump to only get database schemaThe MySQL command line tool mysqldump is used to create dumps of databases including the structure or schema and the data itself. There are…Jun 20, 2021Jun 20, 2021
Published inThe StartupTesting AWS SQS locally in node.jsAmazon Simple Queue Service (SQS) is a highly-scalable hosted queue for storing messages as they travel between applications or…Jun 11, 20201Jun 11, 20201