Angular 19. Trying to stay afloat
The story of how, in the pursuit of all things Angular… - https://itnext.io/angular-19-trying-to-stay-afloat-abee8fcfae53
#angular
The story of how, in the pursuit of all things Angular… - https://itnext.io/angular-19-trying-to-stay-afloat-abee8fcfae53
#angular
Medium
Angular 19. Trying to stay afloat
The story of how, in the pursuit of all things Angular has already stopped realizing what it itself needs
SSR Deep Dive for React Developers
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs. - https://www.developerway.com/posts/ssr-deep-dive-for-react-developers
#react #ssr
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs. - https://www.developerway.com/posts/ssr-deep-dive-for-react-developers
#react #ssr
Developerway
SSR Deep Dive for React Developers
Explore step-by-step how Server-Side Rendering (SSR), pre-rendering, hydration, and Static Site Generation (SSG) work in React, their costs, performance impact, benefits, and trade-offs.
JavaScript Security: Protecting Your Applications from Modern Threats
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your app's defenses against modern threats. - https://certificates.dev/blog/javascript-security-protecting-your-applications-from-modern-threats
#security
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your app's defenses against modern threats. - https://certificates.dev/blog/javascript-security-protecting-your-applications-from-modern-threats
#security
certificates.dev
JavaScript Security: Protecting Your Applications from Modern Threats
Explore essential JavaScript security practices to protect your web applications. Learn how to prevent common vulnerabilities like XSS and CSRF, implement secure communication, manage dependencies safely, and secure client-side data storage. Improve your…
Node.js TSC Votes to Stop Distributing Corepack
Corepack was introduced as an (experimental) tool bundled with Node to help with managing versions of your package managers. Corepack will live on as a separately installable tool, but will be phased out from future Node releases following a recent TSC vote. - https://socket.dev/blog/node-js-tsc-votes-to-stop-distributing-corepack
#nodejs
Corepack was introduced as an (experimental) tool bundled with Node to help with managing versions of your package managers. Corepack will live on as a separately installable tool, but will be phased out from future Node releases following a recent TSC vote. - https://socket.dev/blog/node-js-tsc-votes-to-stop-distributing-corepack
#nodejs
Socket
Node.js TSC Votes to Stop Distributing Corepack - Socket
Corepack will be phased out from future Node.js releases following a TSC vote.
Top 50 System Design Terminologies You Must Know
Master the Essential Terms to Ace Your System Design… - https://interviewnoodle.com/top-50-system-design-terminologies-you-must-know-3c78f5fb99c1
#system #design
Master the Essential Terms to Ace Your System Design… - https://interviewnoodle.com/top-50-system-design-terminologies-you-must-know-3c78f5fb99c1
#system #design
Medium
Top 50 System Design Terminologies You Must Know
Master the Essential Terms to Ace Your System Design Interviews with Explanations, Practical Examples, and Comprehensive Resources
How to implement Nuxt-like file-based routing in Vue?
In this article, explore file-based vue routing and how we can enhance it to the next level. - https://abhidave.hashnode.dev/how-to-implement-nuxt-like-file-based-routing-in-vue
#vue
In this article, explore file-based vue routing and how we can enhance it to the next level. - https://abhidave.hashnode.dev/how-to-implement-nuxt-like-file-based-routing-in-vue
#vue
Retrieval-Augmented Generation with Node.js, Podman AI Lab and React - https://developers.redhat.com/articles/2025/03/10/retrieval-augmented-generation-nodejs-podman-ai-lab-react#node_js_rag_chatbot_recipe
#react
#react
Red Hat Developer
Retrieval-augmented generation with Node.js, Podman AI Lab & React | Red Hat Developer
Podman AI Lab, which integrates with Podman Desktop, provides everything you need to start developing Node.js applications that can integrate large language models and package the components in
Hide Boilerplate Nx Files in VsCode/Webstorm
As developers, we spend countless hours in our IDEs. Ideally, these should be both visually appealing and easy to navigate without excessive scrolling or clicking. However tools like Nx often add a slew of boilerplate files that clutter the file tree. These files make developers new to Nx struggle with navigation across the project. - https://angular.love/hide-boilerplate-nx-files-in-vscode-webstorm
#angular
As developers, we spend countless hours in our IDEs. Ideally, these should be both visually appealing and easy to navigate without excessive scrolling or clicking. However tools like Nx often add a slew of boilerplate files that clutter the file tree. These files make developers new to Nx struggle with navigation across the project. - https://angular.love/hide-boilerplate-nx-files-in-vscode-webstorm
#angular
Angular.love
Hide Boilerplate Nx Files in VsCode/Webstorm - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
How to Use CSS object-fit and object-position
Ralph Mason shows how to use object-fit to fit images into a specific amount of space and how to use object-position to get the positioning within that space just right. - https://www.sitepoint.com/using-css-object-fit-object-position-properties
#css
Ralph Mason shows how to use object-fit to fit images into a specific amount of space and how to use object-position to get the positioning within that space just right. - https://www.sitepoint.com/using-css-object-fit-object-position-properties
#css
Sitepoint
How to Use CSS object-fit and object-position — SitePoint
Learn how to use CSS object-fit to determine how images fit within a given space, and how to position those images with object-position.
New URLPattern API Brings Improved Pattern Matching to Node
The Cloudflare Workers team has implemented the URLPattern API in the Ada URL parser, used by both Node.js and Cloudflare Workers. The API lets you take patterns like /blog/:year/:month/:slug and test whether URLs match against them. If you’re using Node 23.8+, you can start using it today. - https://blog.cloudflare.com/improving-web-standards-urlpattern/
#nodejs
The Cloudflare Workers team has implemented the URLPattern API in the Ada URL parser, used by both Node.js and Cloudflare Workers. The API lets you take patterns like /blog/:year/:month/:slug and test whether URLs match against them. If you’re using Node 23.8+, you can start using it today. - https://blog.cloudflare.com/improving-web-standards-urlpattern/
#nodejs
The Cloudflare Blog
New URLPattern API brings improved pattern matching to Node.js and Cloudflare Workers
Today we're announcing our latest contribution to Node.js, now available in v23.8.0: URLPattern. We've added our implementation to Ada URL, bringing this standard pattern-matching API to Node.js to improve how developers match patterns and routes across all…
Next.js 15.2.3 Released Due to Security Vulnerability
This past weekend, a new version of Next.js was released to resolve a serious security vulnerability, which could allow the skipping of middleware (including that used for authentication). Self-hosted Next.js deployments need to be upgraded immediately. - https://socket.dev/blog/next-js-patches-critical-middleware-vulnerability
#react
This past weekend, a new version of Next.js was released to resolve a serious security vulnerability, which could allow the skipping of middleware (including that used for authentication). Self-hosted Next.js deployments need to be upgraded immediately. - https://socket.dev/blog/next-js-patches-critical-middleware-vulnerability
#react
Kafka Crash Course
In this Kafka crash course we will understand what is… - https://towardsdev.com/kafka-crash-course-40f37bb2ba40
#kafka
In this Kafka crash course we will understand what is… - https://towardsdev.com/kafka-crash-course-40f37bb2ba40
#kafka
Medium
Kafka Crash Course
In this Kafka crash course we will understand what is kafka and also write some code to learn about it. This post have been inspired by…
How to Prefetch a Vue.js Component
Vue.js offers powerful ways to optimize application performance through component preloading. In this article, explore how to implement component prefetching to enhance your application's user experience and loading times - https://vueschool.io/articles/vuejs-tutorials/how-to-prefetch-a-vue-js-component/
#vue
Vue.js offers powerful ways to optimize application performance through component preloading. In this article, explore how to implement component prefetching to enhance your application's user experience and loading times - https://vueschool.io/articles/vuejs-tutorials/how-to-prefetch-a-vue-js-component/
#vue
vueschool.io
How to Prefetch a Vue.js Component - Vue School Articles
Component preloading might be the boost your Vue.js app needs. Master Vite prefetching and avoid the waterfall effect.
Angular Generators
The Angular team constantly introduces new features and tools to make development easier. One of these helpful tools is 'generators.’ These generators automatically update your code to the latest best practices, saving you time and effort. - https://angular.love/angular-generators
#angular
The Angular team constantly introduces new features and tools to make development easier. One of these helpful tools is 'generators.’ These generators automatically update your code to the latest best practices, saving you time and effort. - https://angular.love/angular-generators
#angular
Angular.love
Angular Generators - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
Node Now Supports TypeScript Natively: Everything You Need to Know - https://nodesource.com/blog/Node.js-Supports-TypeScript-Natively
#nodejs
#nodejs
The NodeSource Blog - Node.js Tutorials, Guides, and Updates
Node.js Now Supports TypeScript Natively: Everything You Need to Know
With the release of Node.js v23.6.0, developers can use TypeScript natively without additional transpilation tools like ts-node or manual compilation steps
Deploying a Next.js App to Production on Any Server
A popular article from last year that’s been updated for 2025 and Next.js 15. - https://www.saybackend.com/blog/04-deploy-nextjs-to-production-without-vercel
#react
A popular article from last year that’s been updated for 2025 and Next.js 15. - https://www.saybackend.com/blog/04-deploy-nextjs-to-production-without-vercel
#react
Saybackend
Deploying a Next.js App to Production in any server | SayBackend
Build a docker image of your nextjs app that can be deployed to any server, without any propreitary cloud provider lock-in.
Nesting in CSS
Ryan Finni shares a brief intro to the new CSS Nesting module. - https://www.letsbuildui.dev/articles/nesting-in-css
#css
Ryan Finni shares a brief intro to the new CSS Nesting module. - https://www.letsbuildui.dev/articles/nesting-in-css
#css
Let's Build UI
Nesting in CSS
A brief intro to the new CSS Nesting module
How to Redirect in Nuxt (Every Single Way)
Discover all the ways to implement redirects in Nuxt with this comprehensive guide. Learn about server-side, universal, and client-side redirects, along with their pros and cons. Check out the full demo app showcasing each method to see practical examples in action. - https://masteringnuxt.com/blog/how-to-redirect-in-nuxt-every-single-way
#vue
Discover all the ways to implement redirects in Nuxt with this comprehensive guide. Learn about server-side, universal, and client-side redirects, along with their pros and cons. Check out the full demo app showcasing each method to see practical examples in action. - https://masteringnuxt.com/blog/how-to-redirect-in-nuxt-every-single-way
#vue
Masteringnuxt
How to Redirect in Nuxt (Every Single Way)
Discover all the ways to implement redirects in Nuxt with this comprehensive guide. Learn about server-side, universal, and client-side redirects, along with their pros and cons. Check out the full demo app showcasing each method to see practical examples…
Building a Backendless Application with Angular & Appwrite
In modern web development, leveraging a backend-as-a-service (BaaS, often referred to as „backendless”) platform like Appwrite allows developers to focus more on crafting the user experience while minimizing backend complexities. This guide demonstrates how to build a backendless application using Angular and Appwrite. - https://angular.love/building-a-backendless-application-with-angular-appwrite
#angular
In modern web development, leveraging a backend-as-a-service (BaaS, often referred to as „backendless”) platform like Appwrite allows developers to focus more on crafting the user experience while minimizing backend complexities. This guide demonstrates how to build a backendless application using Angular and Appwrite. - https://angular.love/building-a-backendless-application-with-angular-appwrite
#angular
Angular.love
Building a Backendless Application with Angular & Appwrite - Angular.love
Angular.love - a place for all Angular enthusiasts created to inspire and educate.
Exploring JavaScript Symbols
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Symbols were a new ‘quirky little primitive’ (as Trevor puts it) that arrived with ES6 ten years ago, but they continue to be poorly understood. Trevor boils them down really well, including a little side quest into the likely-to-be-deprecated ‘species.’ - https://www.trevorlasn.com/blog/symbols-in-javascript
#javascript
Exploring JavaScript Symbols
Deep dive into JavaScript Symbols - what they are, why they matter, and how to use them effectively