Tech Shorts Kotlin to Java Differences This posts collects some of the stumbling blocks Java developers might hit as they begin to transition to Kotlin.
Tech Shorts Kotlin: Final Points Kotlin is one of the newest members of the JVM family and it is taking the Java world by storm. Why do so many Java developers love this new language?
Tech Shorts More Kotlin Lovin’ More things that I like about Kotlin coming from a Java background. Why are so many Java developers falling in love with this new language?
Tech Shorts Why Kotlin? Kotlin is the new kid on the block in terms of JVM based languages, but what is making this newcomer convert Java developers where others have not?
Tech Shorts Angular Navigation and Routing Angular single page applications can use the Router extension to give the appearance of multiple pages but without additional HTTP get requests being sent.
Tech Shorts Filtering the Movies (Angular) Angular allows the creation of a pipe element that can be used to dynamically filter a list of items allowing dynamic changes to the page content.
Tech Shorts Package and Deploy the Angular App With the basic Angular app created in the last post, let’s see how easy it is to package and deploy it to a server with Nginx managing connections.
Tech Shorts Quick Angular Website I dipped my toe into angular and was able to quickly build a static website with some responsive features. This post shares what I learned.
Tech Shorts Variables in JavaScript When declaring variables in JavaScript, especially when coming from a Java background, there are a few things to be aware of. Here are a few notes I took.
Tech Shorts Numbers and Strings in JavaScript This is the first of a series of short posts about languages, patterns, frameworks or technologies that I have been exposed to recently for the first time.