This is the ultimate checklist for tennis success in 2020! Listen as Ian counts down his top ten tools, mindsets, processes, and approaches to learning that have made the biggest difference in his students over the past twelve months. Use any 5 of them in the New Year that you’ll see a huge difference in […]
I started this decade as a first-year college student fresh out of high school. I was 17, didn’t have a job, didn’t have any industry connections, and really didn’t know shit. And now you’re reading my blog! I would have been proud. I’ve told bits and pieces of my story on different podcasts. Now feels […]
Book Review Author : A. J. Finn Genre : Psychological Thriller Publisher : Harper Collins Published : January 2018 Number of Pages : 390 My Rating : 5 out of 5 The Woman in the Window is a psychological thriller by A. J. Finn. The main character, Dr. Anna Fox, suffers from severe agoraphobia and […]
The Kotless Serverless Framework provides desired functionality for the Kotlin ecosystem. A couple months ago I wrote an article about an idea for Kotlin “Server-less” Functions. Unbeknownst to me, JetBrains was working on a similar project called Kotless. While not precisely what I had envisioned, this project does seem promising. For more information about Kotless, […]
Author: Perry Romanowski Published: December 30, 2019 Happy New Year! We take a look at some of the hottest trends in the beauty industry in 2019 including clean beauty, CBD, Indie beauty and waterless beauty. Then we give our predictions for the hottest trends coming in 2020. We’ll get back to answering beauty questions in […]
In the first part of this series, I discussed some of the core concepts surrounding embedded Linux, with the ultimate goal of empowering you to be able to build inexpensive embedded Linux systems. This part will look at some of the many, many devices you can use to develop with. I’ll also discuss some of […]
Kotlin, by design, doesn’t allow a non-null variable to be left uninitialised during its declaration. To get past this issue, Kotlin’s lateinit allows us to declare a variable first and then initialise it some point in the future during our program’s execution cycle. The concept is simple, but when we try to access an uninitialised property, it’s […]
It’s the last podcast of the decade and we’re looking back on the 2010s, and 2019, and looking ahead to 2020. What were the biggest tech fails of 2019? What were the best apps? What were the best games? And what will 5G look like in 2020? It’s exciting and it’s all here on the […]
In the previous article we detailed our test framework implementation. This was a high level look at the approach we take to running our tests. However, many small details have been added to the framework in order to make it as stable as possible. This article details the most important ones. A constant battle with […]