- work (Node.js, TypeScript, TypeDoc, CI/CD): wrote documentation for an internal library and added a workflow to deploy generated website to github pages
- practice (Leetcode, Go): solved one medium problem and three easy problems in Go
- plan (AWS, Microservices, Go): decided to combine my recent learning of AWS and microservices into a project, at least one microservice will use Go
- learn (local-first software): listened to more discussions about local-first software and watched a video explaining the architecture of a web app built with it
Leetcode
These are the leetcode problems I solved today:
- Longest Palindromic Substring
- Remove Duplicates from Sorted List
- Find the Highest Altitude
- Find Pivot Index
Local-first Software
More information about this can be found here: https://lofi.so/, it seems like quite an interesting paradigm but I’m not sure if I’ll tinker with it any time soon.
This is the youtube video I watched, which implemented Zero.