How AI can help your business, without the hallucinations
SPONSORED BY DOIT Large language models are all the rage. But they have a bad habit of injecting factual errors, known as hallucinations, into their responses. We sit down with Sascha Heyer, Senior ML specialist at DoIT, to learn how organizations can leverage the power of GenAI while avoiding the
Read moreMy Journey From Entry Level to Engineering Manager
The first five years of any career are a roller coaster — here’s what my journey from entry-level developer to engineering manager was likeContinue reading on Better Programming »
Read moreNuke the Backlog
aka “Honey, I shrunk the backlog”Photo by Fotis Fotopoulos on UnsplashA few years ago, I was consulting with an airline that had a major web project going on. The engineering team was delivering around 100 story points a month, which sounded quite good — although if you know story points, you know they can
Read moreThe Power of Mentors
Only when we stand on the shoulders of giants can we see further than ever beforeContinue reading on Better Programming »
Read moreUnreleased Resource Stream: Sometimes Garbage Collectors Do Not Save Us
You always have to throw the garbage without waiting for helpImage created by me with GencraftThe problem with not releasing the resources we use is that over time the server fills up with things to do and can no longer process incoming requests, causing a disservice. This may be due to a
Read moreSome First Thoughts on Next 13
I really wanted to love Next 13.Photo by Viswanath V Pai on UnsplashI was stoked when I started hearing about Next 13 a couple of months ago. I had some time on my hands, so I thought I’d do an example project to kick the tires. The big thing that had me
Read moreA Solidity Symphony: Testing Events With Foundry
Image generated with Hotpot.aiIn the blockchain world, transaction execution and on-chain persistent storage modifications incur a fundamentally important cost. Observing emitted events is one way to circumvent the costs of on-chain interactions for data retrieval. Solidity events allow for a generally free and persistent way of capturing on-chain activities. Given
Read moreCode Style Matters in a Take-Home Interview
What you produce in a vacuum is reflective of how you build and your level of effortContinue reading on Better Programming »
Read moreEstablishing the Standards of a Real-World Kotlin Project
Kotlin isn’t JavaPhoto by Louis Tsai on UnsplashKotlin is a very nice programming language that is very easy to learn for teams that already have experience working with Java and add many interesting features that can make the development of your project easier and safer. Indeed, in my personal opinion, Kotlin feels
Read moreFiltering on how words are being used
Yesterday I wrote about how you could use the spaCy Python library to find proper nouns in a document. Now suppose you want to refine this and find proper nouns that are the subjects of sentences or proper nouns that are direct objects. This post was motivated by a project
Read more