Building a Robust API: Structuring Controllers, Entities, DTOs, and Modules
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and… - https://medium.com/@abdullahirfan99_80517/building-a-robust-api-structuring-controllers-entities-dtos-and-modules-93cfaaef7f07
#nodejs
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and… - https://medium.com/@abdullahirfan99_80517/building-a-robust-api-structuring-controllers-entities-dtos-and-modules-93cfaaef7f07
#nodejs
Medium
Building a Robust API: Structuring Controllers, Entities, DTOs, and Modules
This is third article of series Building a Robust Backend: A Comprehensive Guide Using NestJS, TypeORM, and Microservices. Our purpose is…
Anchor Positioning Quirks
Juan Diego Rodríguez discusses some anchor positioning head-scratchers. - https://css-tricks.com/anchor-positioning-quirks
#css
Juan Diego Rodríguez discusses some anchor positioning head-scratchers. - https://css-tricks.com/anchor-positioning-quirks
#css
CSS-Tricks
Anchor Positioning Quirks | CSS-Tricks
I am thrilled to say, that from this week onwards, the CSS-tricks Almanac has an entry for each property, function, and at-rule related to the new Anchor
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.
How to Integrate Shadcn with Nuxt.js
In this detailed guide, we’ll walk through how to integrate Shadcn Vue with Nuxt.js. You will also be provided with useful insights and practical tips. - https://masteringnuxt.com/blog/how-to-integrate-shadcn-with-nuxtjs
#vue
In this detailed guide, we’ll walk through how to integrate Shadcn Vue with Nuxt.js. You will also be provided with useful insights and practical tips. - https://masteringnuxt.com/blog/how-to-integrate-shadcn-with-nuxtjs
#vue
Masteringnuxt
How to Integrate Shadcn with Nuxt.js
In this detailed guide, we’ll walk through how to integrate Shadcn Vue with Nuxt.js. We’ll also provide useful insights and practical tips.
Testing a React App in Chrome with Heroku CI
An introduction to doing end-to-end testing of a React app as part of a CI pipeline - https://blog.heroku.com/testing-react-app-chrome-heroku-ci
#react
An introduction to doing end-to-end testing of a React app as part of a CI pipeline - https://blog.heroku.com/testing-react-app-chrome-heroku-ci
#react
Heroku
Testing a React App in Chrome with Heroku CI
Automate end-to-end testing for React apps with Heroku CI. See how to use the Chrome for Testing Heroku Buildpack for seamless browser testing integration.
Building Standalone Executables with Node.js
While the developer experience isn’t quite as nice as with Deno or Bun yet, Node does have experimental support for building single executables of apps that you can distribute to systems which don’t have Node installed. - https://codesnip.sh/posts/building-standalone-nodejs-executables
#nodejs
While the developer experience isn’t quite as nice as with Deno or Bun yet, Node does have experimental support for building single executables of apps that you can distribute to systems which don’t have Node installed. - https://codesnip.sh/posts/building-standalone-nodejs-executables
#nodejs
CodeSnip | Tony Pujals
Building Standalone Executables With Node.js (Sep 2024) - CodeSnip | Tony Pujals
Building Standalone Executables With Node.js Node.js has experimental support for building a single executable application, or SEA, which is what the team calls a standalone executable that can be di…
TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Medium
TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…
How to Create Supabase Database Migration Files in Vue.js
In this guide, explore how to create migration files for a remote Supabase database so that the database can be updated directly from your Vue.js project. - https://vueschool.io/articles/vuejs-tutorials/how-to-create-supabase-database-migration-files-in-vue-js/
#vue
In this guide, explore how to create migration files for a remote Supabase database so that the database can be updated directly from your Vue.js project. - https://vueschool.io/articles/vuejs-tutorials/how-to-create-supabase-database-migration-files-in-vue-js/
#vue
vueschool.io
How to Create Supabase Database Migration Files in Vue.js - Vue School Articles
In this guide, we’ll focus on creating migration files for a remote Supabase database, ensuring that our the database is updated directly from within our Vue.js project.
Sticky Headers And Full-Height Elements: A Tricky Combination
Philip Braunen explores why sticky elements don’t play nicely if they coordinate with other elements to make up a combined height (like 100vh) and presents a solution to fix it. - https://www.smashingmagazine.com/2024/09/sticky-headers-full-height-elements-tricky-combination
#css
Philip Braunen explores why sticky elements don’t play nicely if they coordinate with other elements to make up a combined height (like 100vh) and presents a solution to fix it. - https://www.smashingmagazine.com/2024/09/sticky-headers-full-height-elements-tricky-combination
#css
Smashing Magazine
Sticky Headers And Full-Height Elements: A Tricky Combination — Smashing Magazine
Sticky positioning is one of those CSS features that’s pretty delicate and can be negated by a lot of things, so here’s another one to add to your mental catalog: Sticky elements don’t play nicely if they have to coordinate with other elements to make up…
5 Essential NPM Packages Every Angular Developer Should Know for Enhanced…
In this article, I will share five NPM packages that have significantly impacted my Angular development…
- https://medium.com/ngconf/5-essential-npm-packages-every-angular-developer-should-know-for-enhanced-productivity-68baeb027643
#angular
In this article, I will share five NPM packages that have significantly impacted my Angular development…
- https://medium.com/ngconf/5-essential-npm-packages-every-angular-developer-should-know-for-enhanced-productivity-68baeb027643
#angular
Medium
5 Essential NPM Packages Every Angular Developer Should Know for Enhanced Productivity
In this article, I will share five NPM packages that have significantly impacted my Angular development experience..
Design Principles for Composable Architectures
These principles will help you to design and implement robust composable architecture for your web… - https://blog.bitsrc.io/design-principles-for-composable-architectures-2a8dcfb11998
#design #principles
These principles will help you to design and implement robust composable architecture for your web… - https://blog.bitsrc.io/design-principles-for-composable-architectures-2a8dcfb11998
#design #principles
Medium
Design Principles for Composable Architectures
These principles will help you to design and implement robust composable architecture for your web applications.
Instrumenting a React App Using OpenTelemetry - https://thenewstack.io/instrumenting-a-react-app-using-opentelemetry/
#react
#react
The New Stack
Instrumenting a React App Using OpenTelemetry
Learn how to get started with OpenTelemetry in a React app with basic and auto-instrumentation, as well as adding custom spans and metrics.
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are…
- https://medium.com/@pp.palinda/parallel-processing-in-nestjs-6ecdbc533e1f
#nodejs
Medium
Task Parallelism with NestJS
Node.js combined with NestJS is a hugely popular choice in software development, yet many developers are unaware of how data processing…
A Simple and Scalable Architecture for Enterprise Angular Apps
Laying a solid foundation is always important for any application development and Angular is no exception… - https://medium.com/frontend-for-everyone/a-simple-and-scalable-architecture-for-enterprise-angular-apps-4f962dd62cc8
#angular
Laying a solid foundation is always important for any application development and Angular is no exception… - https://medium.com/frontend-for-everyone/a-simple-and-scalable-architecture-for-enterprise-angular-apps-4f962dd62cc8
#angular
Medium
A Simple and Scalable Architecture for Enterprise Angular Apps
Laying a solid foundation is always important for any application development and Angular is no exception. And, it is even more important…
Top 10 must use Nuxt modules
This article is a curated list of top 10 Modules that the author uses in every Nuxt Project. - https://dev.to/leamsigc/top-10-must-use-nuxt-modules-dmo
#vue
This article is a curated list of top 10 Modules that the author uses in every Nuxt Project. - https://dev.to/leamsigc/top-10-must-use-nuxt-modules-dmo
#vue
DEV Community
Top 10 must use Nuxt modules
After a while working with Nuxt, here are the top 10 Modules that I use in every single one of my...
WebKit Features in Safari 18.0
Jen Simmons gives an overview of new web platform features that just landed in WebKit, the rendering engine driving Safari. - https://webkit.org/blog/15865/webkit-features-in-safari-18-0
#css
Jen Simmons gives an overview of new web platform features that just landed in WebKit, the rendering engine driving Safari. - https://webkit.org/blog/15865/webkit-features-in-safari-18-0
#css
WebKit
WebKit Features in Safari 18.0
Safari 18.0 is here.
BWIP-JS: A Barcode Writer in Pure JavaScript
A library that can generate barcodes using over 100 different barcode types and standards, both single and two dimensional. There is, of course, a live demo where you, too, can discover far more types of barcodes exist than you ever imagined. - https://github.com/metafloor/bwip-js
#javascript
A library that can generate barcodes using over 100 different barcode types and standards, both single and two dimensional. There is, of course, a live demo where you, too, can discover far more types of barcodes exist than you ever imagined. - https://github.com/metafloor/bwip-js
#javascript
GitHub
GitHub - metafloor/bwip-js: Barcode Writer in Pure JavaScript
Barcode Writer in Pure JavaScript. Contribute to metafloor/bwip-js development by creating an account on GitHub.
A Deep Dive into Micro Frontend Architecture with React.js
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web… - https://medium.com/@isuruariyarathna2k00/a-deep-dive-into-micro-frontend-architecture-with-react-js-264ca6edca6b
#microfrontends
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web… - https://medium.com/@isuruariyarathna2k00/a-deep-dive-into-micro-frontend-architecture-with-react-js-264ca6edca6b
#microfrontends
Medium
A Deep Dive into Micro Frontend Architecture with React.js
Discover the power of Micro Frontend Architecture in React.js! Learn how to build modular and scalable web applications in our latest blog.
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
In the fast-paced world of web development, building efficient and scalable web application is a top priority… - https://medium.com/@s.klop/the-ultimate-guide-to-nestjs-performance-optimization-8b16810fc216
#nodejs
Medium
The Ultimate Guide to NestJS Performance Optimization 🚀
In the fast-paced world of web development, building efficient and scalable web application is a top priority for developers. NestJS, a…
assistant-ui: React Components for AI Chat
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
GitHub
GitHub - Yonom/assistant-ui: React Components for AI Chat 💬 🚀
React Components for AI Chat 💬 🚀. Contribute to Yonom/assistant-ui development by creating an account on GitHub.