Java Image Cat and Dog Recognition With Deep Neural Networks

Learn how to develop a Java application that uses image recognition and deep learning to detect whether and image is a cat or dog with Deeplearning4j. Read all

How to Install Kubernetes on an Ubuntu VM

Installing Kubernetes on an Ubuntu is a simple process. Here, we'll use VirtualBox, Kubectl, and Minikube to see how it's done. Read all

Using Docker Compose for Python Development

See how you can use Docker Compose to for local app development using Python, with tips for aspects like database migration, all leading to a CI/CD pipeline. Read all

Spring Boot and Spring JDBC With H2

Learn how to integrate an H2 database into your Spring Boot Project with Spring Initializr. Also learn how to set up CRUD methods in Java and how to use JDBC. Read all

Introduction to Apache Kafka [Tutorial]

In this Apache Kafka tutorial, learn about use cases, messaging systems, brokers, and topics, and see how to create a Kafka cluster with three brokers. Read all

Running Cucumber From the Command Line

Learn the steps and conditions for running the Cucumber automated testing tool from the command line for behavior-driven development in software testing. Read all

ZooKeeper in 15 Minutes

This primer on Zookeeper will walk you through the features, capabilities, and services provided by this coordination service for distributed applications. Read all

OpenShift Egress Options

We look at how to set up OpenShift in a way that creates a higher degree of network security for your PaaS software through the use of 3 different technologies. Read all

Kafka, Avro Serialization, and the Schema Registry

Learn why to use Schema Registry, how to modify schemas, how to use the Schema Registry REST API, and more. Read all

API Testing With Cucumber BDD - Configuration Tips

Learn how to make your life easier and save time by using Cucumber BDD to test Spring Boot APIs. This tutorial will teach you how to configure Cucumber. Read all

 

 

 

 

Top