June 2017

Kotlin Uncovered: Part 5

By Victoria Gonda

We can learn a lot about Kotlin through decompiling the bytecode into Java. In this post we’ll learn about extension functions, and how they work under the hood.

Adjustable Form Text Area with the contenteditable Tag

By Cameron Bass and Victoria Gonda

Finding the proper behavior for uncommon form inputs can be difficult. Here is how we incorporated contenteditable and Javascript to handle a large body of content gracefully without breaking the form styles and maintaining a good UX.

Kotlin Uncovered: Part 4

By Victoria Gonda

We can learn a lot about Kotlin through decompiling the bytecode into Java. In this post, we’ll learn how having nullability built into the type system helps us.