Jamie's Blog

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

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

How to invoke python scripts in UIPath

simple demostration about how to implement python script invocation in UIPath

Spring Data & Data Persistent

Notes taken during studying spring data series - overview

What is JPA? “The Java Persistence API is the Java API for the management of persistence and object/relational mapping in Java EE and Java SE environments. It provides an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database.” It’s quoted from JSR(Java Specification Request) managed by Java Community Process. This is just the definition of what’s JPA, let’s recall how we persist data before adopting JPA.