Eight innovative tools that are reimagining web applications and how we build them. Welcome to the Great Unbloating.
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Birgitta Böckeler, Distinguished Engineer at ...
Feature bloat, or added value for this JavaScript toolkit? The Bun team has released version 1.2.21 of its JavaScript bundler and runtime, written in Zig, adding features including built-in drivers ...
Express Admin is a tool for creating end user administrative interfaces for relational databases in (literally) less than 10 minutes. It was initially conceived back in 2012 and it was released ...
Bun is an ambitious project that is quickly emerging as a drop-in replacement and faster alternative to Node.js. Here's a look at how Bun works and how to use it for your server-side JavaScript ...
When developing a website for your business on your own servers, you may have to deal with database programming and use database data on your website. Using a free, open-source programming language ...
Migrations are forward only. No rollbacks. Migrations are in the form of a .sql file containg the SQL to be run Migration files must use a particular naming convention To run a migration, you must ...