Kotlin is a JVM language that hit version 1.0 about a year ago (February 2016). It is developed by JetBrains, the same people who make my favorite suite of IDEs. The language itself is open-source under the Apache License 2.0 and is developed as a community project over at kotlinlang.org. Kotlin is something that I […]
Monthly Archives: March 2017
An Introduction to Machine Learning
Machine learning (a field of artificial intelligence) is a rapidly expanding technology that we see in use more and more in our daily lives. It is used to give us more accurate results when we do an internet search, suggest products to us when we are shopping, and offer diagnoses to our maladies.
Developing for Web Accessibility
When developing websites it is important to consider your audience and how they interact with your application. This can be even more significant for a person with disabilities. Even the most stunning visual presentation can lose its value when the content cannot be interpreted by an individual due to, for example, a learning disability or difficulty seeing. […]