Configure Amplify authentication with SvelteKit
How to configure amplify authentication with SvelteKit v1.0 - https://depascalematteo.medium.com/configure-amplify-authentication-with-sveltekit-db64c9a01c93
#svelte
How to configure amplify authentication with SvelteKit v1.0 - https://depascalematteo.medium.com/configure-amplify-authentication-with-sveltekit-db64c9a01c93
#svelte
Medium
Configure Amplify authentication with SvelteKit
How to configure amplify authentication with SvelteKit v1.0🚀 This walkthrough shows how to configure Amplify with SvelteKit v1.
👍4
From Hacks to Elegance: Transforming a Card Component with Modern CSS Wizardry
Nils Binder demonstrates how to use modern CSS to refactor an existing card component. - https://9elements.com/blog/from-hacks-to-elegance-transforming-a-card-component-with-modern-css-wizardry
#css
Nils Binder demonstrates how to use modern CSS to refactor an existing card component. - https://9elements.com/blog/from-hacks-to-elegance-transforming-a-card-component-with-modern-css-wizardry
#css
9elements
From Hacks to Elegance: Transforming a Card Component with Modern CSS Wizardry - 9elements
Combining finest craftsmanship with elegant design to ship innovative digital experiences.
👍5❤4
Building Reusable and Maintainable Components in Vue with the Data Provider Pattern
One of the most powerful techniques we can use to build reusable and maintainable components is the Provider Pattern. This approach, widely used not only in the Vue ecosystem, allows us to separate the presentation layer from the data fetching, helping us avoid common pitfalls like spaghetti code and prop drilling. By leveraging the Provider Pattern, we can create components that are easier to develop, reuse, and maintain over time. Let's explore this pattern together. - https://fadamakis.com/building-reusable-and-maintainable-components-in-vue-with-the-data-provider-pattern-2797876c007d
#vue
One of the most powerful techniques we can use to build reusable and maintainable components is the Provider Pattern. This approach, widely used not only in the Vue ecosystem, allows us to separate the presentation layer from the data fetching, helping us avoid common pitfalls like spaghetti code and prop drilling. By leveraging the Provider Pattern, we can create components that are easier to develop, reuse, and maintain over time. Let's explore this pattern together. - https://fadamakis.com/building-reusable-and-maintainable-components-in-vue-with-the-data-provider-pattern-2797876c007d
#vue
Medium
Building Reusable and Maintainable Components in Vue with the Data Provider Pattern
One of the most powerful techniques we can use to build reusable and maintainable components is the Provider Pattern. This approach, widely…
👍4
Testing Library: Everybody Uses It, But Nobody Understands It
A talk from ReactNext 2023. - https://www.youtube.com/watch?v=jNAMdsbdvlI
#react
A talk from ReactNext 2023. - https://www.youtube.com/watch?v=jNAMdsbdvlI
#react
👍7
Vue 3.3 'Rurouni Kenshin' is available
This release is focused on developer experience improvements - in particular, SFC script setup usage with TypeScript. - https://blog.vuejs.org/posts/vue-3-3
#vue
This release is focused on developer experience improvements - in particular, SFC script setup usage with TypeScript. - https://blog.vuejs.org/posts/vue-3-3
#vue
blog.vuejs.org
Announcing Vue 3.3 | The Vue Point
The official blog for the Vue.js project
👍4
Mastering Yarn's Lifecycle with Hooks
Aims to equip you with the knowledge needed to create your own Yarn plugins and “elevate your package management game”. - https://scinos.dev/posts/2023-04-08-mastering-yarns-lifecycle-with-hooks/
#nodejs
Aims to equip you with the knowledge needed to create your own Yarn plugins and “elevate your package management game”. - https://scinos.dev/posts/2023-04-08-mastering-yarns-lifecycle-with-hooks/
#nodejs
scinos.dev
Mastering Yarn's lifecycle with hooks
Learn how to create custom Yarn plugins and take your Node.js package management to the next level. In this tutorial, you will master Yarn's lifecycle hooks by creating a plugin that checks whether the environment is correctly set up. Whether you're a beginner…
👍5
Creating a Node API with Knex and Postgres - https://blog.openreplay.com/create-a-node-api-with-knex-and-postgresql/
#nodejs
#nodejs
Openreplay
Creating a Node API with Knex and PostgreSQL
Access DB tables without having to write SQL
👍4
Stop being scared of InjectionTokens
Injection Tokens seem to intimidate many developers. We don’t understand what they are, how to use them, and their purpose. - https://itnext.io/stop-being-scared-of-injectiontokens-ab22f72f0fe9
#angular
Injection Tokens seem to intimidate many developers. We don’t understand what they are, how to use them, and their purpose. - https://itnext.io/stop-being-scared-of-injectiontokens-ab22f72f0fe9
#angular
Medium
Stop being scared of InjectionTokens
Injection Tokens seem to intimidate many developers. We don’t understand what they are, how to use them, and their purpose.
👍5
Scroll-driven animations in CSS are a joy to play around with
Brecht De Ruyte explores how scroll-driven animations in CSS work. - https://utilitybend.com/blog/scroll-driven-animations-in-css-are-a-joy-to-play-around-with
#css
Brecht De Ruyte explores how scroll-driven animations in CSS work. - https://utilitybend.com/blog/scroll-driven-animations-in-css-are-a-joy-to-play-around-with
#css
Utilitybend
Scroll driven animations in CSS are a joy to play around with! | utilitybend
Scroll Driven Animations are set to be released soon and they are a lot of fun to experiment with. some tips and demos
👍6
How to Build a Routing Layer in React and Why You'd Need One - https://semaphoreci.com/blog/routing-layer-react
#react
#react
Semaphore
How to Build a Routing Layer in React and Why You Need It - Semaphore
Learn what a routing layer is, understand some of the several benefits it can bring to your architecture, and how to build it in React.
👍3❤1
Dan Abamov is Leaving Meta
Staying on Twitter/X, Dan Abramov shared the news that he is leaving Meta and worked through the logic of why now is the right time to move on. If you can't access Twitter (or don't want to), the TLDR is that React won't be negatively impacted as he doesn't write a lot of React code nowadays, he has finished the key things he wanted to do, and a broader team of community leaders is coming together nicely. Dan is also staying on the React team as an independent third party. - https://twitter.com/dan_abramov/status/1682029195843739649
#abramov
Staying on Twitter/X, Dan Abramov shared the news that he is leaving Meta and worked through the logic of why now is the right time to move on. If you can't access Twitter (or don't want to), the TLDR is that React won't be negatively impacted as he doesn't write a lot of React code nowadays, he has finished the key things he wanted to do, and a broader team of community leaders is coming together nicely. Dan is also staying on the React team as an independent third party. - https://twitter.com/dan_abramov/status/1682029195843739649
#abramov
🤔5
Build MicroFrontend In React In 3 Easy Steps
Build your first MicroFrontend in React in just 3 easy and quick steps. A step by step microfrontend tutorial… - https://blog.bitsrc.io/build-microfrontend-in-react-in-3-easy-steps-74790fd0c9fb
#microfrontends
Build your first MicroFrontend in React in just 3 easy and quick steps. A step by step microfrontend tutorial… - https://blog.bitsrc.io/build-microfrontend-in-react-in-3-easy-steps-74790fd0c9fb
#microfrontends
Medium
Build Micro Frontends In React In 3 Easy Steps
Build your first MicroFrontend in React in just 3 easy and quick steps. A step by step microfrontend tutorial for React developers.
👍5❤2
Чем больший объем данных используют на проекте, чем выше нагрузка на систему – тем более продвинутый SQL нужен разработчикам. Изучить SQL и свободно использовать его в работе поможет курс Практикума.
После 3 месяцев курса разработчики смогут:
— уверенно пользоваться простыми селектами, джоинами, индексами и оконными функциями;
— отладить запрос, который сгенерирован через ORM;
— составить сложные запросы на нативном SQL;
— применить продвинутый SQL, чтобы писать код для высоконагруженных систем,
— чувствовать себя спокойно на собеседованиях.
Записывайтесь и растите в карьере.
После 3 месяцев курса разработчики смогут:
— уверенно пользоваться простыми селектами, джоинами, индексами и оконными функциями;
— отладить запрос, который сгенерирован через ORM;
— составить сложные запросы на нативном SQL;
— применить продвинутый SQL, чтобы писать код для высоконагруженных систем,
— чувствовать себя спокойно на собеседованиях.
Записывайтесь и растите в карьере.
💩6👍3
Supercharge Your Vue App Development with Nx Monorepo
This article focuses on a Vue 3 app in an Nx monorepo using Vite
Nx provides a robust architecture for generating code by enforcing coding styles and boundaries across the monorepo. - https://blog.herodevs.com/supercharge-your-vue-app-development-with-nx-monorepo-96ab43503f49
#vue
This article focuses on a Vue 3 app in an Nx monorepo using Vite
Nx provides a robust architecture for generating code by enforcing coding styles and boundaries across the monorepo. - https://blog.herodevs.com/supercharge-your-vue-app-development-with-nx-monorepo-96ab43503f49
#vue
Medium
Supercharge Your Vue App Development with Nx Monorepo
Starting Your Vue Project Right: Some Key Steps to Creating an App in Nx Monorepo
👍5
Building a Modern gRPC Microservice with Node and Connect
An interesting tutorial that digs into how the engineers at Dopt built a gRPC-powered internal microservice using Node and the Connect suite of gRPC libraries. It's great to see a tutorial built off of a real, production-level experience. - https://blog.dopt.com/building-a-modern-grpc-powered-microservice
#nodejs
An interesting tutorial that digs into how the engineers at Dopt built a gRPC-powered internal microservice using Node and the Connect suite of gRPC libraries. It's great to see a tutorial built off of a real, production-level experience. - https://blog.dopt.com/building-a-modern-grpc-powered-microservice
#nodejs
👍3
Can We Query the Root Container?
Miriam Suzanne outlines the complexities of containment, overflow, and propagation, related to container queries. - https://www.oddbird.net/2023/07/05/contain-root
#css
Miriam Suzanne outlines the complexities of containment, overflow, and propagation, related to container queries. - https://www.oddbird.net/2023/07/05/contain-root
#css
OddBird
Can We Query the Root Container?
The complexities of containment, overflow, and 'propagation'
👍4
The Power of Mocking in Unit Tests - https://matthewwolfe.github.io/blog/mocking-in-unit-tests
#react
#react
👍4
Configuration in Nuxt 3: runtimeConfig vs appConfig
Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases. - https://masteringnuxt.com/blog/configuration-in-nuxt-3-runtimeConfig-vs-appConfig
#vue
Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases. - https://masteringnuxt.com/blog/configuration-in-nuxt-3-runtimeConfig-vs-appConfig
#vue
Masteringnuxt
Configuration in Nuxt 3
Nuxt 3 provides powerful configuration options, allowing you to adapt your application to different use cases.
👍5