Merikanto

一簫一劍平生意,負盡狂名十五年

In this post, I will discuss some basic aspects of the Angular framework, and improvements Angular has brought to the frontend development.

Weiterlesen »

In this post, we will implement the User Login feature in Spring Boot. The dependencies we need are JDBC and MyBatis. After we are done with the backend logic, we will use a frontend template to bootstrap the page view.

Weiterlesen »

In this post, we will use Spring Boot and MyBatis to do CRUD operations on MySQL databases. MyBatis is a Java persistence framework that couples objects with stored procedures or SQL statements, using annotations or an XML descriptor.

Weiterlesen »

In this post, we will go through the configuration to setup Spring Boot with MySQL access and operations. In order to make the connection, we will use JDBC.

Weiterlesen »

Hibernate is an Object Relational Mapping (ORM) tool for Java. It provides a framework for mapping an object-oriented domain model to a relational database, such as MySQL.


Weiterlesen »

Today we will walk through some syntax & features in core Java. Note that the version we use here is Java 8.

Weiterlesen »

Kubernetes is an open-source container orchestration tool for managing containerized applications. In this post, we will build, deploy, and manage an end-to-end microservices application in Kubernetes. The sample web application you’ll use is a “todo list” application written in Node.js that uses MongoDB as a database.

You’ll build a container image for this app from a Dockerfile, push the image to Docker Hub, and then deploy it to your cluster. Then you’ll scale the app to meet increased demand.

Weiterlesen »