Showing 1 to 6 of 282 blog posts in the technical category.
-
How Mock Can Improve Your Unit Tests: Part 2
In Part 1 of this blog series, we started looking at how we can use mocking to improve our unit tests. We'll expand on that in this post. Mock an Attribute Another common case... Read more
April 5, 2021 -
Python, Django, and React Development on Apple Silicon
Last year, Apple announced that they would transition their entire Mac line from Intel processors to their ARM64 Apple Silicon chip called the M1. Several weeks ago, I started ... Read more
April 2, 2021 -
How Mock Can Improve Your Unit Tests: Part 1
We've written in the past about the importance of unit tests and how to write better ones: Culture of Unit Testing, Subtests are the Best. Mocking is a little tricky to learn t... Read more
March 29, 2021 -
Take Note of these Top Talks From DjangoCon Europe
Like many conferences in 2020, DjangoCon Europe was held virtually. The sessions provided insight and information that I’m still applying. Here are 3 talks that I believe will h... Read more
February 18, 2021 -
Automating PyPI releases with Github Actions
At Caktus, we maintain some open source packages, which are usually pieces of code that we've found useful when building an application, and we figure they might be useful to ot... Read more
February 11, 2021 -
The Magic of Single Sign-On
I remember being really impressed the first time I encountered single sign-on (SSO), in which I could access multiple websites after just logging in once. But I was even more i... Read more
January 29, 2021