Tags
Rust
-
Hexagonal architecture, test doubles, and traits
In this second article on testing rust web services, we will dive into setting up a base software architecture that simplifies writing unit tests.
-
Testing Rust web services (part 1): What is testing anyway?
In this first article on testing web services written in Rust, we will explore the purposes and type of tests we can employ to make sure our applications work as expected.
-
Safe representation of restricted values
In this article, I explore how we can use Rust's type system to restrict what values can be stored in a type, such only allowing floating point numbers between zero and one.
Blog
Javascript
-
Building static websites with JS bundling
Javascript frameworks can be overkill for static websites, but they bring some nice advantages like bundling. In this article, I explore how to use JS bundlers with a static site generator.
-
Adding telemetry to a Nuxt app
In this article, I explore how to track a user journey in a Nuxt application without relying on cookies or personal information.
-
Create social media cards
Social media cards are little images that display when people share your links on social media and are a great way to distinguish your content from the rest.