First Day of Tracking

  • learn (React Router 7): read documentation and got familiar with differences between it and Next.js
  • work (Node.js, TypeScript): added testing and more features to a library at work
  • leetcode (array): Median of Two Sorted Arrays
  • leetcode (linked list): Add Two Numbers
  • leetcode (sliding window): Longest Substring Without Repeating Characters
  • plan (Go project): decided to start a Go web services project to learn more about the language and ecosystem

React Router 7

I’ve started looking more into React Router 7 as an alternative to Next.js for some projects, It’s name has popped up a few times for me recently and I want to give myself more options in developing with react.

Leetcode

These are the leetcode problems I solved today:

Go Web Services Project

I was listening to an interview with Flask creator Armin Ronacher who said Go is a great language for web services so I think I’ll start a small web services project to get familiar with the language and ecosystem; since I’m also reading Building Microservices by Sam Newman I’ll try to apply some principles from that book too.