Learning iOS and Swift. Day 6: Structs and classes
Briefly discussing structs and classes, with key differences, property and method declaration, and property observers.
Briefly discussing structs and classes, with key differences, property and method declaration, and property observers.
Quick introduction to things you can do with Swift enumerations.
Today I explore dictionaries, the Swift-flavored unique key-value collections.
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.
Setting up Neovim and Swift toolchain on Debian Linux. Writing a CLI program in Swift.
Learning notes from the first day learning iOS and Swift development. Reversing, uppercasing, interpolating strings in Swift.
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.