Testing Golang database access functions with testcontainers
October 15, 2020Testcontainers-go is a library that allows your test code to create, use, and destroy Docker containers. This is helpful when tests need to…
A blog where Briet Sparks writes about software development
Find him on GitHub and Stack Overflow
Testcontainers-go is a library that allows your test code to create, use, and destroy Docker containers. This is helpful when tests need to…
Here are a few exercises I wrote for JavaScript bootcamp students who had just learned array and loop basics. Feel free to use! Each…
This is Part 3 of 3 in this tutorial series about Normalized Reducer. In Part 2, we implemented deleting, updating, and moving/reordering of…
This is Part 2 of 3 in this tutorial series about Normalized Reducer. In Part 1, I explained the usefulness of normalized data and…
In this tutorial series, I’ll show you a super easy way to manage normalized relational React state using a library called Normalized…
Storing business-domain user data separate from a third party identity-provider
In a past job interview, a company asked me to write a response to the following question: What are some of your opinions on JavaScript…