'Scroll Bouncing' and How It Works
A good understanding of the scroll bouncing effect (and how to prevent it, if you wish) is helpful for building any site that has fixed elements. - http://bit.ly/2BK8yaq
#css #scroll
A good understanding of the scroll bouncing effect (and how to prevent it, if you wish) is helpful for building any site that has fixed elements. - http://bit.ly/2BK8yaq
#css #scroll
Smashing Magazine
Scroll Bouncing On Your Websites — Smashing Magazine
This article describes the effect of scroll bouncing and how it works on different web browsers. It contains reviews of several different solutions that are suggested on the web that can be used to prevent scroll bouncing. The CSS property, overscroll-behavior…
An Overview of Buffers in Node.js
Buffers provide a handy way to work with streams of binary data but they can be a cause of confusion - this article aims to address that. - http://bit.ly/2wbTzkh
#nodejs
Buffers provide a handy way to work with streams of binary data but they can be a cause of confusion - this article aims to address that. - http://bit.ly/2wbTzkh
#nodejs
The Code Barbarian
An Overview of Buffers in Node.js
[Buffers](https://nodejs.org/api/buffer.html) are Node.js' built-in type for storing arbitrary binary data. Because most Node.js developers don't use buffers much beyond occasionally [reading data from a file](https://nodejs.org/api/stream.html#stream_cl…
An Alternative, Simple Approach to Internationalization
jsLingui is a new alternative approach to simplifying i18n when using Babel. - http://bit.ly/2MUluPd
#react
jsLingui is a new alternative approach to simplifying i18n when using Babel. - http://bit.ly/2MUluPd
#react
ITNEXT
Simple internationalization of React apps
Note: Do you have an app in single language? Keep reading! Things like pluralization, number and date formatting are still useful even for…
JavaScript Engine Fundamentals: Optimizing Prototypes
Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance. - http://bit.ly/2BQ0NzF
#javascript
Having a deeper understanding of how JavaScript engines work can help you reason about the performance characteristics of your code and this diagram-rich post digs into engines optimize around JavaScript’s use of prototype-based inheritance. - http://bit.ly/2BQ0NzF
#javascript
Angular 7 is coming
Today (August 3rd) Angular Team released Angular 7 beta.0 release. Many of us will be curious about the kind of features and bug fixes that we can see in this beta release. - http://bit.ly/2N0Fmx3
#angular
Today (August 3rd) Angular Team released Angular 7 beta.0 release. Many of us will be curious about the kind of features and bug fixes that we can see in this beta release. - http://bit.ly/2N0Fmx3
#angular
Medium
Angular 7 is coming
Today Angular Team released Angular 7 beta release. Many of us will be curious about the kind of features and bug fixes that we can see in…
UX and HTML5: Let’s Help Users Fill In Your Mobile Forms
Best practices to improve your mobile forms, including scannability and readability. There’s a lot to chew on here. - http://bit.ly/2ofN9w5
#ui #ux
Best practices to improve your mobile forms, including scannability and readability. There’s a lot to chew on here. - http://bit.ly/2ofN9w5
#ui #ux
Smashing Magazine
UX And HTML5: Let’s Help Users Fill In Your Mobile Form (Part 1) — Smashing Magazine
Do you test your forms on real users and real devices? If not, you should. Let’s take a look at some of the techniques that can help you take your forms to the next level and help users fill them in.
React Context API: Managing State with Ease
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial. - http://bit.ly/2PE3Mhz
#react
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial. - http://bit.ly/2PE3Mhz
#react
Auth0 - Blog
React Context API: Managing State with Ease
Managing state with the new React Context API is very easy. Learn what the differences with Redux are and how to use it in this practical tutorial.
Exploring SMACSS: Scalable and Modular Architecture for CSS
SMACSS provides a set of solid organizational guidelines for working with CSS. - http://bit.ly/2o77VxX
#css #smacss
SMACSS provides a set of solid organizational guidelines for working with CSS. - http://bit.ly/2o77VxX
#css #smacss
Toptal Engineering Blog
Exploring SMACSS: Scalable and Modular Architecture for CSS | Toptal®
CSS is notorious for getting messy quickly as a website scales. While frameworks like Bootstrap can help, SMACSS takes a different approach, as a set of solid organizational guidelines. This introduction by Slobodan Gajic explores the idea and benefits behind…
Views on Vue Podcast
Follow the discussion around Vue with many guests from the community. - http://bit.ly/2MYYtL2
#vue #podcast
Follow the discussion around Vue with many guests from the community. - http://bit.ly/2MYYtL2
#vue #podcast
16 JavaScript Data Visualization and Charting Libraries
A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status. - http://bit.ly/2wk1vjs
#javascript #charts
A rather extensive summary and comparison of charting libraries, comparing key factors such as chart types, commercial vs free, and their open-source status. - http://bit.ly/2wk1vjs
#javascript #charts
Data Fetching in Redux Apps: A '100% Correct' Approach
Considers the pros and cons of different ways to fetch data in a Redux app before suggesting the “perfect” recommendation. - http://bit.ly/2BQcoyS
#react
Considers the pros and cons of different ways to fetch data in a Redux app before suggesting the “perfect” recommendation. - http://bit.ly/2BQcoyS
#react
LogRocket
Data fetching in Redux apps — a 100% correct approach
This post considers the pros and cons of different ways to fetch data in your Redux app before making the "perfect" recommendation.
The Generic Sensor API
Exploring the Generic Sensor API, which aims to provide a consistent API for different sensors. - http://bit.ly/2BvMro0
#sensor
Exploring the Generic Sensor API, which aims to provide a consistent API for different sensors. - http://bit.ly/2BvMro0
#sensor
mobiForge
The Generic Sensor API - mobiForge
The Generic Sensor API aims to make device sensors easier to use and extend by providing a set of consistent APIs to access sensors.
State of Vue.js in 2018
Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post. - http://bit.ly/2NuCtVG
#vue
Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post. - http://bit.ly/2NuCtVG
#vue
Naturaily
State of Vue.js in 2018
Vue.js, the so-called progressive framework took the JavaScript community by storm. Now, the state of Vue.js in 2018 puts it in a very strong position among the competition. Learn why in this blog post.
How To Develop a Node TCP Server using PM2 and NGINX on Ubuntu 16.04
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
This post digs into building a simple TCP server and client then running and managing it as a background process with PM2. - https://do.co/2MtMwxA
#nodejs #pm2 #nginx
Digitalocean
How To Develop a Node.js TCP Server Application using PM2 and Nginx on Ubuntu 16.04 | DigitalOcean
In this tutorial, you’ll build a basic Node.js TCP server, along with a client to test the server. You’ll run your server as a background process using a pow…
Dynamic Resources with the Network Information API and Service Workers
The Network Information API allows developers to determine the connection types and the underlying connection technology that the user agent is using. - http://bit.ly/2NfynAk
#web #networkInfo
The Network Information API allows developers to determine the connection types and the underlying connection technology that the user agent is using. - http://bit.ly/2NfynAk
#web #networkInfo
Dean Hume's Blog
Dynamic resources using the Network Information API and service workers
The Network Information API allows developers to determine the connection types and the underlying connection technology that the user agent is using. In terms of web performance, this brings a whole new level to the way that we build web pages.
Getting Started With Redux-Saga
The benefits of using the redux-saga library in your app, plus how to set it up. - http://bit.ly/2odBKwO
#react #reduxSaga
The benefits of using the redux-saga library in your app, plus how to set it up. - http://bit.ly/2odBKwO
#react #reduxSaga
Medium
Getting Started With Redux-Saga
At some point in your redux development, side effects are going to happen.
I Built the Ngrx Demo App with Akita. Here’s the Result.
Akita is a simple and effective state management pattern, built on top of RxJS. Akita encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike. - http://bit.ly/2wuzN3P
#angular #ngrx
Akita is a simple and effective state management pattern, built on top of RxJS. Akita encourages simplicity. It saves you the hassle of creating boilerplate code and offers powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike. - http://bit.ly/2wuzN3P
#angular #ngrx
Medium
I Built the Ngrx Demo App with Akita. Here’s the Result.
Introduction
Changes on CSS Grid Layout in Percentages and Indefinite Height
Manuel Rego Casasnovas explains how percentage work on CSS in general and in CSS Grid Layout row tracks and gutters particularly. - http://bit.ly/2PjimKr
#css
Manuel Rego Casasnovas explains how percentage work on CSS in general and in CSS Grid Layout row tracks and gutters particularly. - http://bit.ly/2PjimKr
#css
Igalia
Changes on CSS Grid Layout in percentages and indefinite height - Rego's Everyday Life
A weblog about my work at Igalia
A Complete Apollo Server with Express and GraphQL Tutorial
If you’ve wanted to dip a toe into the GraphQL ocean from the server side, this walkthrough is epic (20K words) and covers authentication, roles/permissions, subscriptions, error handling, pagination, and more. - http://bit.ly/2oBLmBW
#nodejs
If you’ve wanted to dip a toe into the GraphQL ocean from the server side, this walkthrough is epic (20K words) and covers authentication, roles/permissions, subscriptions, error handling, pagination, and more. - http://bit.ly/2oBLmBW
#nodejs
www.robinwieruch.de
GraphQL Server Tutorial with Apollo Server and Express
Learn how to build a GraphQL server with Apollo Server and Express with authentication, authorization, pagination, subscription, database access, tests ...