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…
👍6
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?
👍4❤2
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.
👍4❤1
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
👍5
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!
👍3🥴3
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
👍4
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…
👍5❤1
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.
👍3
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
Vue.js Patterns: Using Vue.js 3 Composition API for Reactive Parent to Child Communication Vue.js revolves around a reactivity system, which is unlike React. In this article, we will explore how to …
👍6
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
👍7
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.
👍6
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
👍6
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…
👍6❤2
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…
👍6
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
👍7
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…
👍6
CSS Relative colors
Lucien Immink explains how you can use the from keyword to convert colors to different color spaces and change the color properties. - https://techhub.iodigital.com/articles/css-relative-colors
#css
Lucien Immink explains how you can use the from keyword to convert colors to different color spaces and change the color properties. - https://techhub.iodigital.com/articles/css-relative-colors
#css
👍7
Mastering Angular Dependency Injection in a large scale project
Angular is a robust and comprehensive framework that helps web developers build scalable applications. One of… - https://blog.josematos.work/mastering-angular-dependency-injection-in-a-large-scale-project-d241e4ec0ac2
#angular
Angular is a robust and comprehensive framework that helps web developers build scalable applications. One of… - https://blog.josematos.work/mastering-angular-dependency-injection-in-a-large-scale-project-d241e4ec0ac2
#angular
Medium
Mastering Angular Dependency Injection in a large scale project
Mastering Angular Dependency Injection in a Large Scale Project Angular is a robust and comprehensive framework that helps web developers build scalable applications. One of its most distinguishing …
👍4👏1
15 common Angular development interview questions and solutions
Angular is a popular open-source application-design framework and development platform. Google initially… - https://grokkingtechinterview.com/15-common-angular-development-interview-questions-and-solutions-634118970259
#angular
Angular is a popular open-source application-design framework and development platform. Google initially… - https://grokkingtechinterview.com/15-common-angular-development-interview-questions-and-solutions-634118970259
#angular
Medium
15 common Angular development interview questions and solutions
Angular is a popular open-source application-design framework and development platform. Google initially released it in 2010 as AngularJS…
👍5
React Libraries for 2024
A few issues ago, we were hoping that Robin would soon do a 2024 update of his opinionated annual guide to which libraries to consider for different tasks – and he has! - https://www.robinwieruch.de/react-libraries/
#react
A few issues ago, we were hoping that Robin would soon do a 2024 update of his opinionated annual guide to which libraries to consider for different tasks – and he has! - https://www.robinwieruch.de/react-libraries/
#react
Robin Wieruch
React Libraries for 2026 - Robin Wieruch
A curated list of React libraries for 2026 with recommendations for state, data fetching, routing, styling, UI, forms, testing, auth, and hosting.
❤4👍4