A Way to Handle Postgres Migrations in Node
A recommendation for node-pg-migrate. - https://blog.bitexpert.de/blog/migrations-with-node-pg-migrate
#nodejs
A recommendation for node-pg-migrate. - https://blog.bitexpert.de/blog/migrations-with-node-pg-migrate
#nodejs
blog.bitexpert.de
Handling PostgreSQL Migrations in Node.js | bitExpert
Learn how to seamlessly manage existing databases, unlock powerful hidden features, and sidestep common migration mistakes with our expert guide to leveraging node-pg-migrate in your Node.js projects.
👍2
Building APIs with Next.js
A detailed, official introduction to the concepts behind using Next.js’ App Router and route handlers to build public APIs you can expose to web, mobile, and third-party clients. - https://nextjs.org/blog/building-apis-with-nextjs
#nextjs
A detailed, official introduction to the concepts behind using Next.js’ App Router and route handlers to build public APIs you can expose to web, mobile, and third-party clients. - https://nextjs.org/blog/building-apis-with-nextjs
#nextjs
nextjs.org
Building APIs with Next.js
Learn about how to build APIs with Next.js.
👍1
Micro Frontends with Angular : Practical Multi-Repo Guide
Set up a micro frontend architecture using Angular… - https://readmedium.com/how-to-implement-micro-frontends-in-your-angular-app-39547ce55162
#angular
Set up a micro frontend architecture using Angular… - https://readmedium.com/how-to-implement-micro-frontends-in-your-angular-app-39547ce55162
#angular
Readmedium
Micro Frontends with Angular : Practical Multi-Repo Guide
Set up a micro frontend architecture using Angular with multiple repositories.
❤2👍1👎1👏1
Lightly Poking at the CSS if() Function in Chrome 137
Sunkanmi Fafowora gives a nice overview of the CSS if() Function. - https://css-tricks.com/lightly-poking-at-the-css-if-function-in-chrome-137
#css
Sunkanmi Fafowora gives a nice overview of the CSS if() Function. - https://css-tricks.com/lightly-poking-at-the-css-if-function-in-chrome-137
#css
CSS-Tricks
Lightly Poking at the CSS if() Function in Chrome 137 | CSS-Tricks
The CSS if() function was recently implemented in Chrome 137, making it the first instance where we have it supported by a mainstream browser. Let's poke at it a bit at a very high level.
👍2
How ECMAScript Engines Optimize Your Variables
From the authors of the Boa JS Rust-powered JavaScript engine. - https://boajs.dev/blog/2025/03/05/local-variables
#javascript
From the authors of the Boa JS Rust-powered JavaScript engine. - https://boajs.dev/blog/2025/03/05/local-variables
#javascript
boajs.dev
How ECMAScript Engines Optimize Your Variables | Boa JS
In this post, we will dive into how ECMAScript engines store variables,
👍3