Oluwatomisin Bamimore

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

     



5 Stories by Oluwatomisin Bamimore

Exploring Go mocking methods and the GoMock framework

Testing and mocking are essential practices in software development that help ensure code reliability, stability, and correctness. The Go programming language has built-in support...
0 5 min read

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