Tag: #Hosting

AWS Amplify loves Next.js too

November 22, 2023 By Mark Otto 0

Building Fast Next.js Apps using TypeScript and AWS Amplify JavaScript V6 — If you’ve been wondering if you can deploy modern Next.js apps anywhere other than Vercel, AWS Amplify is keen to enter the chat. Amplify is essentially a packaging up of AWS services into a…

You can run GitHub Gists with npx

September 12, 2023 By Mark Otto 0

MikroORM 5.8 Released — When MikroORM is mentioned anywhere, I always see folks saying it’s great and deserves more attention, so I’m doing my bit to help 😁 It’s an ORM for Node based around Data Mapper, Unit of Work (hello implicit transactions and change…

The most ‘admired and desired’ Web technology

June 21, 2023 By Mark Otto 0

Panda CSS: Modern, Build-Time, Type-Safe CSS-in-JS — Best known for the Chakra UI component library, Segun Adebayo is back with a new DX-focused CSS-in-JS approach boasting build-time generated styles and type safety out of the box. It works with Remix, Vite, Next.js, Astro, and even…

Improve collaboration between teams by using AWS CDK constructs

February 23, 2023 By Mark Otto Off

There are different ways to organize teams to deliver great software products. There are companies that give the end-to-end responsibility for a product to a single team, like Amazon’s Two-Pizza teams, and there are companies where multiple teams split the responsibility between infrastructure (or platform)…

Organize your AWS Serverless code to prevent merge conflicts

January 27, 2023 By Mark Otto Off

How do you prevent the most common merge conflicts when your team is working on a Serverless application? How do you make sure that your team stays productive and avoids large merge issues while trying to update the same crucial files simultaneously? –The answer to…