Dynamic method binding in Angular
In Angular, it's very easy to bind static methods from the parent component to the child component. But when… - https://iamtarun1993.medium.com/dynamic-method-binding-in-angular-8264c77b28be
#angular
In Angular, it's very easy to bind static methods from the parent component to the child component. But when… - https://iamtarun1993.medium.com/dynamic-method-binding-in-angular-8264c77b28be
#angular
Medium
Dynamic method binding in Angular
In Angular, it's very easy to bind static methods from the parent component to the child component. But when it comes to dynamic method…
👍6
Speeding Up the JS Ecosystem: It's ESLint's Turn
Last year we featured an article from the same author about how he was finding, and fixing, low-hanging performance fruit in popular JavaScript projects. He’s back, and he’s found a lot of potential for savings in ESLint this time. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-3/
#javascript
Last year we featured an article from the same author about how he was finding, and fixing, low-hanging performance fruit in popular JavaScript projects. He’s back, and he’s found a lot of potential for savings in ESLint this time. - https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-3/
#javascript
marvinh.dev
Speeding up the JavaScript ecosystem - eslint
Linting is the act of finding patterns in code that could lead to mistakes or ensure a consistent reading experience. It's a core piece of many JavaScript/TypeScript projects. We found lots of potential for time savings in their selector engine and AST conversion…
👍4❤3👏1
The 12 Most Popular Node.js Frameworks in 2023
The data comes from surveys, GitHub stars, plus some gut feelings, but it’s a well put together summarized list of frameworks right now, from family favorites like Express and Fastify to less expected options like Strapi and Keystone. - https://stackdiary.com/node-js-frameworks/
#nodejs
The data comes from surveys, GitHub stars, plus some gut feelings, but it’s a well put together summarized list of frameworks right now, from family favorites like Express and Fastify to less expected options like Strapi and Keystone. - https://stackdiary.com/node-js-frameworks/
#nodejs
Stack Diary
The Most Popular Node.js Frameworks (2023)
This is a comprehensive overview for the most popular Node.js frameworks in the current year. Also covers up and rising stars to keep an eye out for.
👍6
SSR for Micro Frontend CMS-based Architecture
It stumbled upon me during my job as a FE developer / consultant to see situations where a company would… - https://medium.com/valtech-ch/ssr-for-micro-frontend-cms-based-architecture-a680358b134a
#microfrontend
It stumbled upon me during my job as a FE developer / consultant to see situations where a company would… - https://medium.com/valtech-ch/ssr-for-micro-frontend-cms-based-architecture-a680358b134a
#microfrontend
Medium
SSR for Micro Frontend CMS-based Architecture
It stumbled upon me during my job as a FE developer / consultant to see situations where a company would outsource many small projects or…
👍6
Simplified Dark Mode With Style Queries
Stephanie Eckles explains how style queries can help you simplify dark mode styles. - https://thinkdobecreate.com/articles/simplified-dark-mode-with-style-queries
#css
Stephanie Eckles explains how style queries can help you simplify dark mode styles. - https://thinkdobecreate.com/articles/simplified-dark-mode-with-style-queries
#css
Thinkdobecreate
Simplified Dark Mode With Style Queries | Stephanie Eckles
Supporting both the user preference query for dark mode as well as a toggle previously required duplicated style blocks. With the incoming style queries feature, we can simply down to reading a custom property to define theme styles once.
👍6
Start Testing With Vitest
Welcome to the world of testing! Ensuring that your code is reliable and bug-free is an essential part of the software development process, and using a good testing frameworks can greatly assist in this effort. This article will walk you through the basics of using Vitest to test your Vue.js applications. - https://vueschool.io/articles/vuejs-tutorials/start-testing-with-vitest-beginners-guide/
#vue #vitest
Welcome to the world of testing! Ensuring that your code is reliable and bug-free is an essential part of the software development process, and using a good testing frameworks can greatly assist in this effort. This article will walk you through the basics of using Vitest to test your Vue.js applications. - https://vueschool.io/articles/vuejs-tutorials/start-testing-with-vitest-beginners-guide/
#vue #vitest
vueschool.io
Getting Started with Vitest for Vue.js and Vite Testing - Vue School Articles
Learn how to start testing Vue js apps with Vitest, the perfect testing framework for Vite-powered projects. Quick, simple, and effective.
👍7
Hexagonal Architecture with Angular
How to adapt hexagonal architecture to Angular ? Would it be beneficial ? This article answers these question… - https://medium.com/@alet.aurelien/hexagonal-architecture-with-angular-7e4d070155ea
#angular
How to adapt hexagonal architecture to Angular ? Would it be beneficial ? This article answers these question… - https://medium.com/@alet.aurelien/hexagonal-architecture-with-angular-7e4d070155ea
#angular
Medium
Hexagonal Architecture with Angular
How to adapt hexagonal architecture to Angular ? Would it be beneficial ? This article answers these questions using an Angular example.
👍8
Ten Web Development Trends in 2023
Following the State of JS survey results Robin takes a considered look at new web dev trends that we should be paying attention to this year, and why they matter. - https://www.robinwieruch.de/web-development-trends/
#web #trends
Following the State of JS survey results Robin takes a considered look at new web dev trends that we should be paying attention to this year, and why they matter. - https://www.robinwieruch.de/web-development-trends/
#web #trends
www.robinwieruch.de
10 Web Development Trends in 2023
Web Development Trends in 2023 which should be on your watchlist. A walkthrough of the state of JS ...
👍5❤2👏1
Why You Should Use a React 'Framework'
Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling down the basic argument. - https://leerob.io/blog/react-frameworks
#react
Whether it’s Next.js, Gatsby, Remix, or something else, using a bigger framework that itself uses React is de rigueur in 2023. Lee examines why, complete with a nice iceberg metaphor, and does a good job of boiling down the basic argument. - https://leerob.io/blog/react-frameworks
#react
leerob.io
Why You Should Use a React Framework
And spend more time writing React code.
👍5❤3
How Cloudflare Built an SEO Tool on Workers, D1, and Queues
It’s an open-source tool for monitoring new site content called Prospector. If you use Cloudflare’s serverless platform at all, though, you may be more interested in this post which explains just how such a tool came together, including their use of Hono, an Express-like framework targeting edge compute cases. - https://blog.cloudflare.com/how-we-built-an-open-source-seo-tool-using-workers-d1-and-queues/
#nodejs
It’s an open-source tool for monitoring new site content called Prospector. If you use Cloudflare’s serverless platform at all, though, you may be more interested in this post which explains just how such a tool came together, including their use of Hono, an Express-like framework targeting edge compute cases. - https://blog.cloudflare.com/how-we-built-an-open-source-seo-tool-using-workers-d1-and-queues/
#nodejs
The Cloudflare Blog
How we built an open-source SEO tool using Workers, D1, and Queues
In this blog post, I’m excited to show off some of the new tools in Cloudflare’s developer arsenal, D1 and Queues, to prototype and ship an internal tool for our SEO experts at Cloudflare.
👍5
Amazon Software Engineer Interview Handbook
Learn what it’s like to interview at Amazon in 2022 as a software engineer. - https://levelup.gitconnected.com/amazon-software-engineer-interview-handbook-2022-fe64e7ad35a2
#interview
Learn what it’s like to interview at Amazon in 2022 as a software engineer. - https://levelup.gitconnected.com/amazon-software-engineer-interview-handbook-2022-fe64e7ad35a2
#interview
Medium
Amazon Software Engineer Interview Handbook (2023)
Learn what it’s like to interview at Amazon in 2023 as a software engineer.
👍6🤬2
Everything You Need to Know About the Gap After the List Marker
Šime Vidas outlines the challenge of adding a gap after the ::marker pseudo-element. - https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker
#css
Šime Vidas outlines the challenge of adding a gap after the ::marker pseudo-element. - https://css-tricks.com/everything-you-need-to-know-about-the-gap-after-the-list-marker
#css
CSS-Tricks
Everything You Need to Know About the Gap After the List Marker | CSS-Tricks
I was reading “Creative List Styling” on Google’s web.dev blog and noticed something odd in one of the code examples in the ::marker section of the article.
👍5❤1
Adding security to Nuxt 3
Nuxt is an Intuitive Web Framework that allows you to build your next Vue.js application with confidence. This article explores the Nuxt-security module and how it can help in improving security in our Nuxt 3 application. - https://dev.to/snyk/adding-security-to-nuxt-3-4a35
#vue #nuxt
Nuxt is an Intuitive Web Framework that allows you to build your next Vue.js application with confidence. This article explores the Nuxt-security module and how it can help in improving security in our Nuxt 3 application. - https://dev.to/snyk/adding-security-to-nuxt-3-4a35
#vue #nuxt
DEV Community
Adding security to Nuxt 3
What is Nuxt? Nuxt is an Intuitive Web Framework that allows you to build your next Vue.js...
👍4
Use a MutationObserver to Handle DOM Nodes that Don’t Exist Yet
Comparing the effectiveness of the MutationObserver API with the conventional method of constantly checking for the creation of nodes. - https://www.macarthur.me/posts/use-mutation-observer-to-handle-nodes-that-dont-exist-yet
#javascript
Comparing the effectiveness of the MutationObserver API with the conventional method of constantly checking for the creation of nodes. - https://www.macarthur.me/posts/use-mutation-observer-to-handle-nodes-that-dont-exist-yet
#javascript
Alex MacArthur
Use a MutationObserver to Handle DOM Nodes that Don’t Exist Yet
Exploring how the MutationObserver API stacks up against the more traditional approach of polling for nodes that’ll eventually be created.
👍7
Angular Architecture Structure
Angular is an opinionated framework, and it is crucial to understand how it should be used suitably and… - https://medium.com/@marekpanti/angular-architecture-structure-1ed97fd3652e
#angular
Angular is an opinionated framework, and it is crucial to understand how it should be used suitably and… - https://medium.com/@marekpanti/angular-architecture-structure-1ed97fd3652e
#angular
Medium
Angular Architecture Structure
Angular is an opinionated framework, and it is crucial to understand how it should be used suitably and nicely. We have a set of rules…
👍6
Common Beginner Mistakes with React
As an experienced React educator, Josh has seen most of the common problems people encounter and here he digs deep into “9 of the most dastardly gotchas” and how to resolve them. Aimed at folks who are ‘still pretty early’ in their React journey — so if you’re Dan Abramov, this isn’t for you - https://www.joshwcomeau.com/react/common-beginner-mistakes/
#react
As an experienced React educator, Josh has seen most of the common problems people encounter and here he digs deep into “9 of the most dastardly gotchas” and how to resolve them. Aimed at folks who are ‘still pretty early’ in their React journey — so if you’re Dan Abramov, this isn’t for you - https://www.joshwcomeau.com/react/common-beginner-mistakes/
#react
Joshwcomeau
Common Beginner Mistakes with React • Josh W. Comeau
I used to teach React at a local coding bootcamp, and I noticed that students kept getting tripped up by the same handful of things. In this article, we're going to go through 9 of the most dastardly gotchas. I'll show you how to solve these common problems…
👍5❤2😁2
A guide to CSS object-view-box
Piyush Sinha shows how object-view-box property works. - https://blog.logrocket.com/guide-css-object-view-box
#css
Piyush Sinha shows how object-view-box property works. - https://blog.logrocket.com/guide-css-object-view-box
#css
LogRocket Blog
A guide to CSS object-view-box - LogRocket Blog
Crop and zoom into images using the object-view-box CSS property without distorting them or having to use HTML workarounds.
👍7
Vue Use State Effect - Your small and fast alternative to Vuex and Pinia.
vue-use-state-effect is a fast and small library, built on top of the native Vue.js API that will provide a safe and sharable (across the app) state for your local composables and functions. This article provides a brief guide to using this handy library. - https://dev.to/vue-storefront/vue-use-state-effect-your-small-and-fast-alternative-to-vuex-and-pinia-1gde
#vue
vue-use-state-effect is a fast and small library, built on top of the native Vue.js API that will provide a safe and sharable (across the app) state for your local composables and functions. This article provides a brief guide to using this handy library. - https://dev.to/vue-storefront/vue-use-state-effect-your-small-and-fast-alternative-to-vuex-and-pinia-1gde
#vue
DEV Community
Vue Use State Effect - Your small and fast alternative to Vuex and Pinia.
We all know Vuex. It is a great addition to the Vue ecosystem from the very beginning. It helped to...
👍5
Clean Architecture for Angular Applications - https://medium.com/taager-tech-blog/clean-architecture-for-angular-applications-b7ab140f0d5a
#angular
#angular
Medium
Clean Architecture for Angular Applications
Architecture — Frontend:
❤6👍4
How to Debug Node Segmentation Faults
Normal execptions are one thing, but when you’re faced with something as cryptic as “segmentation fault (core dumped)”, what are you to do? Tim has some pointers. - https://httptoolkit.com/blog/how-to-debug-node-segfaults/
#nodejs
Normal execptions are one thing, but when you’re faced with something as cryptic as “segmentation fault (core dumped)”, what are you to do? Tim has some pointers. - https://httptoolkit.com/blog/how-to-debug-node-segfaults/
#nodejs
Httptoolkit
How to Debug Node.js Segmentation Faults
Oh no, your JavaScript code isn't just throwing an exception or crashing: it's segfaulting. What does that mean, and how can you fix it? You'll know this...
❤4👍2