Temitope Oyedele is a software engineer and technical writer. He likes to write about things he’s learned and experienced.
Available for freelance gigs and writing, remote jobs etc.
Oct 15, 2025 · 7 min read · Go makes it easy to build APIs that are fast out of the box. But as usage grows, speed at the language level is not enough. If every request keeps hitting the database, crunching the same data, or serializing the same JSON over and over, latency cree...
Join discussion
Sep 30, 2025 · 12 min read · Slices are one of the most fundamental and powerful data structures in Go. They provide a dynamic array-like interface that's both flexible and efficient. However, they can be very tricky when implementing. And if not implemented correctly, they can ...
Join discussion
Sep 4, 2025 · 10 min read · In this tutorial, we’ll look at how to build and deploy a private loyalty points contract on Aztec. Unlike traditional blockchains, where all balances and transactions are public, Aztec uses zero-knowledge proofs to keep customer data and activity hi...
Join discussionJan 13, 2025 · 5 min read · There's been a lot of buzz and hype around Web3. It's tipped to be the next big thing in the world of decentralization. As much as there's been hype about it, only a few know what Web3 really is. Some mistake it for an amalgamation of buildings in a ...
Join discussion