Recent Posts
-
Exploring some code wrappring dates with no time, ie represented as strings in the YYYY‑MM‑DD ISO 8601 format.
-
The what and the why of a Swift precondition helper that accepts statements that can throw recoverable errors.
-
Different strategies — from old fashioned to recommended nowadays — to respond to a HTTP request with a redirection status code.
-
Swift and JavaScript can interact in many different ways. Let’s explore how we could create a dynamic library with Swift code, so that we can call that code from Node JS.
-
I started a side-project using the Spotify API. The first part of the journey was about getting access tokens to reach the API. Here are lessons learned from implementing OAuth 2.0 with the PKCE extension.