Category: javascript

What’s new for us in ECMAScript 2024

July 25, 2024 By Mark Otto Off

Astro 4.12: Say Hello to Server Islands — The flexible Astro framework for building modern content-based sites continues to go from strength to strength. v4.12 includes a new concept of server islands, a way to integrate static HTML and server-side generated components together. Erika and Phillips…

AI Web App Generator to Make Apps in Minutes

July 23, 2024 By Mark Otto Off

Imagine creating a fully functional web app in minutes, without writing a single line of code. Are you tired of spending countless hours coding your web applications? Is there a faster, more efficient way to develop robust business software? Have you ever wondered how AI…

Exploring JavaScript (ES2024 Edition)

July 18, 2024 By Mark Otto Off

WorkOS: The Modern Identity Platform for B2B SaaS — Start selling to enterprise customers with just a few lines of code. WorkOS provides flexible, easy-to-use APIs to integrate SSO, SCIM, and RBAC in minutes. It’s used by hundreds of high-growth startups including Perplexity, Vercel, Drata, & Webflow.…

Free Open-Source CRM Software for Small Business

July 17, 2024 By Mark Otto Off

“For small businesses in the digital age, choosing the correct Customer Relationship Management (CRM) tool can make all the difference.” When looking for CRM software, you can find yourself wondering: How may CRM tools enable my small firm to expand Which free open-source CRM choices…

Do the (ESLint) Evolution

July 11, 2024 By Mark Otto Off

es-toolkit: A Modern JavaScript Utility Library — Think Lodash but newer, faster, smaller, and with tree shaking and built-in TypeScript support. The reference guide shows off the supported functions so far – it’s not quite as extensive as Lodash, but it’s getting there with the…

ProofHub vs. Trello: A Head-to-Head Comparison

July 10, 2024 By Mark Otto Off

Finding the right project management tool can feel overwhelming. You want something intuitive, powerful, and budget-friendly. You might have narrowed your search to the showdown: ProofHub vs. Trello.  But how do you know which one best suits your team’s needs? Modern projects are complex. Many…

Introducing Themes Support to Flatlogic-Generated Apps

July 9, 2024 By Mark Otto Off

We are happy to announce our latest enhancement – seamlessly integrating dynamic theme customization within the schema editor step, elevating the user interface design to new heights of personalization and efficiency. Effortless Theme Integration Our new feature lets users choose from various visually appealing themes…

Breaking a promise

July 4, 2024 By Mark Otto Off

How to Annul Promises in JavaScript — You can ‘cancel’ XHR and fetch requests, but can you cancel regular promises? Currently, no, but Zachary looks into doing the next best thing: telling a promise the game’s up, and discarding/ignoring its eventual results. Zachary Lee regex 2.1:…

What are low-code open-source tools? – Guideline

June 28, 2024 By Mark Otto Off

Are you curious about how you can develop software without writing code? Dive into the world of low-code open-source tools and discover the future of software development. What are low-code open-source tools, and why are they so important? How do they compare to traditional coding…

Say hi to ECMAScript 2024

June 27, 2024 By Mark Otto Off

Ecma International Approves ECMAScript 2024: What’s New? — This week, the Ecma General Assembly approved the latest ECMAScript / JavaScript language spec, officially making it a standard. As with ECMAScript 2023, it’s a small step forward, but Dr. Axel looks at what’s new. Dr. Axel Rauschmayer…