Use a configuration file to customize the development and deployment setup for your Worker project and other Developer Platform products.| Cloudflare Docs
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats| bnijenhuis.nl
(Ad, please don’t block.)| exploringjs.com
Discussing JS's new mechanism for automatic resource cleanups and its implications.| WaspDev
This API is used for the Web API testing. You can use it to trigger API endpoints, configure micro-services, prepare environment or the service to your e2e test.| playwright.dev
Built-in Postgres client with Bun.sql, built-in S3 object support with Bun.s3, a new text-based lockfile: bun.lock, Express is 3x faster, and a major update on Node.js compatibility.| bun.sh
Worker threads#| nodejs.org
In this blog post, we take a closer look at TypeScript enums: How do they work? What are their use cases? What are the alternatives if we don’t want to use them? The blog post concludes with recommendations for what to use when.| 2ality.com
My honeymoon with the Go language is extremely over. This article is going to have a different tone from what I ’ ve been posting the past year - it ’ s a proper rant. And I always feel bad writing...| fasterthanli.me
How to implement robust, Windows-proof relative file path handling in Node.js ES modules| cirrus.twiddles.com
A guide to parsing operations in JavaScript applications.| Apify Blog
You either instantiate an object first and then check its qualities, or you check the quality and only then make an object; which way is better?| www.yegor256.com
Table of Contents| allenkim67.github.io
If you're using the fs module to do things like write to files, or modify file names, you might have wondered - how do I unit test this? In| Emma Goto
Node.js scripts can be a real time-saver when you want to automate common tasks. In this post, you'll learn how to write your own script to| Emma Goto
Moving from Drupal to Jamstack...without any server passwords| tigeroakes.com
Changes| nginx.org
Bun is stable and ready for production.| bun.sh
Whether you’re building, testing and/or linting JavaScript, module resolution is always at the heart of everything. Despite its central place in our tools, not much time has been spent on making that aspect fast. With the changes discussed in this blog post tools can be sped up by as much as 30%.| marvinh.dev
Core API#| nodejs.org
Types of streams#| nodejs.org
Class: FileHandle#| nodejs.org
A docs page for Eleventy, a simpler static site generator.| Eleventy
+ tl;dr - Steps on how to set up SES with Pulumi (their brand new logo is the one above), an infrastructure-as-code (written in code) solution. Skip to the end for all the code, all at once UPDATE (08/16/2021) SES no longer requires separate domain identitify verification -- this is now integrated with the DKIM records you build for SES. You do not need the aws.ses.DomainIdentityVerification Pulumi object at all anymore -- the post has been updated to reflect that.| vadosware.io