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!
Featured 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.
Featured 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.
Featured 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.
Featured 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.
Featured 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.