How to use GraphQL to build Backend-For-Frontends (BFFs)
Step by step guide to implementing a GraphQL Backend-For-Frontend - https://blog.bitsrc.io/how-to-use-graphql-to-build-backend-for-frontends-bffs-4b7e5a0105d0
#nodejs #bff
Step by step guide to implementing a GraphQL Backend-For-Frontend - https://blog.bitsrc.io/how-to-use-graphql-to-build-backend-for-frontends-bffs-4b7e5a0105d0
#nodejs #bff
Medium
How to use GraphQL to build Backend-For-Frontends (BFFs)
Step by step guide to implementing a GraphQL Backend-For-Frontend
👍5❤2
Angular NgTemplateOutlet Use Case
We have figured out what NgTemplateOutlet does in my previous article. NgTemplateOutlet is a way of telling… - https://edengoforit.medium.com/angular-ngtemplateoutlet-use-case-afef01641ec1
#angular
We have figured out what NgTemplateOutlet does in my previous article. NgTemplateOutlet is a way of telling… - https://edengoforit.medium.com/angular-ngtemplateoutlet-use-case-afef01641ec1
#angular
Medium
[Angular] NgTemplateOutlet Use Case
We have figured out what NgTemplateOutlet does in my previous article. NgTemplateOutlet is a way of telling Angular to render a template…
👍6❤2
Using color-mix() To Create Opacity Variants
Una Kravets shows how to build an alpha color system without splitting out channels using this one neat trick. - https://una.im/color-mix-opacity
#css
Una Kravets shows how to build an alpha color system without splitting out channels using this one neat trick. - https://una.im/color-mix-opacity
#css
Una.im
Using color-mix() to create opacity variants
Build an alpha color system without splitting out channels using this one neat trick.
👍6❤1
Computed Properties In VueJS. When, Why And How To Use Them?
This article seeks to provide much clarity on Computed Properties, exploring the various scenarios and guides to using computed functions in our Vue.js applications. - https://sahilkazi.hashnode.dev/computed-properties-in-vuejs-when-why-and-how-to-use-them-1
#vue
This article seeks to provide much clarity on Computed Properties, exploring the various scenarios and guides to using computed functions in our Vue.js applications. - https://sahilkazi.hashnode.dev/computed-properties-in-vuejs-when-why-and-how-to-use-them-1
#vue
Sahil.What?
Computed Properties In VueJS. When, Why And How To Use Them?
What made the Computed Property favourable for existence?
To understand this let's look at the ways things used to work before computed properties by defining a problem and solving it in multiple ways.
Problem: Consider that there are a few places i...
To understand this let's look at the ways things used to work before computed properties by defining a problem and solving it in multiple ways.
Problem: Consider that there are a few places i...
❤3👍3
Using ES Modules Based Micro-Frontends to Enable Distributed Development
A look at the open source tooling created by the UI Engineering group at JP Morgan to streamline the developer workflow of building and deploying apps in isolation while still delivering a single unifying micro-frontend based portal to the end user, leveraging the use of native support for ES module imports in the browser. - https://www.youtube.com/watch?v=QiTnlefa7pw
#micrfrontend
A look at the open source tooling created by the UI Engineering group at JP Morgan to streamline the developer workflow of building and deploying apps in isolation while still delivering a single unifying micro-frontend based portal to the end user, leveraging the use of native support for ES module imports in the browser. - https://www.youtube.com/watch?v=QiTnlefa7pw
#micrfrontend
YouTube
Using ES Modules Based Micro-Frontends to Enable Distributed Development – Steve King
React Advanced London 2022 #ReactAdvanced #GitNation
Website – https://reactadvanced.com/
Follow the link to watch the full version of all the conference talks, QnA’s with speakers and hands-on workshop recordings → https://portal.gitnation.org/events/react…
Website – https://reactadvanced.com/
Follow the link to watch the full version of all the conference talks, QnA’s with speakers and hands-on workshop recordings → https://portal.gitnation.org/events/react…
👍8
How to use Web Workers API
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can… - https://levelup.gitconnected.com/how-to-use-web-workers-api-b1ef96c46fc0
#web #worker
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can… - https://levelup.gitconnected.com/how-to-use-web-workers-api-b1ef96c46fc0
#web #worker
Medium
How to use Web Workers API
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without…
👍10
React Hook Form: Working with Multipart Form Data and File Uploads - https://claritydev.net/blog/react-hook-form-multipart-form-data-file-uploads
#react
#react
claritydev.net
React Hook Form: Working with Multipart Form Data and File Uploads
Learn how to handle file uploads and multipart form data in React applications using React Hook Form. This tutorial demonstrates adding file input fields, working with FormData API, and submitting form data.
👍4❤1
NestJS — Implementing Access & Refresh Token JWT Authentication
Implementing Authentication in NestJS via Access & Refresh JWT Tokens - https://javascript.plainenglish.io/nestjs-implementing-access-refresh-token-jwt-authentication-97a39e448007
#nodejs
Implementing Authentication in NestJS via Access & Refresh JWT Tokens - https://javascript.plainenglish.io/nestjs-implementing-access-refresh-token-jwt-authentication-97a39e448007
#nodejs
Medium
NestJS — Implementing Access & Refresh Token JWT Authentication
Implementing Authentication in NestJS via Access & Refresh JWT Tokens
👍4
A Complete Guide to Angular Modules
This article will help you understand more about Angular NgModule included the structure, the scope, and the… - https://levelup.gitconnected.com/a-complete-guide-to-angular-modules-faf5a85e3e60
#angular
This article will help you understand more about Angular NgModule included the structure, the scope, and the… - https://levelup.gitconnected.com/a-complete-guide-to-angular-modules-faf5a85e3e60
#angular
Medium
A Complete Guide to Angular Modules
This article will help you understand more about Angular NgModule included the structure, the scope, and the popular angular module.
👍7
Container Query Units and Fluid Typography
Stephanie Eckles explores three fluid typography techniques applied via a “mixin” using custom properties. - https://moderncss.dev/container-query-units-and-fluid-typography
#css
Stephanie Eckles explores three fluid typography techniques applied via a “mixin” using custom properties. - https://moderncss.dev/container-query-units-and-fluid-typography
#css
Modern CSS Solutions
Container Query Units and Fluid Typography | Modern CSS Solutions
To learn more about the behaviors of container query units, we'll explore three fluid typography techniques applied via a "mixin" using custom properties. These upgraded methods will produce truly responsive typography, regardless of context.
❤5👍1
Optimizing Performance with Server Side Rendering in Vue.js
Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. We will take a look at some useful techniques to improve performance with server-side rendering. - https://radiantcodes.hashnode.dev/optimizing-performance-with-server-side-rendering-in-vuejs
#vue
Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. We will take a look at some useful techniques to improve performance with server-side rendering. - https://radiantcodes.hashnode.dev/optimizing-performance-with-server-side-rendering-in-vuejs
#vue
Bukoye Olaniyi's Blog
Optimizing Performance with Server Side Rendering in Vue.js: A Guide
Definition of Server-side Rendering (SSR)
Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. This approach can provide many benefits, inc...
Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. This approach can provide many benefits, inc...
👍3❤1
The Complete Guide to TypeScript
Get up and running with TypeScript: the heir to JavaScript - https://blog.bitsrc.io/complete-typescript-tutorial-717af7be8018
#typescript
Get up and running with TypeScript: the heir to JavaScript - https://blog.bitsrc.io/complete-typescript-tutorial-717af7be8018
#typescript
Medium
The Complete Guide to TypeScript
Get up and running with TypeScript: the heir to JavaScript
👍4❤3🔥2
How to Process a CSV File Faster in Node with Rust and NAPI-RS
NAPI-RS is a framework for building pre-compiled Node.js addons in Rust. This post looks at using it for practical ends, namely being able to process CSV data with high performance. - https://www.alxolr.com/articles/how-to-process-a-csv-file-five-times-faster-in-node-js-with-rust-and-napi-rs
#nodejs
NAPI-RS is a framework for building pre-compiled Node.js addons in Rust. This post looks at using it for practical ends, namely being able to process CSV data with high performance. - https://www.alxolr.com/articles/how-to-process-a-csv-file-five-times-faster-in-node-js-with-rust-and-napi-rs
#nodejs
alxolr's blog
How to process a CSV file five times faster in NodeJs with Rust and Napi rs
This tutorial will teach us how to process a CSV file in NodeJs with Rust and Napi rs. We will use the Rust programming language to speed up the processing of a CSV file and create a native nodejs extension using the Napi rs library.
👍6👏1
5 New Hooks in React 18
Exploring useTransition, useDeferredValue, useId, useSyncExternalStore, and useInsertionEffect - https://betterprogramming.pub/5-new-hooks-in-react-18-300aa713cefe
#react
Exploring useTransition, useDeferredValue, useId, useSyncExternalStore, and useInsertionEffect - https://betterprogramming.pub/5-new-hooks-in-react-18-300aa713cefe
#react
Medium
5 New Hooks in React 18
Exploring useTransition, useDeferredValue, useId, useSyncExternalStore, useInsertionEffect, and useEffect double mount
👍7❤2🗿1
CSS Grid Gap Behavior with Hidden Elements
Ryan Mulligan shares some discoveries on how the CSS gap property operates when hiding items in grid-template & grid-auto layouts. - https://ryanmulligan.dev/blog/grid-gap
#css
Ryan Mulligan shares some discoveries on how the CSS gap property operates when hiding items in grid-template & grid-auto layouts. - https://ryanmulligan.dev/blog/grid-gap
#css
ryanmulligan.dev
CSS Grid Gap Behavior with Hidden Elements
Some discoveries on how the CSS Grid gap property operates when hiding items in grid-template and grid-auto layouts.
❤4👍1
VueUse: A Collection of Vue Composition Utilities
With over 200 functions targeting both Vue 2 and 3, there’ll be something in this suite of Composition API-based utility functions for you, whether it’s working with state, browser capabilities, animations, Electron, Firebase, and more. - https://vueuse.org/
#vue
With over 200 functions targeting both Vue 2 and 3, there’ll be something in this suite of Composition API-based utility functions for you, whether it’s working with state, browser capabilities, animations, Electron, Firebase, and more. - https://vueuse.org/
#vue
vueuse.org
Collection of essential Vue Composition Utilities
👍5
VueUse: A Collection of Vue Composition Utilities
With over 200 functions targeting both Vue 2 and 3, there’ll be something in this suite of Composition API-based utility functions for you, whether it’s working with state, browser capabilities, animations, Electron, Firebase, and more. - https://vueuse.org/
#vue
With over 200 functions targeting both Vue 2 and 3, there’ll be something in this suite of Composition API-based utility functions for you, whether it’s working with state, browser capabilities, animations, Electron, Firebase, and more. - https://vueuse.org/
#vue
vueuse.org
Collection of essential Vue Composition Utilities
👍4❤1
Как мы сделали незаметную капчу?
Как сделать так, чтобы капча работала и отсеивала ботов, а пользователям не приходилось вводить текст с картинки? На этот вопрос отвечают разработчики Yandex SmartCaptcha — в статье они делятся историей создания сервиса, рассказывают про изменение кода, рефакторинг архитектуры, невидимую для пользователя проверку и заботу о людях.
Читайте статью в новом блоге Yandex Cloud и Yandex Infrastructure на Хабре, и не забудьте подписаться, чтобы не пропустить истории о том, как мы строим инфраструктуру Яндекса и делаем публичную облачную платформу.
Как сделать так, чтобы капча работала и отсеивала ботов, а пользователям не приходилось вводить текст с картинки? На этот вопрос отвечают разработчики Yandex SmartCaptcha — в статье они делятся историей создания сервиса, рассказывают про изменение кода, рефакторинг архитектуры, невидимую для пользователя проверку и заботу о людях.
Читайте статью в новом блоге Yandex Cloud и Yandex Infrastructure на Хабре, и не забудьте подписаться, чтобы не пропустить истории о том, как мы строим инфраструктуру Яндекса и делаем публичную облачную платформу.
👍4🤮3
Loader Interceptor in Angular
How to show loading status by intercepting HTTP requests - https://betterprogramming.pub/angular-loader-interceptor-f0b37e244ccb
#angular
How to show loading status by intercepting HTTP requests - https://betterprogramming.pub/angular-loader-interceptor-f0b37e244ccb
#angular
👍8