• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Migration - Module query with TypeORM version 0.3.x
typescript2024-04-03
AidanAidan

Migration - Module query with TypeORM version 0.3.x

Hi everyone!! I like to use the library TypeORM •ᴗ••ᴗ••ᴗ••ᴗ• As usual, When stating new project, i...

Lazy load a background image
webdev2024-04-03
Phuoc NguyenPhuoc Nguyen

Lazy load a background image

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

Astro DB: Migrating my analytics data from Vercel Postgres
astro2024-04-02
Thomas LedouxThomas Ledoux

Astro DB: Migrating my analytics data from Vercel Postgres

Why migrate? A few months ago I wrote about setting up Basic analytics with Vercel...

How to scrape Amazon products
webscraping2024-04-01
Lukáš PrůšaLukáš Průša

How to scrape Amazon products

A detailed step-by-step guide to scraping products on Amazon using TypeScript, Cheerio, and Crawlee.

Bun - The One Tool for All Your JavaScript/Typescript Project's Needs?
javascript2024-04-02
Maina WycliffeMaina Wycliffe

Bun - 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...

Simplifying Imports with TypeScript Path Aliases in Umbraco v14
webdev2024-04-02
Matt BrailsfordMatt Brailsford

Simplifying Imports with TypeScript Path Aliases in Umbraco v14

I recently attended the online Umbraco Manchester meetup where Rick Butterfield talked about...

Understanding the Difference Between Type and Interface in TypeScript
javascript2024-04-02
Henry DionizHenry Dioniz

Understanding 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...

Next.js with Public Environment Variables in Docker
javascript2024-04-01
vorillazvorillaz

Next.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.

Trigger a Typescript AWS Lambda on Receiving an Email with SES
aws2024-04-02
kieronjmckennakieronjmckenna

Trigger 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...

Mastering the Core Concepts of Angular
javascript2024-04-02
Muhammad TanveerMuhammad Tanveer

Mastering the Core Concepts of Angular

Angular is a comprehensive framework for building dynamic and interactive web applications. To...

Handle Media Query in React with hooks
react2024-04-02
Teymur SalimzadeTeymur Salimzade

Handle 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...

Mastering Component Lifecycles: A Deep Dive into Angular and React Hooks
angular2024-04-02
chintanonwebchintanonweb

Mastering Component Lifecycles: A Deep Dive into Angular and React Hooks

Lifecycle Hook Showdown: Angular vs. React Introduction When working with...

LeetCode Meditations: Reverse Linked List
computerscience2024-04-02
EdaEda

LeetCode Meditations: Reverse Linked List

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

The Best Vscode Snippets for React Typescript + Nextjs + Redux Toolkit
vscode2024-03-31
Bhanu SunkaBhanu Sunka

The 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...

Lazy load an image
webdev2024-04-02
Phuoc NguyenPhuoc Nguyen

Lazy load an image

Lazy loading images is a smart way to improve website performance. It's a technique that defers the...

A HackerNews clone built with Next.js and shadcn/ui
nextjs2024-04-02
WhiteWhite

A HackerNews clone built with Next.js and shadcn/ui

Introduction Next.js Hackernews is an open-source hackernews clone written in TypeScript...