📉 Reduce Valkey Latency in Amazon MemoryDB with Smarter Read/Write PatternsWhen using Redis-compatible engines like Amazon MemoryDB, your access patterns can directly impact latency. Even subtle inefficiencies can…Mar 26Mar 26
From Ada to AI: Girls Just Wanna Do Tech.International Women’s Day isn’t just a celebration of women — it’s a celebration of progress, innovation, and the often-overlooked…Mar 7Mar 7
Setting up Next.js with AWS AmplifyI’m terrible with frontend. I always saythat I CAN do frontend, but you don’t WANT me to do frontend. Unless you don’t care about your web…Nov 16, 2024Nov 16, 2024
Getting Started with Rust: A Beginner’s GuideAre you curious about Rust? Maybe you’ve heard about its memory safety or speed, and now you’re ready to try it for yourself. This guide…Oct 25, 2024Oct 25, 2024
How to Interact with Amazon S3 Using the AWS CLIAmazon S3 (Simple Storage Service) is one of the most widely used services in AWS, offering scalable object storage for various use cases…Oct 11, 2024Oct 11, 2024
Lazy Loading in PythonLazy loading is a design pattern commonly used in programming to defer the initialization of an object until it’s actually needed. This can…Aug 26, 2024Aug 26, 2024
Understanding Async ProgrammingAsync programming, short for asynchronous programming, is one of those concepts that might sound intimidating at first but becomes…Aug 13, 2024A response icon1Aug 13, 2024A response icon1
How to land your first job in tech? 🤔I’ve been asked for advice on how to get into the tech industry more than a few times and while there is no silver bullet answer, we can…Jun 20, 2024Jun 20, 2024
In Python, managing collections of data can be done in various ways, with yield statements and…Understanding yield and GeneratorsJun 15, 2024Jun 15, 2024
Sending images to Claude 3 using Amazon Bedrock.In this tutorial, I’ll walk you through how to programmatically send images to Claude 3 using Amazon Bedrock and Python.May 27, 2024A response icon2May 27, 2024A response icon2