Jamie's Blog

Building the future, one line of code at a time.

Spring Cloud Series

(1st) Demo Overview

通过一个demo,来综合运用spring cloud系列技术

Free CA Certs setup using Certbot + Docker + Nginx

介绍用如何使用Let's Encrypt's Certbot生成CA证书,并配置在nginx中保护站点

Linux network proxy setup for desktop and terminal

setup network proxy on aws(free tier is enough)

Using Shadowsocks+proxychain to build network proxy for personal learning purpose

Harshicorp Vault Setup Config and integration with spring boot

Vault secures, stores, and tightly controls access to tokens, passwords, certificates, API keys, and other secrets in modern computing

介绍用docker-compose安装Vault并配置nginx代理,并与spring cloud application进行集成

AWS Serveless Application Model

AWS 无服务器应用程序模型 (AWS SAM) 是一个开源框架,可用于在 AWS 上构建无服务器应用程序。它包含用于定义无服务器应用程序的 AWS SAM 模板规范和用于构建、测试和部署无服务器应用程序的 AWS SAM 命令行界面 (AWS SAM CLI)

基于python,演示AWS SAM的开发部署过程,含通过aws api gateway暴露api