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…
ORY Editor: A Customizable WYSIWYG Content Editor
A smart, extensible and modern WYSIWYG editor written in React and using Slate.js and Redux - https://goo.gl/rLNnmU
#react #redux #wysiwyg
A smart, extensible and modern WYSIWYG editor written in React and using Slate.js and Redux - https://goo.gl/rLNnmU
#react #redux #wysiwyg
GitHub
ory/editor
Next-gen, highly customizable content editor for the browser - based on React and Redux. WYSIWYG on steroids.
Microservices Made Easy with Node.js
A walkthrough for building your first microservice-based app using cote. - https://goo.gl/rnIoYW
#nodejs #microservice
A walkthrough for building your first microservice-based app using cote. - https://goo.gl/rnIoYW
#nodejs #microservice
Medium
Microservices made easy with Node.js
You might think microservices are too hard to get started with. This post will prove otherwise.
How to Create Pure React SVG Maps with topojson and d3-geo
Make your own reusable SVG mapping components - https://goo.gl/mBJkaX
#react #svg #d3js
Make your own reusable SVG mapping components - https://goo.gl/mBJkaX
#react #svg #d3js
Medium
How to create pure react SVG maps with topojson and d3-geo
Since d3 has been split into smaller components in v4, pairing it with react has become more streamlined. Making declarative SVG maps with…
Building a Realtime React VR App
If you’ve been intrigued how React can be used to build virtual reality apps, this is a simple introduction. - https://goo.gl/Ks2WBw
#react #vr
If you’ve been intrigued how React can be used to build virtual reality apps, this is a simple introduction. - https://goo.gl/Ks2WBw
#react #vr
Pusher
Building a realtime React VR app | Pusher blog
This blog post was written under the Pusher Guest Writer program. React VR is a library that allows you to write virtual reality apps for the web using JavaScript and React on top of the WebVR API.
Configuring ESLint, Prettier, and Flow for React Dev in VS Code - https://goo.gl/fouBIj
#configure #vccode #react
#configure #vccode #react
Hacker Noon
Configure ESLint, Prettier, and Flow in VS Code for React Development
This short guide will provide you a consistent and reusable development workflow for all React/React Native projects. The more effort you…
Introducing The MEAN and MERN Stacks
This blog series examines the technologies that are driving the development of modern web and mobile apps. - https://goo.gl/3kQFIc
#mern #mean
This blog series examines the technologies that are driving the development of modern web and mobile apps. - https://goo.gl/3kQFIc
#mern #mean
MongoDB
The Modern Application Stack – Part 1: Introducing The MEAN Stack | MongoDB Blog
This post examines the technologies that are driving the development of modern web an mobile applications, notably the MERN and MEAN stacks.
Comparing Jasmine, Mocha, AVA, Tape and Jest
A look over five popular unit testing frameworks to help you decide which is best for you. - https://goo.gl/0SpUvo
#tests #compare #jasmine #mocha #ava #tape #jest
A look over five popular unit testing frameworks to help you decide which is best for you. - https://goo.gl/0SpUvo
#tests #compare #jasmine #mocha #ava #tape #jest
Raygun Blog
JavaScript unit testing frameworks in 2020: A comparison
Unit tests are essential for software quality. Learn about the most popular JavaScript unit testing frameworks and start unit testing today.
Production Progressive Web Apps with JS Frameworks
In this Google I/O session, Addy Osmani covers PWA best practices, patterns for efficiently loading sites and the latest tools for getting fast and staying fast. - https://goo.gl/i9DLTh
#progressiveweb #googleio
In this Google I/O session, Addy Osmani covers PWA best practices, patterns for efficiently loading sites and the latest tools for getting fast and staying fast. - https://goo.gl/i9DLTh
#progressiveweb #googleio
YouTube
Production Progressive Web Apps With JavaScript Frameworks (Google I/O '17)
Learn how the world’s largest brands ship Progressive Web Apps that instantly load on mobile hardware. We’ll look at how apps built using React, Preact, Vue,...
11 Things I Learned Reading The Flexbox Spec
A run through some of the ‘good bits’ of the CSS Flexible Box Layout specification. - https://goo.gl/SleXuD
#css #flexbox
A run through some of the ‘good bits’ of the CSS Flexible Box Layout specification. - https://goo.gl/SleXuD
#css #flexbox
Hacker Noon
11 things I learned reading the flexbox spec
I’ve always found flexbox pretty easy to work with — a breath of fresh air after years of floating and clearfixing.
Just Keep Scrolling: How To Design Lengthy, Lengthy Pages
Scrolling opens a lot of doors to designers but isn’t without its drawbacks. Some tips on how to approach ‘long scroll’ experiences. - https://goo.gl/aNVnNU
#design #longScrolling
Scrolling opens a lot of doors to designers but isn’t without its drawbacks. Some tips on how to approach ‘long scroll’ experiences. - https://goo.gl/aNVnNU
#design #longScrolling
Smashing Magazine
Just Keep Scrolling! How To Design Lengthy, Lengthy Pages — Smashing Magazine
Websites with long or [infinite scrolling](https://www.smashingmagazine.com/2013/05/infinite-scrolling-lets-get-to-the-bottom-of-this/) are becoming more and more common lately, and it’s no mere trend or coincidence. The technique of long scrolling allows…
Debugging Ionic Applications When Deployed to an iOS Device - https://goo.gl/N0OMqO
#ionic #ios #debugging
#ionic #ios #debugging
YouTube
Debugging Ionic Applications When Deployed to an iOS Device
In this video tutorial, we take a look at how to debug an iOS application built with Ionic whilst it is running on a device. Blog post: https://www.joshmoron...