Costa Walcott

29 Followers
55 Following
17 Posts
Mobile Developer from MA, USA
@siracusa Got it, thanks!
@siracusa @incomparable Ah ok thanks I wasn't sure if the Incomparable episode discussed the same episodes you listed
@siracusa @incomparable Which episodes of the show are discussed? I’d to watch them before listening to the podcast
@marcoarment Same for me. I’ve been using the Transporter app for submissions and it hasn’t given me any errors.
@mactanaka Congrats! Well deserved, my favorite app of 2022 as well!

This talk on component-based architectures really resonated with me.

Some of it is specific to Spring, but I've found it help to organize my code around clear APIs between specific components, like in a mobile app: UI, network sync, local DB, etc.

https://www.youtube.com/watch?v=-VmhytwBZVs

Let's build components, not layers by Tom Hombergs @ Spring I/O 2022

YouTube
A lot more people here this morning. My Mastodon tips for people just signing up: follow and boost people regularly, show that you’re here and are enjoying others. Find people to follow by using the transfer tools (movetodon.org), looking at the follows of people you already follow, and going to the explore pages on your instance or instances for things you’re interested in (e.g. journa.host). Play around with the settings and the basics are pretty intuitive.
@sikachu Could be RSV (Respiratory syncytial virus). I've heard it can last a long time
“Just Use Postgres for Everything” https://www.amazingcto.com/postgres-for-everything/
Just Use Postgres for Everything

Replace Redis, MongoDB, Kafka & more with PostgreSQL. Reduce complexity, boost development speed. Complete guide with real examples.

Amazing CTO
Today’s lesson: when unit testing Swift Tasks from @MainActor annotated code (like from this excellent article https://www.swiftbysundell.com/articles/writing-testable-code-when-using-swiftui/), make not to mark the test methods as async. Apparently that breaks the tests!
Writing testable code when using SwiftUI | Swift by Sundell

Let’s take a look at how we can make our UI-related logic fully testable, even when that logic is primarily used within SwiftUI-based views.

Swift by Sundell