Angular Architecture for Large Web Applications
Optimizing monolithic Angular projects with libraries using Nx. - https://albertobasalo.medium.com/optimizing-the-architecture-of-large-web-applications-with-angular-79d03b01a92b
#angular
Optimizing monolithic Angular projects with libraries using Nx. - https://albertobasalo.medium.com/optimizing-the-architecture-of-large-web-applications-with-angular-79d03b01a92b
#angular
Medium
Angular Architecture for Large Web Applications
Optimizing monolithic Angular projects with libraries using Nx.
Building an Image Search App with OpenAI CLIP, Postgres & React
A tutorial that brings together a lot of ideas in one place. CLIP is used to turn images into text descriptions. Postgres is used as a vector database. JavaScript provides the glue for both the frontend (with React) and backend (Node.js). - https://www.timescale.com/blog/how-to-build-an-image-search-application-with-openai-clip-postgresql-in-javascript/
#react
A tutorial that brings together a lot of ideas in one place. CLIP is used to turn images into text descriptions. Postgres is used as a vector database. JavaScript provides the glue for both the frontend (with React) and backend (Node.js). - https://www.timescale.com/blog/how-to-build-an-image-search-application-with-openai-clip-postgresql-in-javascript/
#react
Timescale Blog
How to Build an Image Search Application With OpenAI CLIP & PostgreSQL in JavaScript
See how you can build an image search engine using OpenAI CLIP and PostgreSQL for numerous applications, from e-commerce to healthcare and augmented reality.
The Story of the Hono Web Framework
Hono is a lightweight framework designed to run on any JavaScript runtime that's been picking up steam in the past year. With it, you can create an app in a Express-like style but run it on Cloudflare Workers, Deno, Bun, or Node. - https://blog.cloudflare.com/the-story-of-web-framework-hono-from-the-creator-of-hono/
#nodejs
Hono is a lightweight framework designed to run on any JavaScript runtime that's been picking up steam in the past year. With it, you can create an app in a Express-like style but run it on Cloudflare Workers, Deno, Bun, or Node. - https://blog.cloudflare.com/the-story-of-web-framework-hono-from-the-creator-of-hono/
#nodejs
The Cloudflare Blog
The story of web framework Hono, from the creator of Hono
Hono is a web framework that is fast, lightweight, and built using the Web Standards API. Hear the story of Hono by the creator of Hono.
Automating Releases and Publishing with Nx Release
With Nx Release, you can automate releases and publish packages in monorepos, streamlining your development… - https://medium.com/techleads-diary/automating-releases-and-publishing-with-nx-release-864a430940cd
#nx
With Nx Release, you can automate releases and publish packages in monorepos, streamlining your development… - https://medium.com/techleads-diary/automating-releases-and-publishing-with-nx-release-864a430940cd
#nx
Medium
Automating Releases and Publishing with Nx Release
With Nx Release, you can automate releases and publish packages in monorepos, streamlining your development process.
Dynamic Numbering with CSS Counters
Kevin Powell demonstrates how powerful CSS Counters can be. - https://www.youtube.com/watch?v=tnSzkAiiQ4w
#css
Kevin Powell demonstrates how powerful CSS Counters can be. - https://www.youtube.com/watch?v=tnSzkAiiQ4w
#css
YouTube
Dynamic numbering with CSS counters
Looking to step up your CSS? https://kevinpowell.co/courses
CSS Counters are one of those things a lot of people aren't aware of, and most people who do know about them don't realize all the things you can do with them!
Get a YT membership: Join this channel…
CSS Counters are one of those things a lot of people aren't aware of, and most people who do know about them don't realize all the things you can do with them!
Get a YT membership: Join this channel…
How can I integrate Vue.js into an existing Shopify theme?
Here’s a step-by-step guide with code examples for integrating Vue.js into an existing Shopify theme. - https://dev.to/sdlc_corp/how-can-i-integrate-vuejs-into-an-existing-shopify-theme-3jp0
#vue
Here’s a step-by-step guide with code examples for integrating Vue.js into an existing Shopify theme. - https://dev.to/sdlc_corp/how-can-i-integrate-vuejs-into-an-existing-shopify-theme-3jp0
#vue
DEV Community
How can I integrate Vue.js into an existing Shopify theme?
Integrating Vue.js into an existing Shopify theme involves several steps. Here's a step-by-step guide...
Architecting Angular: Part 3 — Effortless Data Mocking
Seamless mocking, rock-solid tests, and a smoother Angular development experience with Mock Service Worker. - https://itnext.io/architecting-angular-part-3-effortless-data-mocking-b7ba690f4331
#angular
Seamless mocking, rock-solid tests, and a smoother Angular development experience with Mock Service Worker. - https://itnext.io/architecting-angular-part-3-effortless-data-mocking-b7ba690f4331
#angular
Medium
Architecting Angular: Part 3 — Effortless Data Mocking
Seamless mocking, rock-solid tests, and a smoother Angular development experience with Mock Service Worker.
Why I’m Skeptical of Rewriting JavaScript Tools in “Faster” Languages
Rewriting common JavaScript infrastructure / build tools in ‘faster’ languages like Rust, Zig or Go has become popular in the past few years, but is it really necessary, asks Nolan? - https://nolanlawson.com/2024/10/20/why-im-skeptical-of-rewriting-javascript-tools-in-faster-languages/
#nodejs
Rewriting common JavaScript infrastructure / build tools in ‘faster’ languages like Rust, Zig or Go has become popular in the past few years, but is it really necessary, asks Nolan? - https://nolanlawson.com/2024/10/20/why-im-skeptical-of-rewriting-javascript-tools-in-faster-languages/
#nodejs
Read the Tea Leaves
Why I’m skeptical of rewriting JavaScript tools in “faster” languages
I’ve written a lot of JavaScript. I like JavaScript. And more importantly, I’ve built up a set of skills in understanding, optimizing, and debugging JavaScript that I’m reluctant …