News
Fullstack TypeScript on AWS: Amplify Gen 2 Now Generally Available
AWS has recently announced the general availability of Amplify Gen 2, a “code-first developer experience” that enables TypeScript and JavaScript developers to build and deploy fullstack applications on AWS. By Renato Losio … more Read More
News
React Compiler
React Compiler 12 minutes by React Team In order to optimize applications, React Compiler automatically memoizes your code. You may be familiar today with memoization through APIs such as useMemo, useCallback, and React.memo. With these APIs you can … more Read More
News
Why enterprises rely on JavaScript, Python, and Java
Despite advances in cloud computing, mobile development, and AI, the day-to-day business of enterprises around the world still runs on three programming languages that made their debut in the 1990s. In nearly every ranking system, JavaScript, Python, … more Read More
News
How the “LangChain for JavaScript Developers” book came to be
The first time I wrote a computer program was 26 years ago, in Turbo Pascal. To someone who did not know how to code it felt like casting spells. But I understood how spells were made. If – then – else statements, functions, variables. This was how you … more Read more…
News
[Js-Craft #53] LangChain for JavaScript developers, podcast interview, Italy trip, StructuredOutputParser
Ciao amici 🇮🇹👋 ! It’s Daniel here. I run the js-craft.io website. This edition of the Js-Craft newsletter will be a short one as I am in Rimini, Italy on a short family vacation. First trip with our 7mo baby daughter 🤞. In this edition of the newsletter: … more Read more…
News
Angular 18 arrives with server-side rendering improvements
Google has published Angular 18, a major upgrade of Google’s TypeScript-based web app development framework that brings server-side rendering improvements and experimental support for zoneless change detection. The release also moves deferrable views … more Read More
News
Diving Deep into Array Index Positions
Learn all about index positions and how they help us read, write, and manipulate data in our arrays. … more Read More
News
Build a Feedback Collection App with SendGrid, Node.js, and React
Learn how to build a feedback collection app that you can integrate into your website. This tutorial guides you through the process of enhancing your app with email notifications with Twilio SendGrid, Node.js, and React … more Read More
News
A first look at progressive web apps
Progressive web apps are an innovation of modern web development, pairing the ubiquity of web browsers with the richness of native applications. Specialized features such as service workers increase the complexity of development as compared to a typical … more Read More