-
Entradas recientes
- My GitHub contributions over the years abril 25, 2019
- Continuous Deployment of Mobile Software at Facebook abril 22, 2019
- Today's workout abril 22, 2019
- Writing Code Long Before You Need It abril 17, 2019
- One more argument for using descriptive variable names abril 16, 2019
- 40% down in 15 minutes abril 16, 2019
- First impressions on the Kindle Paperwhite abril 15, 2019
- Breaking the #inout habit abril 15, 2019
- Moving my journal to Swanros.com abril 15, 2019
- Handling routes from an API in a type-safe way with Swift marzo 27, 2018
- Available for work febrero 26, 2018
- guards in Elixir 1.6 enero 25, 2018
- Experimenting with inherited tables in Ecto septiembre 27, 2017
- Becoming a Better iOS Developer Through Tooling: My AltConf 2017 talk agosto 14, 2017
- On iOS interview exercises julio 25, 2017
Archivo mensual: febrero 2016
How to use NSUserDefaults correctly
NSUserDefaults is a simple, yet powerful API available for us developers. It can assist us to create beautiful user experiences. David Smith posted a comprehensive guide on how to correctly use it and what caveats to keep an eye open … Sigue leyendo
Publicado en Uncategorized
Dejar un comentario
How to get hired at a startup when you don't know anyone
Solid advice here. I’ve interviewed with companies that made me do the whiteboard stuff as most companies do, and I’ve had interviews where they ask me to do something — prove that I can do what my resume is claiming. … Sigue leyendo
Publicado en Uncategorized
Dejar un comentario
How I deal with JSON in Swift
Edit: I’ve updated this post to Swift 3’s syntax. The original post with Swift 2.X syntax can be found here. It seems that the new hot thing these days is open sourcing your Swift JSON parsing library. Lyft, Big Nerd … Sigue leyendo
Publicado en Uncategorized
Etiquetado how to, json, Swift, swift blog, swift parsing json
Dejar un comentario
Striving for excellence as a software developer
Josh Smith’s post is really resonated with me. It is more on the technical side of things, but still a valuable resource. There are basic common sense things about how to write good code that seem obvious once you know … Sigue leyendo
Publicado en Uncategorized
Dejar un comentario
Swift blog: Keeping up with the Swift mailing lists
It can be a pain. Specially if you’re subscribed to all of them. Thankfully, there’s an app for that. 🙄 Hirundo is a dedicated RSS reader for the Swift mailing lists. Read comfortably, keep up with discussions, bookmark conversations. Just … Sigue leyendo
Publicado en Uncategorized
Etiquetado #swiftlang, Swift, swift blog, swift open source
Dejar un comentario
Heisenberg Developers
I really enjoyed this piece and can relate to what the author is describing. I’ve been there. The whole piece is a great read, but the key takeaways is this: Work on building a great team that you can trust … Sigue leyendo
Publicado en Uncategorized
Dejar un comentario
Elixir best practices: when to use structs, string-keyed maps, and atom-keyed maps
I found this cool post that lists some best practices when dealing with data in Elixir. I’m not nearly as experienced with Elixir as I’m with Swift, having only played around with it for a couple of months now. However, … Sigue leyendo
Publicado en Uncategorized
Dejar un comentario