Mocking in Kotlin Multiplatform
The Road to Mockative 2A Brief History of Kotlin MultiplatformWhen Kotlin first came to the scene, it was purely a JVM language. This changed with the introduction of Kotlin/JS, Kotlin/Native, and Kotlin/Wasm, which allowed developers to use Kotlin to target just about anything. Targeting multiple of these platforms with the
Read moreMy First Experience as a Speaker in an AWS Conference
My experience at the AWS UG Peru Conference 2023Last Saturday, I had the opportunity to share my knowledge as a speaker at the AWS UG Peru Conference 2023. It was a wonderful experience; I will share it in this post.Promotional banner for my talkAn Event Huger Than ExpectedWhen I postulated to be a
Read moreUsing Pre-Scripts and Tests in Postman to easily handle Auth-Token
generated with DALL-E 3Let’s say you have to deal with an API where you first need a token that is only valid for a few minutes. So while you are testing specific calls with “postman” it’s very annoying to make a Call, grab something from the result, and paste it in
Read moreThe Pros and Cons of Microservices Architecture
Here, we’ll discuss whether microservices are a good fit for your development needs.Microservices architecture has become increasingly popular in recent years, taking center stage among other app architectures. This architectural style, first introduced in 2011, offers a solution to many current IT challenges, such as app performance speed-up, scalability, and
Read moreRetrieval augmented generation: Keeping LLMs relevant and current
Retrieval augmented generation (RAG) is a strategy that helps address both LLM hallucinations and out-of-date training data.
Read moreWho’s Most Likely to Survive Out of 100 People If an Odd Position Person is Randomly Killed Each…
Suppose a monster seized you and 99 other people. The monster decided to kill 99 people, and only one can survive.Continue reading on Better Programming »
Read moreI know You have been Trained up to 2021 — ChatGPT System Messages Explained
How to get your LLM Chatbots to behave the way you expectContinue reading on Better Programming »
Read moreFlaunt Your Sexy Code Like a Boss
You wrote it — now show it to the world!Continue reading on Better Programming »
Read morePortable sed -i across MacOS and Linux
The -i flag to ask sed to edit a file in place works differently on Linux and MacOS. If you want to create a backup of your file before you edit it, say with the extension .bak, then on Linux you would run sed -i.bak myfile but for the version
Read moreSo You Want to Write an SLO
Here’s how to approach writing and enforcing a service-level objectiveContinue reading on Better Programming »
Read more