Become a member
Sign in
Get started
Forrest Ye
Forrest Ye

Forrest Ye

Follow

礼失,求诸野。

89 Following
167 Followers
·
  • Profile
  • Claps
  • Highlights

Highlighted by Forrest Ye

See more

From A local Kubernetes with microk8s by Marco Ceppi

e overhead o… an application container — you can imagine this as a lighter weight version of a Docker container. It uses a lot of the same underlying technologies for isolation just without all the overhead of network isolation.

From A local Kubernetes with microk8s by Marco Ceppi

In short, microk8s is designed to be a fast and lightweight upstream Kubernetes install isolated from your host but not via a virtual machine. This isolation is achieved by packaging all the upstream binaries for Kubernetes, Docker.io, iptables, and CNI in a single snap package. The snap package is an application container — you can imagine this as a lighter weight version of…

From 5 Easy Steps to Understanding JSON Web Tokens (JWT) by Mikey Stecky-Efantis

Also, having an expiration in your JWT payload, a short one in particular, is important so that if old JWT ever get compromised, they will be considered invalid and can no longer be used.

Claps from Forrest Ye

See more

Building Neural Network from scratch

Aayush Agrawal

Prototype in JavaScript: it’s quirky, but here’s how it works

Pranav Jindal

Prototypes in JavaScript

Rupesh Mishra