Monte Logic's tech blog: Philosophy, Software, etc.
MonteLogic’s Tech Blog
Private: Proposal: ‘Code Switchboard’ for managing project complexityIdeally it would be like a video game look of say a game like Mass Effect where you go through each solar system selection, this UI but instead you are going though project complexity viz. each node will show the possible permutations. Also within each node, you can click on each node to get aRead MoreFebruary 23, 2025
Private: The Ideal CMSWithin Gutenberg within an element I would like to hit a hotkey which would turnit into a heading say (ctrl+shift+H) I would use the Google Analytics template rather than Vercel Web Analytics because you can move out of Vercel easier. But there would also be a difficulty in settings it up. Currently I am usingRead MoreFebruary 2, 2025
Work Log: Settings Up Google Analytics Properly on Next.js 13+Note*** You are better off using Vercel Analytics as the setup is 10x easier. Compose concerns Compose concerns means to break it up into components rather than writing all of your script tags hard coded onto the app/layout.tsx page. Use the third party library from Next. The Next.js third party library provides a ready madeRead MoreFebruary 2, 2025
Enforcing paywalls for next.js 13+ (app dir) with Stripe and Clerk.In order to have a good paywall we NEED to: 1. Make settings page or other viewable asset so users can see their tier level. 2. Show users a paywall when they attempt to access business logic above their tier. 3. Easily upgrade. Difficulty in implementing paywalls This is a bit more complicated than the