2025 Comprehensive Nuxt Tutorial
In this in 5 hour depth course you build a dark, modern, animated website with Nuxt, GSAP, Prismic, Tailwind, and TypeScript. - https://www.youtube.com/watch?v=EmvCh7Jb0Mw
#vue
In this in 5 hour depth course you build a dark, modern, animated website with Nuxt, GSAP, Prismic, Tailwind, and TypeScript. - https://www.youtube.com/watch?v=EmvCh7Jb0Mw
#vue
YouTube
Learn Nuxt, GSAP, Tailwind, and Prismic to build a dark, mordern, sleek website - Full Course 2025
🪁 Build a dark, modern, animated website with Nuxt, GSAP, Prismic, Tailwind, and TypeScript!
In this in depth course we make a trendy, dark and modern website in the same style as Linear, AuthKit, Raycast, Clerk, and many more!
You'll learn how to use…
In this in depth course we make a trendy, dark and modern website in the same style as Linear, AuthKit, Raycast, Clerk, and many more!
You'll learn how to use…
❤3🔥3👍1
Unpacking Config and Environment Variables in Node
A blog post recapping a recent session led by Liran Tal about the trickiness, and some best practices around, working with configuration and env variables in Node. - https://blog.platformatic.dev/stop-losing-sleep-over-nodejs-config-heres-how-to-get-it-right
#nodejs
A blog post recapping a recent session led by Liran Tal about the trickiness, and some best practices around, working with configuration and env variables in Node. - https://blog.platformatic.dev/stop-losing-sleep-over-nodejs-config-heres-how-to-get-it-right
#nodejs
Platformatic Blog
Unpacking Config & Env Variables in Node.js
Learn how to manage Node.js configuration effectively to avoid security risks, ensure reliability, and stop losing sleep over misconfigurations
👍3
TypeScript's Compiler to Get 10x Faster
TypeScript has shaken up the JavaScript ecosystem in recent years with an increasing number of developers relying on its strong typing and added structure. TypeScript’s compiler isn’t particularly fast, though, but the TypeScript team at Microsoft are changing that by porting it to Go! - https://devblogs.microsoft.com/typescript/typescript-native-port/
#typescript
TypeScript has shaken up the JavaScript ecosystem in recent years with an increasing number of developers relying on its strong typing and added structure. TypeScript’s compiler isn’t particularly fast, though, but the TypeScript team at Microsoft are changing that by porting it to Go! - https://devblogs.microsoft.com/typescript/typescript-native-port/
#typescript
Microsoft News
A 10x Faster TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
👏4
Angular 19: Transforming HTTP API Calls with Signals and Resources
Modern Angular development continues to evolve with… - https://balramchavan.medium.com/angular-19-transforming-http-api-calls-with-signals-and-resources-ce09c8ba4af1
#angular
Modern Angular development continues to evolve with… - https://balramchavan.medium.com/angular-19-transforming-http-api-calls-with-signals-and-resources-ce09c8ba4af1
#angular
Medium
Angular 19: Transforming HTTP API Calls with Signals and Resources
Modern Angular development continues to evolve with each version, bringing new features and paradigms that enhance developer experience and…
👍1
CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control
Victor Ayomipo explores the idea of combining BEM and utility classes with Cascade Layers. - https://www.smashingmagazine.com/2025/06/css-cascade-layers-bem-utility-classes-specificity-control
#css
Victor Ayomipo explores the idea of combining BEM and utility classes with Cascade Layers. - https://www.smashingmagazine.com/2025/06/css-cascade-layers-bem-utility-classes-specificity-control
#css
Smashing Magazine
CSS Cascade Layers Vs. BEM Vs. Utility Classes: Specificity Control — Smashing Magazine
CSS can be unpredictable — and specificity is often the culprit. Victor Ayomipo breaks down how and why your styles might not behave as expected, and why understanding specificity is better than relying on `!important`.
👍1
The Future of Frontend Development: Key Skills to Hire for in 2025
The frontend development space has shifted… - https://javascript.plainenglish.io/the-future-of-frontend-development-key-skills-to-hire-for-in-2025-d62801ab4e8c
#frontend
The frontend development space has shifted… - https://javascript.plainenglish.io/the-future-of-frontend-development-key-skills-to-hire-for-in-2025-d62801ab4e8c
#frontend
Medium
The Future of Frontend Development: Key Skills to Hire for in 2025
The frontend development space has shifted dramatically — from simple HTML pages to complex, interactive applications that shape our…
👍2❤1
5 Vue features you might MISS OUT right now
In more than 11 years of Vue, a lot of features became part of the framework - and of course, nobody uses all of them.
So why not presenting some of the lesser-known features? That's what happens in this video. - https://www.youtube.com/watch?v=Tsdhuug3z1A
#vue
In more than 11 years of Vue, a lot of features became part of the framework - and of course, nobody uses all of them.
So why not presenting some of the lesser-known features? That's what happens in this video. - https://www.youtube.com/watch?v=Tsdhuug3z1A
#vue
YouTube
5 Vue features you might MISS OUT right now
In more than 11 years of Vue.js, a lot of features became part of the framework - and of course, nobody uses *all* of them. So why not presenting some of the lesser-known features? That's what happens in this video!
---
Links and Resources:
🔗 Props Destructure…
---
Links and Resources:
🔗 Props Destructure…
❤3
Drop in OAuth for Your MCP Server
Agentic systems and internal services need more than API keys. Scalekit’s MCP Auth module is a drop-in solution that issues short-lived, scoped tokens to isolate access per org and simplify traceability. - https://docs.scalekit.com/guides/mcp/oauth/
#nodejs
Agentic systems and internal services need more than API keys. Scalekit’s MCP Auth module is a drop-in solution that issues short-lived, scoped tokens to isolate access per org and simplify traceability. - https://docs.scalekit.com/guides/mcp/oauth/
#nodejs
Scalekit Docs
OAuth authorization server for MCP servers
Secure your Model Context Protocol (MCP) servers with Scalekit's drop-in OAuth 2.1 authorization solution
👍1
How To Use The Browser Console: An In-Depth Guide
Matt Zeunert explains how to use the Console tab in Chrome’s developer tools, starting from the basics before looking at many of its more advanced features. - https://www.debugbear.com/blog/chrome-browser-console
#dev #tools
Matt Zeunert explains how to use the Console tab in Chrome’s developer tools, starting from the basics before looking at many of its more advanced features. - https://www.debugbear.com/blog/chrome-browser-console
#dev #tools
Debugbear
How To Use The Browser Console: An In-Depth Guide | DebugBear
The Console tab in Chrome DevTools is extremely feature-packed! Learn how to get started and explore its more advanced features.
👍4
Angular Styling Secrets: How to Use :host and :host-context Like a Pro
Style smarter, adapt dynamically, and ditch the CSS… - https://readmedium.com/angular-styling-secrets-how-to-use-host-and-host-context-like-a-pro-6dacf879e8f6
#angular
Style smarter, adapt dynamically, and ditch the CSS… - https://readmedium.com/angular-styling-secrets-how-to-use-host-and-host-context-like-a-pro-6dacf879e8f6
#angular
Readmedium
Angular Styling Secrets: How to Use :host and :host-context Like a Pro
Style smarter, adapt dynamically, and ditch the CSS headaches!
👍1
Grainy Gradients
Ana Tudor shows how to eliminate banding in CSS gradients by using SVG displacement maps to create a subtle, grainy texture. - https://frontendmasters.com/blog/grainy-gradients
#css
Ana Tudor shows how to eliminate banding in CSS gradients by using SVG displacement maps to create a subtle, grainy texture. - https://frontendmasters.com/blog/grainy-gradients
#css
How to Develop an Open Telemetry Plugin for Nuxt
Currently, there is no built-in OpenTelemetry integration in Nuxt.
This article explains how to create a plugin for it. - https://techwatching.dev/posts/nuxt-otel
#vue
Currently, there is no built-in OpenTelemetry integration in Nuxt.
This article explains how to create a plugin for it. - https://techwatching.dev/posts/nuxt-otel
#vue
Alexandre Nédélec's personal website
How to Develop an Open Telemetry Plugin for Nuxt
When developing an application, it’s important to collect data for observability and monitoring purposes. The OpenTelemetry (OTel) is an open source observability framework that will help you collect this telemetry in a standardized way, while being completely…
❤1👍1
A Way to Handle Postgres Migrations in Node
A recommendation for node-pg-migrate. - https://blog.bitexpert.de/blog/migrations-with-node-pg-migrate
#nodejs
A recommendation for node-pg-migrate. - https://blog.bitexpert.de/blog/migrations-with-node-pg-migrate
#nodejs
blog.bitexpert.de
Handling PostgreSQL Migrations in Node.js | bitExpert
Learn how to seamlessly manage existing databases, unlock powerful hidden features, and sidestep common migration mistakes with our expert guide to leveraging node-pg-migrate in your Node.js projects.
👍2
Building APIs with Next.js
A detailed, official introduction to the concepts behind using Next.js’ App Router and route handlers to build public APIs you can expose to web, mobile, and third-party clients. - https://nextjs.org/blog/building-apis-with-nextjs
#nextjs
A detailed, official introduction to the concepts behind using Next.js’ App Router and route handlers to build public APIs you can expose to web, mobile, and third-party clients. - https://nextjs.org/blog/building-apis-with-nextjs
#nextjs
nextjs.org
Building APIs with Next.js
Learn about how to build APIs with Next.js.
👍1
Micro Frontends with Angular : Practical Multi-Repo Guide
Set up a micro frontend architecture using Angular… - https://readmedium.com/how-to-implement-micro-frontends-in-your-angular-app-39547ce55162
#angular
Set up a micro frontend architecture using Angular… - https://readmedium.com/how-to-implement-micro-frontends-in-your-angular-app-39547ce55162
#angular
Readmedium
Micro Frontends with Angular : Practical Multi-Repo Guide
Set up a micro frontend architecture using Angular with multiple repositories.
❤2👍1👎1👏1
Lightly Poking at the CSS if() Function in Chrome 137
Sunkanmi Fafowora gives a nice overview of the CSS if() Function. - https://css-tricks.com/lightly-poking-at-the-css-if-function-in-chrome-137
#css
Sunkanmi Fafowora gives a nice overview of the CSS if() Function. - https://css-tricks.com/lightly-poking-at-the-css-if-function-in-chrome-137
#css
CSS-Tricks
Lightly Poking at the CSS if() Function in Chrome 137 | CSS-Tricks
The CSS if() function was recently implemented in Chrome 137, making it the first instance where we have it supported by a mainstream browser. Let's poke at it a bit at a very high level.
👍2
How ECMAScript Engines Optimize Your Variables
From the authors of the Boa JS Rust-powered JavaScript engine. - https://boajs.dev/blog/2025/03/05/local-variables
#javascript
From the authors of the Boa JS Rust-powered JavaScript engine. - https://boajs.dev/blog/2025/03/05/local-variables
#javascript
boajs.dev
How ECMAScript Engines Optimize Your Variables | Boa JS
In this post, we will dive into how ECMAScript engines store variables,
👍3
Building APIs with Node.js and gRPC -https://www.honeybadger.io/blog/building-apis-with-node-js-and-grpc/
#nodejs
#nodejs
Honeybadger Developer Blog
Building a gRPC Node.js API
Building gRPC Node.js applications is becoming increasingly popular. Read this comprehensive guide to learn how to build a gRPC server using Node.js.
👍2