Author: Mark Otto

Learning AWS best practices from Amazon Q in the Console

February 8, 2025 By Mark Otto Off

Operators, administrators, developers, and many other personas leveraging AWS come across multiple use cases and common issues such as lack of permissions, bugs in code in AWS Lambda, and more when leveraging the AWS console. To help alleviate this burden when using the console, AWS…

Introducing AWS CloudFormation Stack Refactoring

February 7, 2025 By Mark Otto Off

Introduction As your cloud infrastructure grows and evolves, you may find the need to reorganize your AWS CloudFormation stacks for better management, for improved modularity, or to align with changing business requirements. CloudFormation now offers a powerful feature that allows you to move resources between…

Oracle dabbles in some JavaScript comedy

February 7, 2025 By Mark Otto Off

There Are a Lot of Ways to Break Up Long Tasks in JavaScript — Due to how browsers and the event loop work, letting a single task hog the main thread is a quick way to freeze up your site’s UI. Alex explains the problem…

TOP Tried & Tested AI Tools for Startups

February 6, 2025 By Mark Otto Off

A startup journey is always similar to a rollercoaster ride. With all those businesses trying to fight for a place in the sun, sometimes, it seems you need a real superhero to differentiate yourself and stay ahead But, you know what? All this competition is…

All Flatlogic Templates Are Now Open-Source and Free!

February 5, 2025 By Mark Otto Off

We’re excited to announce that all 28 of Flatlogic’s premium React, Angular, Vue, and Bootstrap templates are now completely FREE and open-source! After 12 years and 20,000+ licenses sold, we’re making this move to give back to the developer community and focus fully on the…

Flatlogic Templates Are Now Free Forever: A 12-Year Journey

February 5, 2025 By Mark Otto Off

All Flatlogic React, Angular, Vue, Bootstrap, and other Templates are Free now! tl;dr; All 28 Premium Flatlogic templates are completely FREE now! Check them out at https://flatlogic.com/templates, download any you want, star them on our GitHub, and join our Discord Community to build together! Today…

The Rise of Open-Source ERP Solutions in Modern Businesses

February 5, 2025 By Mark Otto Off

Do you know why there is a notable trend among firms toward using open-source ERP systems instead of conventional proprietary systems? There is a notable shift in technology within the structures in which companies operate, and due to their desire to be flexible, agile, and…

Theo’s victory over Create React App

February 5, 2025 By Mark Otto 0

Vite with TypeScript — If you’ve created a JavaScript-based React project with Vite and want to get on the TypeScript train, here are the basic steps. Robin Wieruch 📺 Create React App is Finally ‘Dead’ – And Theo is really excited about it. He’s certainly committed to…

A TypeScript release targeted at Node developers

February 4, 2025 By Mark Otto 0

Introducing Mentoss: The fetch Mocker — A new approach to mocking global fetch() calls (in both browsers and server-side runtimes) inspired by previous attempts like Nock and MSW. Nicholas C. Zakas The Modern Way to Write JavaScript Servers? — The irony is that while Node popularized…