南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

How to initiate the GCP project and use gcloud to access

IntroductionGCP(Google Cloud Platform) is a great platform, it provides many free Tier products for us to try. Let's create a project for learning or

LarryDpk LarryDpk 发布于 2021-11-13

How to run and debug the JavaScript in Intellij IDEA

The best and easiest way to run and debug JavaScript is using node.js. So the first step is to install the node on you laptop. For Mac, just run:$ bre

LarryDpk LarryDpk 发布于 2021-11-13

Spring Boot Actuator show the git and build info

IntroductionThe git and build information can help us for troubleshooting and version control. With Spring Boot Actuator, we can fetch the info just b

LarryDpk LarryDpk 发布于 2021-11-12

How to partition the big table in PostgreSQL - Range List Hash

1 Why we need partitioningTable Partitioning can resolve some performance issue caused by big tables, such as query latency. If the size of one table

LarryDpk LarryDpk 发布于 2021-06-27

GCP Pubsub Introduction - so easy to use

1 What Is Pub/SubGCP(Google Cloud Platform) Pub/Sub is an asynchronous messaging service that decouples the producers and consumers, just like the Kaf

LarryDpk LarryDpk 发布于 2021-06-20

Integrate Spring Cloud Stream Binder with Kafka

1 IntroIt's very easy to integrate the Spring Cloud Stream with Kafka, let's Go!2 Install KafkaWe installed the standalone Kafka, please download the

LarryDpk LarryDpk 发布于 2021-06-20

IDEA failed to import the class due to untrusted project

What's the issue?After upgraded my IDEA, I can't import the libs as I did not click the Trust Project button.The Inteillj IDEA try to keep you safe, i

LarryDpk LarryDpk 发布于 2021-06-19

Terraform Module - extract and reuse

1 Why we need moduleTerraform Module helps us manage the resources in the right way, just like the Method in Java. Generally, the module contains the

LarryDpk LarryDpk 发布于 2021-06-06

How to pass the CKA exam

What is CKA?The Certified Kubernetes Administrator (CKA) program was created by the Cloud Native Computing Foundation (CNCF), in collaboration with Th

LarryDpk LarryDpk 发布于 2021-01-25