Telegram Web
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
👍3
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
👍4
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
👍2
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
👍4
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
👍41
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
👍3
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
👍4🔥2
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
👍3
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
👍3
Stop Using Services! The Importance of Defining Object Responsibilities Precisely

Services are an integral part of Angular applications, but should they be? Why do we call an object a service, and what are the consequences of doing so? In this article, I aim to explore the topic of naming objects, discuss the risks of failing to define their responsibilities precisely, and how to avoid this. - https://angular.love/stop-using-services-the-importance-of-defining-object-responsibilities-precisely

#angular
👍4
The Perfect Guide to Setting Up a New Nuxt Project

Learn how to set up a new Nuxt project with this comprehensive guide, covering best practices, essential tools, and tips for a seamless development experience all in this blogpost. - https://soubiran.dev/posts/the-perfect-guide-to-setting-up-a-new-nuxt-project

#vue
2👍2👏1
Responsive type scales with composable CSS utilities

Tobias Ahlin Bjerrome explains how you can create composable, responsive, and fluid-type scales that smoothly adapt to viewport and container widths using calc(), clamp(), and CSS vars. - https://tobiasahlin.com/blog/responsive-fluid-css-type-scales

#css
👍3
2025/07/14 10:43:09
Back to Top
HTML Embed Code: