Why I’m excited about text-box-trim as a designer
Jason Bradberry shows what’s possible in the real world with the new CSS text-box-trim capabilities from a designer’s perspective and gives a deep dive into the text spacing and alignment problems it solves. - https://piccalil.li/blog/why-im-excited-about-text-box-trim-as-a-designer
#css
Jason Bradberry shows what’s possible in the real world with the new CSS text-box-trim capabilities from a designer’s perspective and gives a deep dive into the text spacing and alignment problems it solves. - https://piccalil.li/blog/why-im-excited-about-text-box-trim-as-a-designer
#css
Piccalilli
Why I’m excited about text-box-trim as a designer
Jason Bradberry shows us what’s possible in the real world with the new CSS text-box-trim capabilities from a designer’s perspective, and gives us a deep dive into the text spacing and alignment problems it solves.
👍3
JavaScript Design Pattern
Factory Method - https://medium.com/unlearninglabs/javascript-design-pattern-factory-method-f3ff06c99339
#javascript
Factory Method - https://medium.com/unlearninglabs/javascript-design-pattern-factory-method-f3ff06c99339
#javascript
Medium
JavaScript Design Pattern — Factory Method
Factory Method
👍4
Today I Interviewed for a Lead Front-End Role
And They Asked Me a Couple of Tough Questions - https://iorilan.medium.com/today-i-interviewed-for-a-lead-front-end-role-d4845e5ddd2e
#interview
And They Asked Me a Couple of Tough Questions - https://iorilan.medium.com/today-i-interviewed-for-a-lead-front-end-role-d4845e5ddd2e
#interview
Medium
Today I Interviewed for a Lead Front-End Role
And They Asked Me a Couple of Tough Questions
❤2👍2
Ref Callbacks, React 19 and the Compiler
Two years since his first article on callback refs, it turns out, in hindsight, some of the things included in that piece “were not 100% correct”. It’s time to revisit the subject. - https://tkdodo.eu/blog/ref-callbacks-react-19-and-the-compiler
#react
Two years since his first article on callback refs, it turns out, in hindsight, some of the things included in that piece “were not 100% correct”. It’s time to revisit the subject. - https://tkdodo.eu/blog/ref-callbacks-react-19-and-the-compiler
#react
tkdodo.eu
Ref Callbacks, React 19 and the Compiler
Reflecting on useCallback, how the Compiler changed my thinking about it, and what React 19 has in store for Ref Callbacks...
👍4
Angular Directives: Enhancing User Interfaces with Ease
Angular, a popular JavaScript framework, provides… - https://medium.com/@ayushgrwl365/angular-directives-enhancing-user-interfaces-with-ease-bb99d74e69cd
#angular
Angular, a popular JavaScript framework, provides… - https://medium.com/@ayushgrwl365/angular-directives-enhancing-user-interfaces-with-ease-bb99d74e69cd
#angular
Medium
Angular Directives: Enhancing User Interfaces with Ease
Angular, a popular JavaScript framework, provides developers with powerful tools to create dynamic and interactive web applications. One of…
👍5
calc-size() and interpolate size
Kevin Powell explains how it’s now possible to animate to or from height: auto and other intrinsic sizes. - https://12daysofweb.dev/2024/calc-size-and-interpolate-size
#css
Kevin Powell explains how it’s now possible to animate to or from height: auto and other intrinsic sizes. - https://12daysofweb.dev/2024/calc-size-and-interpolate-size
#css
12daysofweb.dev
calc-size() and interpolate size | 12 Days of Web
It's now possible to animate to or from height: auto and other intrinsic sizes.
👍5
Implementing Prefetching in Vue apps
This is an article about improving performance in Vue apps. It discusses the problem of slow API responses when loading more records. The solution is to use prefetching, which fetches resources before the user needs them. - https://dev.to/jacobandrewsky/implementing-prefetching-in-vue-apps-428
#vue
This is an article about improving performance in Vue apps. It discusses the problem of slow API responses when loading more records. The solution is to use prefetching, which fetches resources before the user needs them. - https://dev.to/jacobandrewsky/implementing-prefetching-in-vue-apps-428
#vue
DEV Community
Implementing Prefetching in Vue apps
Recently I was investigating what I could do in one of my project to improve performance (or at least...
❤3👍1
Strategies for Implementing Scalable Frontend Architectures in Large Organizations - https://blog.stackademic.com/strategies-for-implementing-scalable-frontend-architectures-in-large-organizations-f10d08c1e74a
#architecture
#architecture
Medium
Strategies for Implementing Scalable Frontend Architectures in Large Organizations
Strategies for Implementing Scalable Frontend Architectures in Large Organizations
👍3
Software Architecture Diagrams with C4 Model
Read the original article on packagemain.tech - https://itnext.io/software-architecture-diagrams-with-c4-model-898adcb534c2
#architecture
Read the original article on packagemain.tech - https://itnext.io/software-architecture-diagrams-with-c4-model-898adcb534c2
#architecture
Medium
Software Architecture Diagrams with C4 Model
Read the original article on packagemain.tech
❤3👍1
Creating Envless Angular-application
Ways to move from hard-coded code for each environment… - https://itnext.io/creating-envless-angular-application-0ce3c2ecaddd
#angular
Ways to move from hard-coded code for each environment… - https://itnext.io/creating-envless-angular-application-0ce3c2ecaddd
#angular
Medium
Creating Envless Angular-application
Ways to move from hard-coded code for each environment to a universal build that can be used anywhere
👍3
How to Dockerize a React App: A Step-by-Step Guide - https://www.docker.com/blog/how-to-dockerize-react-app/
#react
#react
Docker
How to Dockerize a React App: A Step-by-Step Guide for Developers | Docker
We show how to dockerize a React app to streamline your development process, eliminate "it works on my machine" problems, and ensure seamless deployments.
👍9❤1
Is Vue the fastest when it comes to SSR?
In this video, explore the first and the final iteration of the fastify benchmark, issues, results and most importantly - what the results mean for YOU as a developer. - https://www.youtube.com/watch?v=yShWoHCUick
#vue
In this video, explore the first and the final iteration of the fastify benchmark, issues, results and most importantly - what the results mean for YOU as a developer. - https://www.youtube.com/watch?v=yShWoHCUick
#vue
YouTube
Is Vue the fastest when it comes to SSR?
The "SSR showdown" benchmark was heavily discussed in the last ten days. In this video, we have a look at the first and the final iteration of the benchmark, issues, results and most importantly - what the results mean for YOU as a developer.
Tune in!
…
Tune in!
…
👍3
Balancing Text In CSS
Ahmad Shadeed demonstrates how to make text look more balanced in CSS. - https://ishadeed.com/article/balancing-text-css
#css
Ahmad Shadeed demonstrates 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
Cache HTTP response in Angular
Typically, if we have multiple same HTTP request in a… - https://medium.com/@e94kai/cache-http-response-in-angular-78ce12988b53
#angular
Typically, if we have multiple same HTTP request in a… - https://medium.com/@e94kai/cache-http-response-in-angular-78ce12988b53
#angular
Medium
Cache HTTP response in Angular
Typically, if we have multiple same HTTP request in a component, we use rxjs’s share() operator to save API calls. What if we need to do…
👍4
The Software Architect: Demystifying 18 Software Architecture Patterns.
In-Depth Overview of 18 Essential Software Architecture Design Patterns. - https://medium.com/@amitvsolutions/the-software-architect-deep-dive-into-17-essential-design-patterns-a0fb5a4726ab
#architecture
In-Depth Overview of 18 Essential Software Architecture Design Patterns. - https://medium.com/@amitvsolutions/the-software-architect-deep-dive-into-17-essential-design-patterns-a0fb5a4726ab
#architecture
Medium
The Software Architect: Demystifying 18 Software Architecture Patterns.
In-Depth Overview of 18 Essential Software Architecture Design Patterns.
👍3
Why is Spawning a New Process in Node So Slow?
The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more.. - https://blog.val.town/blog/node-spawn-performance/
#nodejs
The developers of the Val Town platform noticed that Node couldn’t spawn more than 40 external processes per second, whereas Deno and Bun could do a lot more.. - https://blog.val.town/blog/node-spawn-performance/
#nodejs
blog.val.town
Why is spawning a new process in Node so slow?
At Val Town we spawn a lot of processes. We're working on making it faster
👍4
Introducing TanStack Start
Imagine if the folks behind TanStack Router, Query, etc. realized they had all the pieces to create a full-stack React framework: that’s TanStack Start. You get full-document SSR, streaming, server functions, and more, out of the box. - https://frontendmasters.com/blog/introducing-tanstack-start/
#react
Imagine if the folks behind TanStack Router, Query, etc. realized they had all the pieces to create a full-stack React framework: that’s TanStack Start. You get full-document SSR, streaming, server functions, and more, out of the box. - https://frontendmasters.com/blog/introducing-tanstack-start/
#react
Frontend Masters
Introducing TanStack Start
The best way to think about TanStack Start is that it’s a thin server layer atop the TanStack Router we already know and love; that means we don’t lose a single thing from TanStack Router. Not only that, but the nature of this server layer allows it to side…
👍3
How to Wait for the sibling-count() and sibling-index() Functions
Juan Diego Rodríguez looks at two upcoming functions: sibling-count() and sibling-index(). - https://css-tricks.com/how-to-wait-for-the-sibling-count-and-sibling-index-functions
#css
Juan Diego Rodríguez looks at two upcoming functions: sibling-count() and sibling-index(). - https://css-tricks.com/how-to-wait-for-the-sibling-count-and-sibling-index-functions
#css
CSS-Tricks
How to Wait for the sibling-count() and sibling-index() Functions | CSS-Tricks
Today, I want to look into one of those cases of impatient and how the community has waited for that feature, to be specific, two upcoming functions: sibling-count() and sibling-index().
👍3
Shallow Clones vs Structured Clones -https://philna.sh/blog/2024/12/30/shallow-clones-versus-structured-clones/
#javascript
#javascript
Phil Nash
Shallow clones versus structured clones
Have you ever had one of those times when you think you're doing everything right, yet still you get an unexpected bug in your application? Particularly when...
👍5
10 Practical Tips for Better Vue Apps
Use the Composition API and script setup for Cleaner Component Code
Leverage defineProps and defineEmits for Type-Safe Props and Emits
and more... - https://vueschool.io/articles/vuejs-tutorials/10-practical-tips-for-better-vue-apps/
#vue
Use the Composition API and script setup for Cleaner Component Code
Leverage defineProps and defineEmits for Type-Safe Props and Emits
and more... - https://vueschool.io/articles/vuejs-tutorials/10-practical-tips-for-better-vue-apps/
#vue
vueschool.io
10 Practical Tips for Better Vue Apps - Vue School Articles
Take your Vue.js skills to the next level with these 10 practical tips including: script setup, provide/inject, defineExpose, toRefs, and more
👍3