PinnedRob WilsoninJavaScript in Plain EnglishAn Introduction to Dynamic ProgrammingDynamic programming is a powerful technique used in computer science to solve complex problems efficiently. At its core, dynamic…May 10, 2023May 10, 2023
PinnedRob WilsoninJavaScript in Plain EnglishYou Might Not Need ReduxImprove your code’s readability and maintainability by removing hundreds of lines of unnecessary boilerplate code.Aug 30, 2021Aug 30, 2021
PinnedRob WilsoninJavaScript in Plain EnglishLet’s build a simple Micro-Frontend Monorepo with Next.jsIn this code-along, we will build the foundations of a scalable micro-frontend monorepo project with Next.js and React hooks.Jul 10, 20211Jul 10, 20211
Rob WilsonSeamlessly Integrating AWS Secrets in Lambda with CDK: A Step-by-Step GuideDiscover how to securely integrate AWS Secrets Manager and Parameter Store with Lambda functions using CDK.Aug 15, 20232Aug 15, 20232
Rob WilsonHow Pigeons can help us write AlgorithmsHave you ever heard of the Pigeonhole Principle? It’s a simple concept that can be applied in many ways, including in computer science. In…May 18, 2023May 18, 2023
Rob WilsonBigO and Beyond: How to Compute Fibonacci Sequence Efficiently with Matrix ExponentiationThis article continues from my previous topic talking about dynamic programming. I encourage you to read that first to get the full context…May 11, 2023May 11, 2023