Home » Archives for Mark Otto
February 8, 2025
By
Mark Otto
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…
February 7, 2025
By
Mark Otto
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…
February 7, 2025
By
Mark Otto
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…
February 6, 2025
By
Mark Otto
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…
February 5, 2025
By
Mark Otto
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…
February 5, 2025
By
Mark Otto
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…
February 5, 2025
By
Mark Otto
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…
February 5, 2025
By
Mark Otto
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…
February 4, 2025
By
Mark Otto
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…
February 3, 2025
By
Mark Otto
Databases are a critical part of most applications and essential to business continuity. To ensure performance, availability, and scalability, Amazon Relational Database Service (Amazon RDS) administrators typically monitor various metrics, such as the usage of CPU, RAM, IOPS, storage, or service quotas. Today, these metrics…