Server Side Kotlin - How I structure web services in Kotlin A look into how I like to develop web APIs in Kotlin that can be used in any web framework such as Ktor, Spark, Vert.x, or Spring
GraphQL with Java and Kotlin - Creating a GraphQL Server using Java and Kotlin Explore the GraphQL Java implementation and develop a basic graph that we can query in our java and kotlin application
GraphQL with Java and Kotlin - Using BatchLoaders Addressing the N+1 Query problem with GraphQL in Java and Kotlin using BatchLoaders
A Developers Journey into Machine Learning - Installing Python, Jupyter, TensorFlow, and Keras A guide on how to setup a linux system for machine learning with Python, Keras, TensorFlow, and Jupyter Notebooks
A Developers Journey into Machine Learning - Building a Linux desktop for Machine Learning A guide to building a Linux desktop for Machine Learning
Using Docker Machine to provision a remote docker host A guide on how to run your docker containers on a remote host using the docker-machine tool.
Docker for Java Developers - Setting Memory and CPU Limits for your Java applications A look at memory and cpu limits when running java apps inside a container with Docker, Kubernetes, and other container orchestration frameworks
Docker for Java Developers - How the JVM runtime works in a container A brief overview of the things you should about the java runtime when running your java and kotlin apps in a docker container
Kotlin Scuttlebutt Programming Stream - Peer Discovery Learning how the core scuttlebutt protocol works by developing a Scuttlebot library in Kotlin. In this first stream we take a look at peer discovery
Kotlin NIO Programming Stream 4 - Buffering Data Learn how to use the non-blocking IO API's from Java in kotlin. This stream explors how to buffer client data payloads