Oluwatomisin Bamimore

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

     



4 Stories by Oluwatomisin Bamimore

Using Air with Go to implement live reload

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

Interacting with databases in Rust using Diesel vs. SQLx

In this tutorial, we'll cover how to interact with Rust databases using two different libraries: Diesel and SQLx.
0 6 min read

Concurrency patterns in Golang: WaitGroups and Goroutines

Explore goroutines, communication between goroutines using channels, and syncing goroutines using WaitGroups.
1 4 min read

How to use Go text templates

Learn about Go's support for template parsing for text files through different methods, conditionals, and functions.
0 7 min read