Styling Console Text in Node.js
There are numerous ways to do this. - https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
#nodejs
There are numerous ways to do this. - https://2ality.com/2025/05/ansi-escape-sequences-nodejs.html
#nodejs
2Ality
Styling console text in Node.js
In this blog post, we explore how we can style text that we log to the console in Node.js. Some of the examples use a Unix shell but most of the code should also work on Windows.
👍1
Balancing Text In CSS
How to make text look more balanced
in CSS. - https://ishadeed.com/article/balancing-text-css/
#css
How to make text look more balanced
in CSS. - https://ishadeed.com/article/balancing-text-css/
#css
Ishadeed
Balancing Text In CSS
Make text look more balanced with text-wrap in CSS.
👍3
A deep dive into Angular’s FormArray container
Handling dynamic, structured data is a common challenge in modern web applications. Whether building spreadsheets, surveys, or data grids, developers need forms that can adapt to user input. Angular’s FormArray is a powerful container tool designed for this purpose. - https://blog.logrocket.com/deep-dive-angular-formarray-container/
#angular
Handling dynamic, structured data is a common challenge in modern web applications. Whether building spreadsheets, surveys, or data grids, developers need forms that can adapt to user input. Angular’s FormArray is a powerful container tool designed for this purpose. - https://blog.logrocket.com/deep-dive-angular-formarray-container/
#angular
LogRocket Blog
A deep dive into Angular’s FormArray container - LogRocket Blog
This Angular guide demonstrates how to create a pseudo-spreadsheet application with reactive forms using the FormArray container.
❤2👍1
What is TypeScript? An Overview for JavaScript Programmers
You may have noticed esteemed JavaScript developer and author Dr. Axel has been on a TypeScript odyssey recently. Here he does a good job at boiling down the what (rather than the ‘why’) of TypeScript. - https://2ality.com/2025/02/what-is-typescript.html
#typescript
You may have noticed esteemed JavaScript developer and author Dr. Axel has been on a TypeScript odyssey recently. Here he does a good job at boiling down the what (rather than the ‘why’) of TypeScript. - https://2ality.com/2025/02/what-is-typescript.html
#typescript
2Ality
What is TypeScript? An overview for JavaScript programmers
Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using TypeScript is like (think first step before learning more details). You’ll get answers to the following questions: How is TypeScript code different from JavaScript…
👍2
Vue is Too Easy
Vue makes building web apps simple but powerful.
It’s easy to learn, yet flexible enough for large projects. - https://fadamakis.com/vue-is-too-easy-3d4ecca5e454
#vue
Vue makes building web apps simple but powerful.
It’s easy to learn, yet flexible enough for large projects. - https://fadamakis.com/vue-is-too-easy-3d4ecca5e454
#vue
Medium
Vue is Too Easy
Front end development is a very polarized industry. We argue about programming languages, frameworks, and even the best indentation style…
👍3❤1🤩1
Unpacking Node.js Memory - From Raw Bytes to Usable Data
An introduction to ArrayBuffer, TypedArray, and Buffer. - https://www.banjocode.com/post/node/memory-management
#nodejs
An introduction to ArrayBuffer, TypedArray, and Buffer. - https://www.banjocode.com/post/node/memory-management
#nodejs
Banjocode
Unpacking Node.js Memory - From Raw Bytes to Usable Data | banjocode
Explore how Node.js handles binary data under the hood with a simple guide to ArrayBuffer, TypedArray, and Buffer. Learn how these core concepts work together for efficient file and memory management in Node.
❤1👍1👏1
Understanding React Re-Renders: What Triggers Them and Why They Matter - https://shramko.dev/blog/react-rerender
#react
#react
Serhii Shramko Blog
Understanding React Re-Renders: What Triggers Them and Why They Matter
Dive into the mechanics of React re-renders — learn what causes them, how they impact performance, and how to manage them effectively.
👍1
Boost Angular Performance: Lazy Click Me Load More Guide
Angular is a globally used framework for building extremely complex and high-performing web applications at scale. However, as your app grows, performance issues might start to show if you haven’t designed your Angular app properly. - https://www.syncfusion.com/blogs/post/boost-angular-performance-lazy-loading
#angular
Angular is a globally used framework for building extremely complex and high-performing web applications at scale. However, as your app grows, performance issues might start to show if you haven’t designed your Angular app properly. - https://www.syncfusion.com/blogs/post/boost-angular-performance-lazy-loading
#angular
Syncfusion Blogs
Boost Angular Performance: Lazy Click Me Load More Guide
Learn how to implement lazy loading in your Angular apps to boost performance, reduce bundle size, and improve user experience.
👍1
Using padding to space an input and label
Darin Senneff shares a technique to space an input and label using padding instead of margins, improving form alignment and consistency. - https://www.darins.page/articles/using-padding-to-space-an-input-and-label
#css
Darin Senneff shares a technique to space an input and label using padding instead of margins, improving form alignment and consistency. - https://www.darins.page/articles/using-padding-to-space-an-input-and-label
#css
Darin Senneff
Using padding to space an input and label - Darin Senneff
Something I started doing lately is using the padding of a <label> element to create the space between it and an <input> instead of a margin or…
👍1
How to Become a Strong Software Architect
Roadmap of a Software Architect - https://readmedium.com/how-to-become-a-strong-software-architect-c36e144fe2fd
#software #architect
Roadmap of a Software Architect - https://readmedium.com/how-to-become-a-strong-software-architect-c36e144fe2fd
#software #architect
Readmedium
How to Become a Strong Software Architect
Roadmap of a Software Architect
👍3
RxDB as a Database in a Vue Application
This article explores how RxDB works, why it's a perfect match for Vue, and how you can leverage it to build more engaging, performant, and data-resilient Vue applications. - https://rxdb.info/articles/vue-database.html
#vue
This article explores how RxDB works, why it's a perfect match for Vue, and how you can leverage it to build more engaging, performant, and data-resilient Vue applications. - https://rxdb.info/articles/vue-database.html
#vue
rxdb.info
RxDB as a Database in a Vue.js Application | RxDB - JavaScript Database
Level up your Vue projects with RxDB. Build real-time, resilient, and responsive apps powered by a reactive NoSQL database right in the browser.
👍1
Can AI Rebuild a Rails Page in Next.js? We Tried It.. - https://thoughtbot.com/blog/can-ai-rebuild-a-rails-page-in-next-js-we-tried-it
#react
#react
thoughtbot
Can AI rebuild a Rails page in Next.js? We tried it
A recap of our live stream experiment where we used Cursor to rebuild a Rails page in Next.js.
👍2
Google Gen AI SDK for TypeScript and JavaScript v1
Why let Python developers have all the fun? Now you can harness the full power of Google’s Gemini API (and Vertex platform) from Node too. v1.0 landed a few days ago, but today we also get v1.1 which includes CommonJS support. The Gemini docs and examples now use it too - https://github.com/googleapis/js-genai
#nodejs
Why let Python developers have all the fun? Now you can harness the full power of Google’s Gemini API (and Vertex platform) from Node too. v1.0 landed a few days ago, but today we also get v1.1 which includes CommonJS support. The Gemini docs and examples now use it too - https://github.com/googleapis/js-genai
#nodejs
GitHub
GitHub - googleapis/js-genai: TypeScript/JavaScript SDK for Gemini and Vertex AI.
TypeScript/JavaScript SDK for Gemini and Vertex AI. - googleapis/js-genai
👍1
Typecasting and Viewport Transitions in CSS with tan(atan2)
Juan Diego Rodríguez explores the mathematical approach behind CSS transitions using tan(atan2) for smooth viewport-based animations. - https://css-tricks.com/typecasting-and-viewport-transitions-in-css-with-tanatan2/
#css
Juan Diego Rodríguez explores the mathematical approach behind CSS transitions using tan(atan2) for smooth viewport-based animations. - https://css-tricks.com/typecasting-and-viewport-transitions-in-css-with-tanatan2/
#css
CSS-Tricks
Typecasting and Viewport Transitions in CSS With tan(atan2()) | CSS-Tricks
We've been able to get the length of the viewport in CSS since... checks notes... 2013! Surprisingly, that was more than a decade ago. Getting the
👍1
Micro Frontends with Angular and Native Federation- https://blog.angular.dev/micro-frontends-with-angular-and-native-federation-7623cfc5f413
#angular
#angular
Medium
Micro Frontends with Angular and Native Federation
Enterprise-scale software systems are often implemented by several cross-functional teams. To enable such teams to provide new features…
👍1
AI Agents: Introduction
Discover AI agents, their design, and real-world applications. - https://readmedium.com/ai-agents-introduction-part-1-fbec7edb857d
#ai #agents
Discover AI agents, their design, and real-world applications. - https://readmedium.com/ai-agents-introduction-part-1-fbec7edb857d
#ai #agents
Readmedium
AI Agents: Introduction (Part-1)
Discover AI agents, their design, and real-world applications.
👍1
Using TanStack Query in Expo Apps: Improving DX and UX Like No Other - https://www.youtube.com/watch?v=QTQm4TbarsI
#react
#react
YouTube
Devlin Duldulao – TanStack Query in Expo Apps: Improving DX and UX Like No Other | App.js Conf 2025
Learn how to use TanStack Query to manage server state in Expo apps — with real-world examples of optimized data fetching, caching, and error handling for better performance and scalability.
Don't miss any updates about App.js Conf and follow us on X:
💎…
Don't miss any updates about App.js Conf and follow us on X:
💎…
👍2
express-generator-typescript: An Express.js + TypeScript App Generator
Creates the boilerplate for a TypeScript-powered Express.js app. Now uses Express.js 5. - https://github.com/seanpmaxwell/express-generator-typescript
#nodejs
Creates the boilerplate for a TypeScript-powered Express.js app. Now uses Express.js 5. - https://github.com/seanpmaxwell/express-generator-typescript
#nodejs
GitHub
GitHub - seanpmaxwell/express-generator-typescript: Create a new express app similar to express-generator but with TypeScript
Create a new express app similar to express-generator but with TypeScript - seanpmaxwell/express-generator-typescript
❤2👍1
How to Use Nuxt 3 Middleware for Authentication and Permissions
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
In this article, you'll explore how to implement authentication and permissions using Nuxt 3 middleware effectively. - https://dev.to/jacobandrewsky/how-to-use-nuxt-3-middleware-for-authentication-and-permissions-5d9b
#vue
DEV Community
How to Use Nuxt 3 Middleware for Authentication and Permissions
Nuxt 3 is a powerful framework for building Vue.js applications, offering a streamlined way to manage...
❤1👍1