Telegram Web Link
A Checklist for Your tsconfig.json

What I love about Dr. Axel is when he’s done the hard work of figuring something out for himself, he writes it down. So it goes here, with his journey to set up a good tsconfig.json for his projects. - https://2ality.com/2025/01/tsconfig-json.html

#typescript
👍5
Robust Data Fetching Architecture for Complex React/Next.js Apps

“How I use the ‘Three Layers of Data’ architecture pattern for React and Next.js apps to avoid common pitfalls, tech debt, and improve performance.” - https://www.trevorlasn.com/blog/fetching-data-for-complex-next-and-react-apps

#react
👍6
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
👍5👏1
Vue.js Modular State Management: Best Practices for Scalable and Maintainable Store Configuration

Modular state management is essential for keeping scalable state management in Vue.js.
It also makes it easier to maintain the apps as they become more complex. - https://www.monterail.com/blog/vue-js-modular-state-management-and-store-configuration

#vue
👍42🔥2
Good vs Great Animations

Emil Kowalski shares a collection of practical tips to help you create better animations. - https://emilkowal.ski/ui/good-vs-great-animations

#css
👍3
Easier Layout With margin-trim

Jen Simmons introduces margin-trim, a property that lets you tell a container to trim the margins off its children — any margins that push up against the container. - https://webkit.org/blog/16854/margin-trim

#css
👍31
Optimizing Node Performance with V8 GC Optimization

Matteo recently ▶️ gave a talk at dotJS about Node’s memory usage and decided to write it up into a blog post too. Matteo notes that high memory usage doesn’t necessarily mean you have a memory leak, explains how V8’s garbage collector works, and how you can tune things specifically for your own use case. - https://blog.platformatic.dev/optimizing-nodejs-performance-v8-memory-management-and-gc-tuning

#nodejs
👍3
Stop Adding Repetitive Code in Components! Use ngTemplateOutlet Instead

When building Angular applications, we’ve all been there — stuck with repetitive code that’s makes our app large and hard to maintain. We’ve got sections of code that do similar tasks, but with slight variations, and we copy-paste them in many places. Sometimes throughout the whole app, and sometimes even within a component template. This leads to a mess of code that’s difficult to read and update. - https://itnext.io/stop-adding-repetitive-code-in-components-use-ngtemplateoutlet-instead-f7c0150df53d

#angular
4👍1
2025/07/13 14:41:32
Back to Top
HTML Embed Code: