In this post, I will discuss some basic aspects of the Angular framework, and improvements Angular has brought to the frontend development.
Banana Fish ~ バナナフィッシュ
This post is passcode protected.
User Login with Spring Boot
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.
CRUD with Spring Boot & MyBatis
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.
Database Operations with Spring Boot & JDBC
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.
Configuring & Testing Hibernate
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.
The Rise of "Worse is Better"
From: Lisp:Good News Bad News How to Win Big
This article discussed briefly about the Unix design philosophy.
Common Debugging Methods for MySQL
Two types of common bugs when we configure MySQL with root access.
Core Java Overview
Today we will walk through some syntax & features in core Java. Note that the version we use here is Java 8.
Deploying and Scaling Microservices in Kubernetes
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.