Easy and effective State Management for Angular with Signals
In this blog, we will delve into a simple and effective State Management technique using the novel Signals… - https://medium.com/@atakankorez/easy-and-effective-state-management-for-angular-with-signals-9dc81e904c18
#angular
In this blog, we will delve into a simple and effective State Management technique using the novel Signals… - https://medium.com/@atakankorez/easy-and-effective-state-management-for-angular-with-signals-9dc81e904c18
#angular
Medium
Easy and effective State Management for Angular with Signals
In this blog, we will delve into a simple and effective State Management technique using the novel Signals architecture introduced in…
Full Stack Web Push API Guide
A complete implementation of push notifications in a Remix app. “If you follow the walk through to the end, you’ll have working push notifications.” - https://www.bocoup.com/blog/full-stack-web-push-api-guide
#web #push
A complete implementation of push notifications in a Remix app. “If you follow the walk through to the end, you’ll have working push notifications.” - https://www.bocoup.com/blog/full-stack-web-push-api-guide
#web #push
Bocoup
Inclusive Technology Consulting - Bocoup
Web Platform Consulting Services
Seamless Payments: Integrating Stripe with Vue.js and Node.js
In this blog, learn how to integrate Stripe payment gateway into a Vue.js application. - https://rabinson.hashnode.dev/seamless-payments-integrating-stripe-with-vuejs-and-nodejs
#vue
In this blog, learn how to integrate Stripe payment gateway into a Vue.js application. - https://rabinson.hashnode.dev/seamless-payments-integrating-stripe-with-vuejs-and-nodejs
#vue
Rabinson Thapa's Blog
Seamless Payments: Integrating Stripe with Vue.js and Node.js
Introduction
In this blog, we will learn how to integrate the Stripe payment gateway into a Vue.js application. Stripe is a powerful and flexible payment platform that allows you to securely accept payments online. It supports both one-time payments ...
In this blog, we will learn how to integrate the Stripe payment gateway into a Vue.js application. Stripe is a powerful and flexible payment platform that allows you to securely accept payments online. It supports both one-time payments ...
React Owner Components
Owners vs parents and why it matters. - https://reacttraining.com/blog/react-owner-components
#react
Owners vs parents and why it matters. - https://reacttraining.com/blog/react-owner-components
#react
ReactTraining.com
React Owner Components
React Corporate Workshops, Training, and Consulting
Implementing SAML SSO in Node with Microsoft Entra ID - https://www.sheshbabu.com/posts/implementing-saml-authentication-in-node-js/
#nodejs
#nodejs
Shesh's blog
Implementing SAML SSO in Node.js with Microsoft Entra ID
Authenticate with Microsoft Entra ID (Azure Active Directory) using Node.js, Express and Passport
CSS Grid Areas
Ahmad Shadeed takes a fresh look at the CSS grid template areas and discusses how to maximize their potential today. - https://ishadeed.com/article/css-grid-area
#css
Ahmad Shadeed takes a fresh look at the CSS grid template areas and discusses how to maximize their potential today. - https://ishadeed.com/article/css-grid-area
#css
Ishadeed
CSS Grid Areas
A fresh look at the CSS grid template areas and how to take advantage of its full potential today.
Model Inputs: Reactive Two-Way Binding
Signal-Based Alternative to Decorator-Based Two-Way Binding in Angular - https://itnext.io/model-inputs-reactive-two-way-binding-29a40c7626f2
#angular
Signal-Based Alternative to Decorator-Based Two-Way Binding in Angular - https://itnext.io/model-inputs-reactive-two-way-binding-29a40c7626f2
#angular
Medium
Model Inputs: Reactive Two-Way Binding
Signal-Based Alternative to Decorator-Based Two-Way Binding in Angular
How to Master Vue Router in Vue.js 3 with Composition API
Discover how to effectively master Vue Router in Vue.js 3 using the powerful Composition API. This comprehensive guide provides step-by-step instructions, best practices, and practical examples to help you seamlessly integrate routing into your Vue.js projects. - https://vueschool.io/articles/vuejs-tutorials/how-to-master-vue-router-in-vue-js-3-with-composition-api/
#vue
Discover how to effectively master Vue Router in Vue.js 3 using the powerful Composition API. This comprehensive guide provides step-by-step instructions, best practices, and practical examples to help you seamlessly integrate routing into your Vue.js projects. - https://vueschool.io/articles/vuejs-tutorials/how-to-master-vue-router-in-vue-js-3-with-composition-api/
#vue
vueschool.io
How to Master Vue Router in Vue.js 3 with Composition API - Vue School Articles
Discover how to effectively master Vue Router in Vue.js 3 using the powerful Composition API. This comprehensive guide provides step-by-step instructions, best practices, and practical examples to help you seamlessly integrate routing into your Vue.js projects.
How to Build Reusable React Components
What are reusable React components? You can think of them as building blocks. They are independent pieces of code that can be reused throughout your website to save you time and effort. - https://www.freecodecamp.org/news/how-to-build-reusable-react-components/
#react
What are reusable React components? You can think of them as building blocks. They are independent pieces of code that can be reused throughout your website to save you time and effort. - https://www.freecodecamp.org/news/how-to-build-reusable-react-components/
#react
freeCodeCamp.org
How to Build Reusable React Components
What are reusable React components? You can think of them as building blocks. They are independent pieces of code that can be reused throughout your website to save you time and effort. They can be anything from simple buttons to complex forms. Why U...
Feature-Sliced Design (FSD) Pattern
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and… - https://blog.stackademic.com/frontend-masters-feature-sliced-design-fsd-pattern-81416088b006
#fsd #architecture
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and… - https://blog.stackademic.com/frontend-masters-feature-sliced-design-fsd-pattern-81416088b006
#fsd #architecture
Medium
Frontend Masters: Feature-Sliced Design (FSD) Pattern
Imagine a delicious pizza as your complex project. Let’s break it down slice by slice: easy to manage and delicious (to maintain)! 🍕
OKLCH in CSS: Why We Moved From RGB and HSL
Andrey Sitnik explains why the new oklch() notation for declaring colors is important for design systems and color palettes. - https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl
#css
Andrey Sitnik explains why the new oklch() notation for declaring colors is important for design systems and color palettes. - https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl
#css
evilmartians.com
OKLCH in CSS: why we moved from RGB and HSL—Martian Chronicles, Evil Martians’ team blog
CSS Color Module 4 adds oklch(), and we gain P3 wide-gamut support, boost code readability, and improve developer-designer communication.
How to Debug a Node.js App in a Docker Container - https://blog.risingstack.com/how-to-debug-a-node-js-app-in-a-docker-container/
#nodejs
#nodejs
RisingStack Engineering
How to Debug a Node.js app in a Docker Container - RisingStack Engineering
In this post, I’m going to teach how you can debug a Node.js app in a Docker container to catch bugs that cannot be revealed in any other way.
Build AI-Powered Angular Apps with Google Gemini
A step-by-step guide to integrating Google Gemini into your Angular applications. - https://medium.com/google-cloud/build-ai-powered-angular-apps-with-google-gemini-5bf5e905ca1d
#angular
A step-by-step guide to integrating Google Gemini into your Angular applications. - https://medium.com/google-cloud/build-ai-powered-angular-apps-with-google-gemini-5bf5e905ca1d
#angular
Medium
Build AI-Powered Angular Apps with Google Gemini
A step-by-step guide to integrating Google Gemini into your Angular applications.
React is (Becoming) a Full-Stack Framework
Robin opines on some widely discussed topics in the React community over the past year or two: Where’s React going? Is it a frontend library? How does the backend fit in? He shares his thoughts on what led him to use Server Components and Server Actions and to consider React as more of a full-stack solution. - https://www.robinwieruch.de/react-full-stack-framework/
#react
Robin opines on some widely discussed topics in the React community over the past year or two: Where’s React going? Is it a frontend library? How does the backend fit in? He shares his thoughts on what led him to use Server Components and Server Actions and to consider React as more of a full-stack solution. - https://www.robinwieruch.de/react-full-stack-framework/
#react
www.robinwieruch.de
React is (becoming) a Full-Stack Framework
React with Server Components and Server Actions is becoming a full-stack framework. This article reflects on the evolution of React and its impact on full-stack development ...
Securing the Front-End: Defending Against XSS Attacks in Vue.js
As front-end developers, we create visually appealing and interactive interfaces for our applications. However, we also need to prioritize the security of our applications. One of the most significant security threats is Cross-site scripting (XSS) attacks, which can allow attackers to insert malicious scripts into our applications. This article provides an indepth guide to understanding XSS attacks and how you can effectively combat them. - https://blog.jobins.jp/securing-the-front-end-defending-against-xss-attacks-in-vuejs
#vue
As front-end developers, we create visually appealing and interactive interfaces for our applications. However, we also need to prioritize the security of our applications. One of the most significant security threats is Cross-site scripting (XSS) attacks, which can allow attackers to insert malicious scripts into our applications. This article provides an indepth guide to understanding XSS attacks and how you can effectively combat them. - https://blog.jobins.jp/securing-the-front-end-defending-against-xss-attacks-in-vuejs
#vue
JoBins Engineering
Securing the Front-End from Xss attack
As front-end developers, we create visually appealing and interactive interfaces for our applications. However, we also need to prioritize the security of our applications. One of the most significant security threats is Cross-site scripting (XSS) at...
What are React Server Components? Understanding the Future of React Apps - https://www.builder.io/blog/why-react-server-components
#react
#react
Builder.io
What are React Server Components? Understanding the Future of React Apps
Learn what are React Server Components (RSC) and how they leverage both server and client strengths, optimize efficiency, load times, and interactivity.
File and folder structure for Angular applications
Having a good scaffolding is the foundation for successful development. Here are some guidelines for naming… - https://albertobasalo.medium.com/file-and-folder-structure-for-angular-applications-3130efc582e3
#angular
Having a good scaffolding is the foundation for successful development. Here are some guidelines for naming… - https://albertobasalo.medium.com/file-and-folder-structure-for-angular-applications-3130efc582e3
#angular
Medium
File and folder structure for Angular applications
Having a good scaffolding is the foundation for successful development. Here are some guidelines for naming and organizing your Angular…
How To Use Container Queries Now
Philip Walton created a step-by-step guide showing how to use container queries with cross-browser fallbacks. - https://web.dev/blog/how-to-use-container-queries-now
#css
Philip Walton created a step-by-step guide showing how to use container queries with cross-browser fallbacks. - https://web.dev/blog/how-to-use-container-queries-now
#css
web.dev
How to use container queries now | Blog | web.dev
A step-by-step guide showing how to use container queries with cross-browser fallbacks.
How to Create an NPM Package in 2024
Sounds simple, but there are a lot of steps involved if you want to follow best practices, introduce useful tools, and get things just right. Matt Pocock walks through the process here, and there’s a 14-minute screencast too, if you’d prefer to watch along. - https://www.totaltypescript.com/how-to-create-an-npm-package
#nodejs
Sounds simple, but there are a lot of steps involved if you want to follow best practices, introduce useful tools, and get things just right. Matt Pocock walks through the process here, and there’s a 14-minute screencast too, if you’d prefer to watch along. - https://www.totaltypescript.com/how-to-create-an-npm-package
#nodejs
Total TypeScript
How To Create An NPM Package
Learn how to publish a package to npm with a complete setup including, TypeScript, Prettier, Vitest, GitHub Actions, and versioning with Changesets.
Let's build a custom animated VueJs sidebar with TailwindCSS
This guide will walk you through the process of creating a modern, animated sidebar that seamlessly integrates with both Vue 2 and Vue 3, while leveraging the power of local storage to remember its state. - https://blog.jobins.jp/lets-build-a-custom-animated-vuejs-sidebar-with-tailwindcss
#vue
This guide will walk you through the process of creating a modern, animated sidebar that seamlessly integrates with both Vue 2 and Vue 3, while leveraging the power of local storage to remember its state. - https://blog.jobins.jp/lets-build-a-custom-animated-vuejs-sidebar-with-tailwindcss
#vue
JoBins Engineering
Let's build a custom animated VueJs sidebar with TailwindCSS
Creating a modern, animated sidebar that seamlessly integrates with both Vue 2 and Vue 3, while leveraging the power of local storage to remember its state, is a fantastic way to enhance the user experience of your web application. This guide will wa...