About Timilehin Omolana
Timilehin is a skilled software engineer and technical writer with an undying passion for building secure and scalable server-side systems with Go, Node.js, C++ and AWS.
Timilehin has worked professionally on multiple backend systems since 2020 and currently works on the backend team of an aerospace startup where he builds autopilot software for UAVs.
Latest Articles
Using AWS DynamoDB in a Node.js Application
Build this sample app to discover just how easy databases can be.
How to Build a CLI Application in Node.js
Learn how to build a program with a standard command-line interface using this helpful library.
What Are Example Functions in Go?
Improve your documentation and code test in one easy step with example functions.
A Deep Dive Into Reflection in Go
Explore the concept of reflection in the Go programming language, delving into its powerful capabilities for dynamic code analysis and manipulation.
An Introduction to Event-Driven Programming in Node.js
Node’s powerful event-driven architecture is one of its strongest advantages.
A Guide to the Sliding Window Algortihm and How to Implement It in Go
This clever algorithm can speed up your programs and inspire your work with arrays.
How to Implement the Graph Data Structure in Golang
Graphs are one of the most essential data structures that you must know as a programmer. Learn how to implement it in Golang.
How to Implement Search Functionality in Node.js Using Algolia API
Get great search results for your content using the same search engine that powers Hacker News.
Getting Started With Redis in Node.js
Get to grips with Redis and learn how to optimize your Node apps with this powerful data store.
How to Compress and Decompress Files in Node.js
Make use of Archiver and Unzipper packages to compress and decompress files in Node.js.
Build a Real-Time Chat API Using WebSockets in NestJS
Learn how to build a real-time chat API leveraging the power of WebSockets using NestJS.
Securing Golang Web Applications Using IP Whitelisting
Make use of Go’s Gin framework to secure your web apps with IP whitelisting.
How to Make HTTP Requests in Go
Sending an HTTP request is key for any app that needs to communicate over the internet. Find out how to send a variety of HTTP requests using Go.
Using NestJS and MongoDB to Build a GraphQL API
Build your own API using these popular web technologies.
An Introduction to CQRS in NestJS
Use the CQRS pattern with care and you can create cleaner, more scalable Nest apps.
Increasing Performance With In-Memory Caching in Nest.js
Is slow, repetitive data-fetching causing your app to underperform? Try caching to solve the problem.
How to Convert JSON Data to an Excel Spreadsheet With Angular
Transform your data with ease by following this short and simple guide.
How to Send Emails in Node.js Using the Sendinblue API
Start sending your own email with this friendly API and the minimum of setup.
What Are VPCs and Subnets in Cloud Computing & How Do They Work?
If you use cloud computing, you might encounter these terms. But what do they mean?
Task Queuing the Easy Way With Node.js and BullMQ
Why do something immediately if you can put it off until later? Message queuing isn’t for the lazy though—it can help make your app more responsive.