Preventing and Debugging Memory Leaks in Node
A primer on the practical basics. - https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
#nodejs
A primer on the practical basics. - https://betterstack.com/community/guides/scaling-nodejs/high-performance-nodejs/nodejs-memory-leaks/
#nodejs
Betterstack
Preventing and Debugging Memory Leaks in Node.js | Better Stack Community
Learn about Node.js memory leaks and their causes, how to debug and fix them,
prevention best practices, methods for monitoring leaks.
prevention best practices, methods for monitoring leaks.
Recipes to Wrap, Extend or Proxy a Vue Component
This article details some ways to create a component that extends another. We’ll look at attributes, props, listeners, and slots, along with functional components and render functions. The syntax will generally be Vue v2.6+ with additional notes for Vue 3. - https://medium.com/js-dojo/recipes-to-wrap-extend-or-proxy-a-vue-component-dbb4a8692540
#vue
This article details some ways to create a component that extends another. We’ll look at attributes, props, listeners, and slots, along with functional components and render functions. The syntax will generally be Vue v2.6+ with additional notes for Vue 3. - https://medium.com/js-dojo/recipes-to-wrap-extend-or-proxy-a-vue-component-dbb4a8692540
#vue
Medium
Recipes to Wrap, Extend or Proxy a Vue Component
With an exciting new third-party component to introduce to your project, you think, hmm, what about DRY? I’ll wrap it!
12 Modern CSS One-Line Upgrades
Stephanie Eckles shares a number of handy CSS properties to start incorporating into your projects to reduce technical debt, remove JavaScript, and score easy wins for user experience. - https://moderncss.dev/12-modern-css-one-line-upgrades
#css
Stephanie Eckles shares a number of handy CSS properties to start incorporating into your projects to reduce technical debt, remove JavaScript, and score easy wins for user experience. - https://moderncss.dev/12-modern-css-one-line-upgrades
#css
Modern CSS Solutions
12 Modern CSS One-Line Upgrades | Modern CSS Solutions
Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing JavaScript, and scoring easy wins for user experience.
How to Apply SOLID Design Principles in Angular for Clean, Maintainable Code
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as… - https://medium.com/williambastidasblog/how-to-apply-solid-design-principles-in-angular-for-clean-maintainable-code-51227b51f317
#angular
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as… - https://medium.com/williambastidasblog/how-to-apply-solid-design-principles-in-angular-for-clean-maintainable-code-51227b51f317
#angular
Medium
How to Apply SOLID Design Principles in Angular for Clean, Maintainable Code
Today, we’re going to talk about design principles in Angular. These are like a set of rules that we, as Angular developers, follow to make…
GraphQL: From Excitement to Deception - https://betterprogramming.pub/graphql-from-excitement-to-deception-f81f7c95b7cf
#graphql
#graphql
Medium
GraphQL: From Excitement to Deception
Should you consider GraphQL?
Next.js 14 Intercepting Routes
Use intercepting routes to display parts of your app on any page, without changing context for your users. - https://www.builder.io/blog/nextjs-14-intercepting-routes
#react
Use intercepting routes to display parts of your app on any page, without changing context for your users. - https://www.builder.io/blog/nextjs-14-intercepting-routes
#react
Builder.io
Next.js 14 Intercepting Routes
Get a handle on intercepting routes in Next.js 14. Use intercepting routes to display parts of your app on any page, without changing context for your users.
ES Module Imports in Node.js and the Browser
Just a quick example/handy recap of the basic setup. - https://eli.thegreenplace.net/2023/es-module-imports-in-nodejs-and-the-browser/
#nodejs #esm
Just a quick example/handy recap of the basic setup. - https://eli.thegreenplace.net/2023/es-module-imports-in-nodejs-and-the-browser/
#nodejs #esm
Changing Colors in an SVG Element with CSS and JavaScript
Almost everything inside an inline SVG image is up for modification using CSS and JS. - https://www.kirupa.com/web/changing_colors_svg_css_javascript.htm
#svg
Almost everything inside an inline SVG image is up for modification using CSS and JS. - https://www.kirupa.com/web/changing_colors_svg_css_javascript.htm
#svg
KIRUPA
Changing Colors in an SVG Element Using CSS and JavaScript
Almost everything inside an inline SVG image is up for modification using CSS and JavaScript. Let's find out how by changing some colors!
Exploring Nx & Angular
This is about my first experience using Nx with Angular - https://javascript.plainenglish.io/exploring-nx-angular-652ef8863b1b
#angular
This is about my first experience using Nx with Angular - https://javascript.plainenglish.io/exploring-nx-angular-652ef8863b1b
#angular
Medium
Exploring Nx & Angular
This is about my first experience using Nx with Angular
My Take on Fading Content Using Transparent Gradients in CSS
Kilian Valkhof shows two ways to fade text content: mask-image and background-clip. - https://polypane.app/blog/my-take-on-fading-content-using-transparent-gradients-in-css
#css
Kilian Valkhof shows two ways to fade text content: mask-image and background-clip. - https://polypane.app/blog/my-take-on-fading-content-using-transparent-gradients-in-css
#css
polypane.app
My take on fading content using transparent gradients in CSS | Polypane
Two days ago Amit Merchant wrote a blog post on a technique to fade text out using an overlaid element based on the design of Trunk.io . He walks through how…
Cryptography Fundamentals with the crypto Module
An introduction to some concepts of modern cryptography, and how to work with them in practical terms in Node using methods from the crypto module - https://blog.yonatan.dev/cryptography-with-node-crypto-module/
#nodejs
An introduction to some concepts of modern cryptography, and how to work with them in practical terms in Node using methods from the crypto module - https://blog.yonatan.dev/cryptography-with-node-crypto-module/
#nodejs
Yonatan's dev blog
Mastering Cryptography Fundamentals with Node’s crypto module
This post covers the fundamentals of Cryptography and shows how to put them to use with Node.js' crypto module.
Vue.js Patterns: Using Vue.js 3 Composition API for Reactive Parent to Child Communication
In this article, we will explore how to use the Vue.js 3 Composition API to create a reactive parent to child communication without the limitations of porps. - https://lirantal.medium.com/vue-js-patterns-using-vue-js-3-composition-api-for-reactive-parent-to-child-communication-a4edf1b6a336
#vue
In this article, we will explore how to use the Vue.js 3 Composition API to create a reactive parent to child communication without the limitations of porps. - https://lirantal.medium.com/vue-js-patterns-using-vue-js-3-composition-api-for-reactive-parent-to-child-communication-a4edf1b6a336
#vue
Medium
Vue.js Patterns: Using Vue.js 3 Composition API for Reactive Parent to Child Communication
Here’s the use-case: A parent Vue.js component needs to pass data to a child component. It does so using Props. The child component needs to receive this external data as its initial state, but also…
React Server Components From Scratch
Alright, let’s build React Server Components totally from scratch. Right from nothing, through building a simple Node-based server and working out from there. Ben is very engaging and does a great job of explaining things. - https://www.youtube.com/watch?v=MaebEqhZR84
#react
Alright, let’s build React Server Components totally from scratch. Right from nothing, through building a simple Node-based server and working out from there. Ben is very engaging and does a great job of explaining things. - https://www.youtube.com/watch?v=MaebEqhZR84
#react
YouTube
React server components from scratch!
Repo: https://github.com/bholmesdev/simple-rsc
Let's build a node server, stream an RSC to your browser, and handle client component bundling!
#javascript #programming #reactjs #tutorial
Let's build a node server, stream an RSC to your browser, and handle client component bundling!
#javascript #programming #reactjs #tutorial
Feature-Sliced Design —modern architectural methodology on Angular - https://medium.com/@fed4wet/feature-sliced-design-modern-architectural-methodology-on-angular-d0ef705ef598
#angular
#angular
Medium
Feature-Sliced Design —modern Front End Architectural Methodology on Angular.
0. Before we start.
Nested Dark Mode via CSS Proximity
Jonathan Dallas shares how you can arbitrarily nest themes to any depth using CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode
#css
Jonathan Dallas shares how you can arbitrarily nest themes to any depth using CSS Custom Properties. - https://jwdallas.com/posts/nesteddarkmode
#css
Jwdallas
Nested Dark Mode Via CSS Proximity
How to arbitrarily nest themes to any depth
Leveraging Inputs Binding with NgComponentOutlet in Angular
Angular version v16.2.0 (next.4) introduced a highly practical feature — Inputs Binding with… - https://netbasal.com/leveraging-inputs-binding-with-ngcomponentoutlet-in-angular-e04fadc26ad2
#angular
Angular version v16.2.0 (next.4) introduced a highly practical feature — Inputs Binding with… - https://netbasal.com/leveraging-inputs-binding-with-ngcomponentoutlet-in-angular-e04fadc26ad2
#angular
Medium
Leveraging Inputs Binding with NgComponentOutlet in Angular
Angular version v16.2.0 (next.4) introduced a highly practical feature — Inputs Binding with NgComponentOutlet. In the past, when…
Composables vs. Renderless Components in Vue 3
Renderless components are typically used to provide some functionality to child components, while composables are used to provide stateful logic to a component or components - https://medium.com/@moein.mirkiani/composables-vs-renderless-components-in-vue-3-1e7386d8182
#vue
Renderless components are typically used to provide some functionality to child components, while composables are used to provide stateful logic to a component or components - https://medium.com/@moein.mirkiani/composables-vs-renderless-components-in-vue-3-1e7386d8182
#vue
Medium
Composables vs. Renderless Components in Vue 3
A couple of weeks ago, I saw an example of a renderless component in React, then I thought does this also work in Vue? In this post, I’ll…
How Lee Robinson Created His Guestbook
A walkthrough of building a basic Web guestbook using Next.js. - https://bejamas.io/blog/how-to-create-a-guestbook/
#react
A walkthrough of building a basic Web guestbook using Next.js. - https://bejamas.io/blog/how-to-create-a-guestbook/
#react
Bejamas
How Lee Robinson created his Guestbook, and you can do it too
Learn to build full-stack web application in modern way using the services provided by Vercel
A 2024 Wishlist for Node's Test Runner
Node 20 introduced its own test runner, and while it was designed to be quite minimal, there are still improvements that could be had. - https://cjihrig.com/test_runner_wishlist_2024
#nodejs
Node 20 introduced its own test runner, and while it was designed to be quite minimal, there are still improvements that could be had. - https://cjihrig.com/test_runner_wishlist_2024
#nodejs
Cjihrig
A 2024 Wishlist for Node's Test Runner
When the Node.js test runner was initially created, it was supposed to be very minimal. Of course, developers are never happy with simple and/or minimal, so the test runner has already grown far beyond what it was ever intended to be. Since that trend seems…