An open SaaS boilerplate app

February 6, 2024 By Mark Otto 0

Learn Advanced JavaScript Performance Optimization — Garbage collection, memory profiling, data structures like sets and arrays, and event loop management. Learn performance-driven programming, preparing you to write blazingly fast and efficient code! Frontend Masters Malicious npm Package Targeting Roblox Users for Data Theft — It feels…

Introducing Global Search for Generated Apps

February 5, 2024 By Mark Otto Off

If you are building an admin panel, CRM, CMS, internal tool, ERP, or other data management app – we guarantee there is no faster way other than Flatlogic to deliver full-stack web apps! Schedule a call with our team to leverage the experience of the…

Announcing CDK Migrate: A single command to migrate to the AWS CDK

February 4, 2024 By Mark Otto Off

Today we’re excited to announce the general availability of CDK Migrate, a component of the AWS Cloud Development Kit (CDK). This feature enables users to migrate AWS CloudFormation templates, previously deployed CloudFormation stacks, or resources created outside of Infrastructure as Code (IaC) into a CDK…

Import entire applications into AWS CloudFormation

February 3, 2024 By Mark Otto Off

AWS Infrastructure as Code (IaC) enables customers to manage, model, and provision infrastructure at scale. You can declare your infrastructure as code in YAML or JSON by using AWS CloudFormation, in a general purpose programming language using the AWS Cloud Development Kit (CDK), or visually…

Announcing Generative AI CDK Constructs

February 2, 2024 By Mark Otto Off

Announced by Werner Vogels in his 2023 re:Invent Keynote, Generative AI CDK Constructs, an open-source extension of the AWS Cloud Development Kit (AWS CDK), provides well-architected multi-service patterns to quickly and efficiently create repeatable infrastructure required for generative AI projects on AWS. Our initial release…

Finch Container Development Tool: Now for Windows

February 1, 2024 By Mark Otto 0

In November 2022, AWS announced a new command line developer tool for container developers, Finch. Almost one year later we reached an important milestone in the maturity of the project with our Finch 1.0 release. Finch provides local developer tools so that container developers can…

A new and improved AWS CDK construct for Amazon DynamoDB tables

February 1, 2024 By Mark Otto Off

Recently, we launched a new AWS Cloud Development Kit (CDK) construct for Amazon DynamoDB tables, known as TableV2. This construct provides a number of new features in addition to what the original construct offered, enabling CDK authors to create global tables, simplifying the configuration of…

A Qwik break from React?

February 1, 2024 By Mark Otto Off

Announcing TypeScript 5.4 Beta — TypeScript gains Object.groupBy and Map.groupBy, a new NoInfer<T> utility type is introduced to stop TypeScript from digging in to match against inner types during inference, and lots of smaller bits and pieces covered in this lengthy post. The final release…

How Vercel builds Vercel with Vercel

January 31, 2024 By Mark Otto 0

👍 On the flip side, Jack Herrington took a look to see ▶️ if RSCs and the Next.js app router approach are ‘really that bad’ and concluded that the DX is just fine. React Form Libraries for Seamless Form Creation Right in Your App — Simplify data…