I spent another evening treading through SQLite’s low-level C APIs.
I integrated a very naïvely written data store built with these APIs into a simple iOS GUI app.
Finally, I found out how to detect dark mode on macOS using Swift APIs.
In today’s post I introduce the basic techniques used to translate strings within SwiftUI applications.
I also present a simple component with an image placed in a circle.
Tips and tricks for synchronizing Xcode’s keyboard shortcuts between devices, autoformatting Swift files in Neovim, and IntelliSense.
Brief description of a prototype scene built along chapter 3 of SwiftUI Apprentice.
Looking at some of Swift’s abstract types, such as enums,
I noticed how similar they are to Rust.
In this post, I also describe common operations on date and time values.
How to leverage the speed of Vite.js to develop full stack application with Phoenix 1.6 and React, or what to do if you love Elixir, but you are also addicted to nice and shiny JS bundling tools.
This article describes quick and easy techniques to refactor commonly used SQL fragments
in Ecto.Query, including COALESCE, SUM, CONCAT, and CAST clauses.