Oluwatomisin Bamimore I'm a full-stack Python developer, technical writer, and a Section Engineering Education contributor.

Stories by Oluwatomisin Bamimore

Exploring Go Mocking Methods And The Gomock Framework

Exploring Go mocking methods and the GoMock framework

Dev

Testing and mocking are essential practices in software development that help ensure code reliability, stability, and correctness. The Go programming […]

Oluwatomisin Bamimore
May 18, 2023 ⋅ 5 min read
Using Air With Go To Implement Live Reload

Using Air with Go to implement live reload

Dev

Air is a live reloading tool for Go that allows developers to automatically recompile and run their code every time they make changes.

Oluwatomisin Bamimore
Feb 9, 2023 ⋅ 4 min read
Interacting With Databases In Rust Using Diesel Vs Sqlx Two Different Approaches

Interacting with databases in Rust using Diesel vs. SQLx

Dev

In this tutorial, we’ll cover how to interact with Rust databases using two different libraries: Diesel and SQLx.

Oluwatomisin Bamimore
Aug 12, 2022 ⋅ 6 min read
Concurrency Patterns In Go: WaitGroups And Goroutines

Concurrency patterns in Golang: WaitGroups and Goroutines

Dev

Explore goroutines, communication between goroutines using channels, and syncing goroutines using WaitGroups.

Oluwatomisin Bamimore
Dec 3, 2021 ⋅ 4 min read
Using Golang Templates

How to use Go text templates

Dev

Learn about Go’s support for template parsing for text files through different methods, conditionals, and functions.

Oluwatomisin Bamimore
Oct 20, 2021 ⋅ 7 min read