Advertisement · 728 × 90

Posts by Nils Schönwald

well I heard about it but not yet actively used it 😅
thanks for the reminder 👍

1 month ago 2 0 0 0
import { loadEnvFile } from 'node:process';

// load .env file with default path ('./.env`)
loadEnvFile();
// load .env file with a custom path
loadEnvFile('../../.env');

import { loadEnvFile } from 'node:process'; // load .env file with default path ('./.env`) loadEnvFile(); // load .env file with a custom path loadEnvFile('../../.env');

TIL that modern Node not only supports `--env-file` / `--env-file-if-exists` but also a new method to programmatically load .env files.

It's been marked stable since Node v24 (current LTS), and I'm now on the journey of removing all the `dotenv` dependencies. 😅

www.stefanjudis.com/today-i-lear...

3 months ago 94 15 8 1
I Built the Same App 10 Times: Evaluating Frameworks for Mobile Performance

I Built the Same App 10 Times: Evaluating Frameworks for Mobile Performance

The amount of work going into this article is absurd. 👏 Loren has built the same web app in ten frameworks and compared and measured the performance. Why?

To find the most suitable framework for a project.

www.lorenstew.art/blog/10-kanb...

5 months ago 11 1 1 0

The Big Gotcha With @starting-style I didn't knwo about from @joshwcomeau https://www.joshwcomeau.com/css/starting-style/

6 months ago 0 0 0 0
Preview
CSS scroll-state()  |  Blog  |  Chrome for Developers Like container queries; but for stuck, snapped, and overflowing queries.

So looking forward to this 🤩 developer.chrome.com/blog/css-scr...

1 year ago 0 0 0 0

Hello World!

1 year ago 1 0 1 0