未分類

未分類

GCP Associate Cloud Engineer Certification

I took GCP Associate Cloud Engineer test 2022/12/30. This is Learning process and feeling about it. Before starti...
未分類

Golang – Gin Get Started

Gin Gin is a web framework written in Go (Golang). It features a martini-like API with performance that is up to 40 ...
未分類

Spring Batch Reader Pagenation

Background We are using Spring batch to process data with MySQL. We use JdbcCursorItemReader as Reader. This g...
未分類

Make Kindle Book

How to make Kindle Book This is my first trial. I take a look some documentation and want to try Mobile SDK deve...
未分類

Cookie

Cookie Cookie is important for Web Application. HTTP is stateless, so to keep user info (login, access etc...) cl...
未分類

Go Web Application Cookie

Read cookie from Http Request Header Use request Header parameter or Cookie parameter Example func readCookies...
未分類

Angular – Reacting

What we want to do Watch to change in form We want to detect form value change and do something. Observable ...
未分類

Go Web Application JSON response

API response For API, json data is very simple to handle. Receive parameters and return as json, client side (web an...
Android

Android – DI – Container

Container Prepare main container and sub containers. This container contains all dependencies. This idea is from ...
Data

Couchbase java

Couchbase client Couchbase prepares several programming language support. Java is also supported. In this entr...
スポンサーリンク