Intro to LLM in a Non-Technical Perspective ¶Intro to LLM in a Non-Technical Perspective This is a summary note of the talk presented by Andrej Karpathy at 1hr-talk Intro to Large Language Models. ¶Architecture in Simple Form We can think of 2023-11-27 LLM LLM
How to Write Good Tests? The banner image shows a picture of a bridge called 南桥 (Nan Qiao, literally means the South Bridge.) This bridge is located at Dujiangyan, which is a small city 50km away from Chengdu, Sichuan, China 2022-01-20 general test
Microservice-Auth Service (3) ¶Microservice (3) Setup tsconfig with tsc —init index.ts Dockerfile Dockerignore auth-depl.yaml ingress-srv.yaml skaffold.yml skaffold dev As we are using microservice architecture, we need to stan 2022-01-15 backend docker react microservice node.js express.js k8s
Microservice - Deploy with K8s (2) MicroService Deployment with Docker + Kubernetes + Skaffold This one is pretty long but very helpful to understand what is going on with Kubernetes and how different pods get connected with each other 2022-01-13 backend docker react microservice node.js express.js k8s
Microservice Basic - Blog (1) MicroService Basic + Blog Example Quite interested at learning new things… Thus, why not start learning Microservice from now? 2022-01-12 backend react microservice node.js express.js
微信通知Twikoo新消息提醒(Vercel版本) 在按照上面文章实现微信通知twikoo新消息提醒时,因为我是利用Vercel部署的Twikoo,发现和教程有一些出入,特此写一下如何用Vercel 创建云函数。 本教程基于https://guole.fun/posts/626/ ¶创建Vercel 云函数 之前创建企业微信的步骤跟上面文章走就行。在创建API云函数时候,首先找到你部署twikoo到V 2022-01-09 general blog