A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can... (more…)
Read more »
⏱️ Notes and resources related to v8 and thus Node.js performance - thlorenz/v8-perf... (more…)
Read more »
With a little intuition and a lot of help from Google, we stumbled upon Knex.js—an SQL query builder that is meant to be flexible, portable, and fun to use.
Read more »
The <picture> element supports media query matchers and if you want to specify a different image for dark mode, you can use a different <source>. So, if there are no suitable matches or if the browser doesn’t support the <picture> elemen... (more…)
Read more »