DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

AidanMigration - Module query with TypeORM version 0.3.x
Hi everyone!! I like to use the library TypeORM •ᴗ••ᴗ••ᴗ••ᴗ• As usual, When stating new project, i...

Phuoc NguyenLazy load a background image
There are times when using a background image is a better option than using an img tag. For instance,...

Thomas LedouxAstro DB: Migrating my analytics data from Vercel Postgres
Why migrate? A few months ago I wrote about setting up Basic analytics with Vercel...

Lukáš PrůšaHow to scrape Amazon products
A detailed step-by-step guide to scraping products on Amazon using TypeScript, Cheerio, and Crawlee.

Maina WycliffeBun - The One Tool for All Your JavaScript/Typescript Project's Needs?
In most issues for this newsletter, I have focussed on Typescript and its type system, which I will...

Matt BrailsfordSimplifying Imports with TypeScript Path Aliases in Umbraco v14
I recently attended the online Umbraco Manchester meetup where Rick Butterfield talked about...

Henry DionizUnderstanding the Difference Between Type and Interface in TypeScript
As a JavaScript or TypeScript developer, you might have come across the terms type and interface when...

vorillazNext.js with Public Environment Variables in Docker
Learn how to build and run a Next.js Docker image with client accessible envinroment variables using the app router.

kieronjmckennaTrigger a Typescript AWS Lambda on Receiving an Email with SES
In this blog post, we’ll discuss how to trigger a Typescript AWS Lambda function when you receive an...

Muhammad TanveerMastering the Core Concepts of Angular
Angular is a comprehensive framework for building dynamic and interactive web applications. To...

Teymur SalimzadeHandle Media Query in React with hooks
Hi all, I recently had a need to process media query dynamically in a react application, so I wrote a...

chintanonwebMastering Component Lifecycles: A Deep Dive into Angular and React Hooks
Lifecycle Hook Showdown: Angular vs. React Introduction When working with...

EdaLeetCode Meditations: Reverse Linked List
The description for Reverse Linked List states: Given the head of a singly linked list, reverse the...

Bhanu SunkaThe Best Vscode Snippets for React Typescript + Nextjs + Redux Toolkit
Have you ever tried the ES7 React snippets extension? Have you ever felt overwhelmed by the sheer...

Phuoc NguyenLazy load an image
Lazy loading images is a smart way to improve website performance. It's a technique that defers the...

WhiteA HackerNews clone built with Next.js and shadcn/ui
Introduction Next.js Hackernews is an open-source hackernews clone written in TypeScript...