How to Filter a SQL Nested Collection by a Value
Java, SQL and jOOQ.by lukaseder·10 Jun 2022
I stumbled upon a very interesting question on Stack Overflow about how to use jOOQ’s MULTISET operator to nest a collection, and then filter the result by whether that nested collection contains a...
Mobile-First CSS: Is It Time for a Rethink?
A List Apartby by Patrick Clancey·9 Jun 2022
The mobile-first design methodology is great—it focuses on what really matters to the user, it’s well-practiced, and it’s been a common design pattern for years.
Using the ‘some’ and ‘any’ keywords to reference generic protocols in Swift 5.7 | Swift by Sundell
Swift by Sundell·8 Jun 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Rendering SwiftUI views within UITableView or UICollectionView cells on iOS 16 | Swift by Sundell
Swift by Sundell·7 Jun 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
How to Dispute Mistakes On Your Credit Report
Wise Breadby Holly Johnson·1 Jun 2022
There are several obvious reasons to give a hoot about your credit score, and very few reasons you should ignore it.
Changing SELECT .. FROM Into FROM .. SELECT Does Not “Fix” SQL
Java, SQL and jOOQ.by lukaseder·31 May 2022
Every now and then, I see folks lament the SQL syntax’s peculiar disconnect between - the lexical order of operations (SELECT .. FROM ) - the logical order of operations (FROM ..
Kālua pork, cooked in an imu.
Flurries of latent creativity - Stripe CTO blog·30 May 2022
If you’ve ever enjoyed a Luau in Hawaii, chances are that the pièce de résistance was delicious melt-in-the-mouth Kālua Pork which is often served as the centrepiece of the Luau feast.
The Many Different Ways to Fetch Data in jOOQ
Java, SQL and jOOQ.by lukaseder·19 May 2022
The jOOQ API is all about convenience, and as such, an important operation (the most important one?) like fetch() must come with convenience, too.
Setting the JDBC Statement.setFetchSize() to 1 for Single Row Queries
Java, SQL and jOOQ.by lukaseder·11 May 2022
An interesting hint by Vladimir Sitnikov has made me think about a new benchmark for jOOQ: The benchmark should check whether single row queries should have a JDBC Statement.setFetchSize(1) call...
When to remove your iOS app from the App Store
Benoit Pasquierby Benoit Pasquier·10 May 2022
For most mobile engineers, the end game is to release our own apps. For the few projects that make it to the App Store, it can be pretty hard to keep them alive over time.
How to Typesafely Map a Nested SQL Collection into a Nested Java Map with jOOQ
Java, SQL and jOOQ.by lukaseder·9 May 2022
A really cool, recent question on Stack Overflow was about how to map a nested collection into a Java Map with jOOQ.
How @MainActor works
Ole Begemannby Ole Begemann·5 May 2022
@MainActor is a Swift annotation to coerce a function to always run on the main thread and to enable the compiler to verify this. How does this work?
AttributedString’s Codable format and what it has to do with Unicode
Ole Begemannby Ole Begemann·27 Apr 2022
Here’s a simple AttributedString with some formatting: import Foundation let str = try! AttributedString( markdown: "Café **Sol**", options: .init(interpretedSyntax: .inlineOnly) ) AttributedString...
Type placeholders in Swift | Swift by Sundell
Swift by Sundell·14 Apr 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Weak self, a story about memory management and closure in Swift
Benoit Pasquierby Benoit Pasquier·2 Apr 2022
Weak self, a story about memory management and closure in Swift Memory management is a big topic in Swift and iOS development.
Setting up Auto Layout constraints programmatically in Swift
Benoit Pasquierby Benoit Pasquier·14 Mar 2022
Setting up Auto Layout constraints programmatically in Swift In iOS development, content alignment and spacing is something that can take a lot of our time.
Equality | Swift by Sundell
Swift by Sundell·4 Mar 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Deep linking and URL scheme in iOS
Benoit Pasquierby Benoit Pasquier·13 Feb 2022
Deep linking and URL scheme in iOS Opening an app from an URL is such a powerful iOS feature. Its drives users to your app, and can create shortcuts to specific features.
Combining protocols in Swift | Swift by Sundell
Swift by Sundell·9 Feb 2022
This article has been archived, as it was published several years ago, so some of its information might now be outdated. For more recent articles, please visit the main article feed.
Debugging App Links in Android 12 🔗
Zarah Dominguezby Zarah Dominguez·8 Feb 2022
I have been working with deeplinks lately and I noticed that quite a few things have changed since I last worked with them.
Your filters hide everything on this page. Adjust them in preferences.