Featured Let's Code 22 February 2021 Let's Code Flutter: Making the switch I'm a firm believe in going with Kotlin for Android and Swift for iOS. None of that cross-platform mumbo jumbo.... until now. Flutter's kinda cool.
Featured Let's Code 8 February 2021 Let's Code Kotlin: Goodbye Builders, Hello Data Classes Long gone are the days of Builder classes and their massive amount of boilerplate code. In this new era, Kotlin has given us Data Classes and I've never looked back. (Except to write this post, and let me tell you: the past was a scary place.)
Featured Let's Code 1 February 2021 Let's Code: Learn In Public This is a message to you all, but more so a message to me: it's important to learn in public.
Featured Let's Code 25 January 2021 Let's Code Kotlin: Scoped Functions (let, apply, also, run) Scoped functions -- let, apply, also, and run -- can make your code more concise while providing you benefits and simplicity. They can look intimidating but don't be afraid! Dive in with me as I go over these tools.
Let's Code 18 January 2021 Let's Code Kotlin: For & While Fors and Whiles in Kotlin are pretty similar to their Java counterparts. Let's go over them so you can become proficient in Kotlin!
Let's Code 11 January 2021 Let's Code Kotlin: If, Else, When Kotlin is very similar to Java, but a refresher is also good to have. This week, I go over If, Else, and When.
Let's Code 24 February 2020 Let's Code: Switching From Java to Kotlin, Pt. 2 Kotlin is a great language to switch to if you already know Java. There's a small learning curve, sure, but that's true for switching to any language. One thing to get used to is the difference in the way Kotlin declares properties.
Let's Code 17 February 2020 Let's Code: Switching From Java to Kotlin, Pt. 1 Switching from one programming language to another can feel intimidating and daunting. I'm here to help ease some of the pain. Now that I've been introduced to Kotlin, I never wanna go back to Java.
Let's Code 10 February 2020 Let's Code: My Everyday Kotlin Extension Functions Kotlin has declarations called Extension Functions which allow you to add new methods (and even properties) to another class without actually modifying that class. I've come up with a few that have been invaluable to me, and I use them every day.
Let's Code 3 February 2020 Let's Code: Model-View-Presenter Breaking down what MVP (Model-View-Presenter) is and what it can do for your applications.
Tutorial 6 January 2020 Let's Code: Setting Up SSL Encryption Using AWS Apparently, AWS has a service for everything.