My daily thoughts, reflections, ideas
Playing with Next.js
To learn the basics of Next.js, I've been writing my simple cv site using the framework, as well as migrating a personal project
Adventures in Dynmaic Programming
Focused this week on solving problems using dynamic programming techniques. While the straight forward solutions have come more easily, I still find myself a bit at sea when solving problems involving 2 dimensional arrays, such as the classic knapsack problem
Implementing authentication on a personal project
After starting out implementing Auth0 with okta, I found myself frustrated with the documention available on the site and getting suck early in the process. After more reading on options available, I tested out firebase Auth and was up and running with basic auth in an hour. The documentation, examples, and general configuration felt more intuitive. Implementing auth has been a great way to review some basics around authorization, authentication, jason web tokens, and security.