Microservices Best Practices Every Developer Should Follow
This post will walk you through the nine recommended practices that a developer should use when working on a microservice project. Let's take a closer look at each of them. - http://amp.gs/jzDrO
#microservice #best #practices
This post will walk you through the nine recommended practices that a developer should use when working on a microservice project. Let's take a closer look at each of them. - http://amp.gs/jzDrO
#microservice #best #practices
Building a Scalable API in Node
This article covers the topic of creating a scalable and configurable REST API, served with the help of… - http://amp.gs/jzDcN
#nodejs
This article covers the topic of creating a scalable and configurable REST API, served with the help of… - http://amp.gs/jzDcN
#nodejs
Medium
Building a Scalable API in Node
This article covers the topic of creating a scalable and configurable REST API, served with the help of express. The code is written in…
Universal Data Fetching in Nuxt.js
This article compares the main approaches of data fetching in Nuxt: AsyncData vs Fetch vs Middlewares vs Vue Hooks. - http://amp.gs/jzuhW
#vue
This article compares the main approaches of data fetching in Nuxt: AsyncData vs Fetch vs Middlewares vs Vue Hooks. - http://amp.gs/jzuhW
#vue
Medium
Universal data fetching in Nuxt.js
AsyncData vs Fetch vs Middlewares vs Vue Hooks
Personal Flutter Project Structure with Repository Pattern
A project structure example for developing a Flutter app with the Repository Pattern. - http://amp.gs/jzuLf
#flutter
A project structure example for developing a Flutter app with the Repository Pattern. - http://amp.gs/jzuLf
#flutter
Bindon: lesser known Angular template features
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/jzJGi
#angular
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular… - http://amp.gs/jzJGi
#angular
Medium
Bindon: lesser known Angular template features
Angular 12 added nullish coalescing operator (‘??’) to templates. But what are other features Angular templates have? Let’s find out!
Micro frontends with Module Federation
This article explains how our team has implemented a micro frontend architecture using Webpack Module… - http://amp.gs/jzJuf
#microfrontends
This article explains how our team has implemented a micro frontend architecture using Webpack Module… - http://amp.gs/jzJuf
#microfrontends
The Future of CSS: Cascade Layers (CSS @layer)
Bramus Van Damme explains how to regain control over the cascade with a new CSS Language Feature coming to help you: Cascade Layers (CSS @layer). - http://amp.gs/jz0Co
#css
Bramus Van Damme explains how to regain control over the cascade with a new CSS Language Feature coming to help you: Cascade Layers (CSS @layer). - http://amp.gs/jz0Co
#css
Creating a Blog Using Nuxt and Nuxt Content with Tailwind CSS
In this tutorial, you'll learn how to create a personal blog using a Git-based CMS with Nuxt Content and Tailwind CSS. - http://amp.gs/jzK8o
#vue
In this tutorial, you'll learn how to create a personal blog using a Git-based CMS with Nuxt Content and Tailwind CSS. - http://amp.gs/jzK8o
#vue
Compound Components In React
Compound components are the building blocks of design systems. If you have the development of the latter in your future, the tutorial will get you up and running on this advanced React pattern. - http://amp.gs/jz3FB
#react
Compound components are the building blocks of design systems. If you have the development of the latter in your future, the tutorial will get you up and running on this advanced React pattern. - http://amp.gs/jz3FB
#react
Awesome Node: Almost 600 Curated Node Packages, Resources and Links
We link to this every year or so as it’s a truly definitive list of categorized Node resources and continues to be updated, pruned, and added to over time. - http://amp.gs/jzHSW
#nodejs
We link to this every year or so as it’s a truly definitive list of categorized Node resources and continues to be updated, pruned, and added to over time. - http://amp.gs/jzHSW
#nodejs
Which type of loop is fastest in JavaScript?
Learn which for loop or iterator suits your requirement and save you from making silly mistakes that cost… - http://amp.gs/jz2OC
#javascript
Learn which for loop or iterator suits your requirement and save you from making silly mistakes that cost… - http://amp.gs/jz2OC
#javascript
Medium
Which type of loop is fastest in JavaScript?
Learn which for loop or iterator suits your requirement and save you from making silly mistakes that cost your app performance.
Using Vue Query Hooks For Firebase Database and Image Storage, Mutations and Queries in VueJS
The Vue Query package provides hooks for fetching, caching, and updating asynchronous data in Vue. Learn how to use it in a dynamic Vue app. - http://amp.gs/jzwvn
#vue
The Vue Query package provides hooks for fetching, caching, and updating asynchronous data in Vue. Learn how to use it in a dynamic Vue app. - http://amp.gs/jzwvn
#vue
DEV Community
Using Vue Query Hooks For Firebase Database and Image Storage, Mutations and Queries in VueJS
Vue Query package provides hooks for fetching, caching and updating asynchronous data in Vue. Based...
Designing Beautiful Shadows in CSS
Joshua Comeau demonstrates how to transform typical box-shadows into beautiful, life-like ones. - http://amp.gs/jzFZv
#css
Joshua Comeau demonstrates how to transform typical box-shadows into beautiful, life-like ones. - http://amp.gs/jzFZv
#css
Joshwcomeau
Designing Beautiful Shadows in CSS
When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though! CSS gives us the tools to create rich, lush, lifelike shadows. In this tutorial, I'll show you how.
Flexible Angular Components
A guide to content projection using ng-template - http://amp.gs/jzXjt
#angular
A guide to content projection using ng-template - http://amp.gs/jzXjt
#angular
Medium
Flexible Angular Components
A guide to content projection using ng-template
Micro Front-End Architectures
Why And How To Build A Micro Front-End Architecture In Angular - http://amp.gs/jzXWN
#microfrontends
Why And How To Build A Micro Front-End Architecture In Angular - http://amp.gs/jzXWN
#microfrontends
Medium
Micro Front-End Architectures
Why And How To Build A Micro Front-End Architecture In Angular
Graceful Error Handling Using Error Boundaries in React
A runtime error in React can result in a blank screen and a bewildered user. Error Boundaries enable the error to be caught and a more meaningful, fallback UI displayed instead. - http://amp.gs/jzLAE
#react
A runtime error in React can result in a blank screen and a bewildered user. Error Boundaries enable the error to be caught and a more meaningful, fallback UI displayed instead. - http://amp.gs/jzLAE
#react
Amit Merchant - A blog on PHP, JavaScript, and more
Graceful error handling using Error Boundaries in React.js
Working with React.js, it’s a common thing you would see where if something goes wrong, (for instance, a JavaScript error), the entire React.js app would crash instantly and renders blank.
How to Track 'Blipped' Marvel Characters with Node and CockroachDB
You could write what I know about Marvel on the back of a postage stamp, but if you fancy a Marvel-themed excuse to play with CockroachDB (the distributed SQL database) from Node, here you go. - http://amp.gs/jzWdF
#nodejs
You could write what I know about Marvel on the back of a postage stamp, but if you fancy a Marvel-themed excuse to play with CockroachDB (the distributed SQL database) from Node, here you go. - http://amp.gs/jzWdF
#nodejs
Cockroach Labs
How to Track "Snapped" Marvel Characters with Heroku, Express, & CockroachDB Serverless
What If...we could build an app that tracked "snapped" or "blipped" Marvel MCU characters using Express, Heroku, and CockroachDB Serverless?