Designing a System of Microservices
Ultimately, the intent of this system design process is to help take a best guess on how to define service boundaries for microservices within a complex solution. Hopefully, the approach described here will both establish a good initial model for the services as well as making it easier to redraw the service boundaries down the road - .https://goo.gl/gsfFX3
#microservice #architecture
Ultimately, the intent of this system design process is to help take a best guess on how to define service boundaries for microservices within a complex solution. Hopefully, the approach described here will both establish a good initial model for the services as well as making it easier to redraw the service boundaries down the road - .https://goo.gl/gsfFX3
#microservice #architecture
www.apiacademy.co
Designing a Microservice System | API Design and Strategy
Large organizations struggle with determining how to define boundaries between microservices. Ideally, this should be a technology-agnostic modelling exercise.
Next 3.0 Preview: Static Exports and Dynamic Imports
The framework for server-rendered React apps. - https://goo.gl/DDCLkK
#nodejs #next
The framework for server-rendered React apps. - https://goo.gl/DDCLkK
#nodejs #next
zeit.co
Next 3.0 Preview
Next 3.0 features Static Exports with one command and Dynamic Imports
The Many Faces of Functions in JavaScript
A look at a variety of syntactic forms for functions in JavaScript (e.g. arrow functions, generators). Stuff worth being familiar with. - https://goo.gl/hE2J9P
#javascript
A look at a variety of syntactic forms for functions in JavaScript (e.g. arrow functions, generators). Stuff worth being familiar with. - https://goo.gl/hE2J9P
#javascript
Bocoup
The Many Faces of Functions in JavaScript - Bocoup
Web Platform Consulting Services
Basic Patterns For Mobile Navigation: Pros And Cons
Five of the most popular mobile navigation patterns and the strengths and weaknesses of each. - https://goo.gl/yGBX8P
#mobile #nav #pattern #prosAndCons
Five of the most popular mobile navigation patterns and the strengths and weaknesses of each. - https://goo.gl/yGBX8P
#mobile #nav #pattern #prosAndCons
Smashing Magazine
Basic Patterns For Mobile Navigation: Pros And Cons
Once someone starts using your app, they need to know where to go and how to get there at any point. Good navigation is a vehicle that takes users where they want to go. But establishing good navigation is a challenge on mobile due to the limitations of the…
An Abridged Cartoon Introduction
To WebAssemblyLin Clark explains what exactly WebAssembly is, and what makes it fast. - https://goo.gl/8JfZtX
#webassembly
To WebAssemblyLin Clark explains what exactly WebAssembly is, and what makes it fast. - https://goo.gl/8JfZtX
#webassembly
Smashing Magazine
An Abridged Cartoon Introduction To WebAssembly
There's a lot of hype about WebAssembly in JavaScript circles today. People talk about how blazingly fast it is, and how it's going to revolutionize web development. But most conversations don't **go into the details of why it's fast**. In this article, I…
Approaches to Rendering Maps With React
A quick look at React Leaflet, Pigeon Maps, Google Map React, and React MapGL. - https://goo.gl/7P0V6F
#react #component
A quick look at React Leaflet, Pigeon Maps, Google Map React, and React MapGL. - https://goo.gl/7P0V6F
#react #component
Fluid Responsive Typography with CSS PolyFluid Sizing
How to create scalable, fluid typography across multiple breakpoints and predefined font sizes using ‘Poly Fluid Sizing’. - https://goo.gl/0MAbzx
#css #typography
How to create scalable, fluid typography across multiple breakpoints and predefined font sizes using ‘Poly Fluid Sizing’. - https://goo.gl/0MAbzx
#css #typography
Smashing Magazine
Fluid Responsive Typography With CSS Poly Fluid Sizing
Fluid layouts have been a normal part of front-end development for years. The idea of fluid typography, however, is relatively new and has yet to be fully explored. Up until now, most developers' idea of fluid typography is simply using Viewport units maybe…
Workbox: JavaScript Libraries for Progressive Web Apps
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO
#progressivewebapp
“Workbox is a rethink of (Google’s) previous service worker libraries with a focus on modularity.” - https://goo.gl/yEvgzO
#progressivewebapp
workboxjs.org
Welcome to Workbox
Workbox Microsite
5 Tips For Building High Performance PhoneGap Apps
Learn these 5 important tips to use for building high performance hybrid apps with PhoneGap. - https://goo.gl/E4UGFl
#hybrid #phonegap #tips
Learn these 5 important tips to use for building high performance hybrid apps with PhoneGap. - https://goo.gl/E4UGFl
#hybrid #phonegap #tips
Medium
5 Tips For Building High Performance PhoneGap Applications
When it comes to developing a PhoneGap app, some of the most common questions people often ask are about its performance. How to increase…
React Table: A Fast and Extendable DatagridTANNER LINSLEY - https://goo.gl/MUqJR2
#react #component #table #code
#react #component #table #code
':focus-within': For When An Element or Child Gets Focus
The :focus-within property is now supported in a few major browsers and there’s a polyfill to use for full coverage. - https://goo.gl/kAU8CM
#css
The :focus-within property is now supported in a few major browsers and there’s a polyfill to use for full coverage. - https://goo.gl/kAU8CM
#css
www.scottohara.me
CSS :focus-within | scottohara.me
The :focus-within pseudo-class is a CSS Level 4 selector that has recently picked up a bit of steam with FireFox, Safari, and (at the time of writing this) s...
Everything we Learned Building a Backend-as-a-Service
Baqend is building a Backend-as-a-Service (BaaS) service that is geared towards scalability and web performance. Coming from research, they try to be open about the architecture of the platform and therefore would love to share how everything works at a technical level - .https://goo.gl/zWZtHl
#microservice
Baqend is building a Backend-as-a-Service (BaaS) service that is geared towards scalability and web performance. Coming from research, they try to be open about the architecture of the platform and therefore would love to share how everything works at a technical level - .https://goo.gl/zWZtHl
#microservice
Baqend Blog
Building a Backend-as-a-Service: An In-Depth Survey
In this post we will share our technical learnings about building a multi-tenant Backend-as-a-Service (BaaS). We will cover how a BaaS…
Rearchitecting Airbnb’s Frontend
The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views. - https://goo.gl/cbYU00
#react
The tale of Airbnb’s move away from a fully server rendered Rails-based solution to a hybrid approach involving React, React Router, and Hypernova for server-side rendering of React views. - https://goo.gl/cbYU00
#react
Medium
Rearchitecting Airbnb’s Frontend
Overview: We recently rethought the architecture for the JavaScript side of our codebase at Airbnb. This post will look at (1) the product…
You Don't Know JS
This is a series of books diving deep into the core mechanisms of the JavaScript language - https://goo.gl/YO8RbK
Books:
- Up & Going
- Scope & Closures
- this & Object Prototypes
- Types & Grammar
- Async & Performance
- ES6 & Beyond
#javascript #books #free
This is a series of books diving deep into the core mechanisms of the JavaScript language - https://goo.gl/YO8RbK
Books:
- Up & Going
- Scope & Closures
- this & Object Prototypes
- Types & Grammar
- Async & Performance
- ES6 & Beyond
#javascript #books #free
GitHub
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter. Contribute to getify/You-Dont-Know-JS development by creating an account on GitHub.
The One Thing You Need to Know About React Router 4
“Routes” aren’t really routes, they are just components. - https://goo.gl/5f2i3F
#react #reactrouter
“Routes” aren’t really routes, they are just components. - https://goo.gl/5f2i3F
#react #reactrouter
Medium
The One Thing you need to know about React Router 4
I finally started a new project using React Router 4.
Better Form Design with One Thing Per Page
Love or hate it, it seems having a checkout or similar process split across multiple pages instead of in one big form works better. - https://goo.gl/F6Feio
#form #design
Love or hate it, it seems having a checkout or similar process split across multiple pages instead of in one big form works better. - https://goo.gl/F6Feio
#form #design
Smashing Magazine
Better Form Design: One Thing Per Page (Case Study) – Smashing Magazine
You can improve your form design with a simple pattern named "One Thing Per Page". Learn how to split up a complex process into multiple smaller pieces.
What's New in Chrome 60's DevTools
There’s a new ‘Audits’ panel showing quality measurements for various aspects of your page and easier tracking of third party resources - https://goo.gl/cer8RE
#chrome #tools
There’s a new ‘Audits’ panel showing quality measurements for various aspects of your page and easier tracking of third party resources - https://goo.gl/cer8RE
#chrome #tools
4 CSS Filters For Adjusting Color
An easy way to make color adjustments to an element in a non-destructive way. - https://goo.gl/S9uSKV
#css
An easy way to make color adjustments to an element in a non-destructive way. - https://goo.gl/S9uSKV
#css
Vanseo Design
4 CSS Filters For Adjusting Color - Vanseo Design
CSS filters offer an easy way to make color adjustments to an image or element and they do so in a completely non-destructive way.
Node.js Streams: Everything You Need to Know
“Streams are Node’s best and most misunderstood idea.” Which might be why many articles have been written about them. - https://goo.gl/9dR9Vu
#nodejs #streams
“Streams are Node’s best and most misunderstood idea.” Which might be why many articles have been written about them. - https://goo.gl/9dR9Vu
#nodejs #streams
freeCodeCamp
Node.js Streams: Everything you need to know
Node.js streams have a reputation for being hard to work with, and even harder to understand. Well I’ve got good news for you — that’s no…