Johannes Konings

@KoningsJohannes@awscommunity.social
20 Followers
123 Following
213 Posts

This didn't got too much attention yet, but imho the AWS Solution Constructs are a super nice extension to the already existing level constructs for CDK! 🌟

What's the difference & main benefit? πŸ€”

It has been a while, but happy to share the latest AWS open source newsletter. Issue 204 is packed with new projects and many of your favourite open source projects such as Valkey, Keycloak, Apache Airflow, PostgreSQL, deequ, Amazon Corretto, Karpenter, MySQL, MariaDB, Apache Flink, Apache Kafka, Finch, Home Assistant, Godot, Cedar and more! Dive right in -> https://community.aws/content/2nvF137bcARM8yzxWKAH6kP629M/aws-open-source-newsletter-204
AWS open source newsletter, #204

A round up of the latest open source news, projects, and events that every open source developer should know about.

Community.aws
How to convert CommonJS to ESM

Here’s a thorough guide that covers everything you need to know to migrate your CommonJS project to ESM.

Deno Blog
Welcome to the Vite Ecosystem VoidZero! It is hard to state how impressive it is the team that @evan has assembled. And for projects as young as Vite and Vitest, to be maintained by them together with folks from StackBlitz, NuxtLabs, and Astro, is incredible. Exciting times ahead!
https://voidzero.dev/posts/announcing-voidzero-inc
void(0)

We are building the next generation of JavaScript tooling

We hit issue/PR number 10,000 on @tseslint. I'm so very proud of the work we're doing and the awesome team built up around it. πŸ₯°

One big difference between a type checker and a linter:
- type checks are configurable at the *project* level
- lint rules are configurable at the *rule* level

(at least in web dev today)

E.g. you wouldn't often want TypeScript to enforce something with nuance based on your specific application architecture and how you choose to use built-in constructs.

The biggest sub-example is floating Promise detection. People constantly ask for that built into TypeScript. You never want ...

1/🧡

πŸ’– These two months, we redistributed our funds to **Marco Ippolito**, @johnsoncodehk, @eslint, libvips, CSSTree, Discovery.js, @pnpm, Iconify for their amazing work!

πŸ™ Thanks to **logto.io** and all the sponsors for making this possible!

https://opencollective.com/antfu/updates/anthony-fu-fund-redistribution-july-and-august-2024

Anthony Fu Fund Redistribution, July & August 2024 - Anthony Fu Fund

Hello everyone! In these two months, July & August 2024, we raised the fund of $1397.59, thanks to our awesome sponsors, ...

The latest AWS open source newsletter is out. Lots of new projects and stuff on your favourite open source projects. Dive in -> https://community.aws/content/2lEQqY1XJZZxCGRztsxlG8vXbQc/aws-open-source-newsletter-203

#oss
#opensource

AWS open source newsletter, #203

A round up of the latest open source news, projects, and events that every open source developer should know about.

Community.aws

The next release of @tseslint will include a dedicated "no-deprecated" rule! πŸ†•βœ¨

It's similar to the existing deprecation/deprecation rule, but comes as part of tseslint & enabled in the strictTypeChecked config.

https://github.com/typescript-eslint/typescript-eslint/pull/9783

Thread on JSDoc parsing...
1/🧡

feat(eslint-plugin): [no-deprecation] add rule by JoshuaKGoldberg Β· Pull Request #9783 Β· typescript-eslint/typescript-eslint

PR Checklist Addresses an existing open issue: fixes Rule proposal: Warn when deprecated APIs are used (eslint-plugin-deprecation) #8988 That issue was marked as accepting prs Steps in Contribu...

GitHub

Just posted a 3,000+ word tech spec for how I plan on writing a composable, testable, type-safe repository template engine.

https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1181#issuecomment-2284797207

It's really, really painful *not* having something like this right now. I'm really excited to try to build it soon!

πŸ“ Documentation: Long-term project vision Β· Issue #1181 Β· JoshuaKGoldberg/create-typescript-app

Bug Report Checklist I have pulled the latest main branch of the repository. I have searched for related issues and found none that matched my issue. Overview create-typescript-app has come a long ...

GitHub