21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Taking Photos and Controlling Camera Settings with the Image Capture API
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
React Flight: Simple Animation Compositions for React
Declaratively define and compose ‘frames’ and Flight handles the animations - https://goo.gl/G5DBUU
#react #animation
Form Constraint Validation in HTML
Digging into two ways to validate forms on the front end while both taking advantage of newer web APIs and taking support back to IE9. - https://goo.gl/AgDqG9
#html #form
Create a Mobile App for Displaying Your Site's RSS Content with Ionic - https://goo.gl/CHounN
#ionic #angular4
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - http://www.react.express/
#react
Picking Jest Over Mocha: A Testing Tool Comparison
A developer at Automattic (the company behind WordPress) explains why they prefer Jest to Mocha for JavaScript testing. - https://goo.gl/UxeP9U
#tests
Using 'Create React App' with Express in Production
How to build a React app with an Express backend and deploy it to Heroku. - https://goo.gl/dSwMBS
#nodejs
The Ever Growing 'Append-Only' Stylesheet Problem
“I’ve heard it from lots of lots of developers. The years tick by on their projects, and all they ever seem to do is add to their CSS, never remove.” - https://goo.gl/6S25WT
#css
CSS Animations vs Web Animations API
A comparison between using pure CSS versus JavaScript’s native API for animation. - https://goo.gl/vTCHJK
#css #animations #webapi
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 2 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/AejPQ9
#mobile
The evolution of scalable microservices
How to leverage Events-first Domain Driven Design and Reactive principles to build scalable microservices, working our way through the evolution of a scalable microservices-based system. - https://goo.gl/YcSCVn
#microservice
Understanding Higher Order Components
Making sense of the rapidly changing best practice. - https://goo.gl/WptA6v
#react #hoc
3 Mobile UX Trends That Are Changing How We Design - https://goo.gl/xm6H5C
#mobile #design
Reducing Our Redux Code with React Apollo
Apollo allowed this team to hugely simplify their code by taking on all of the data fetching responsibilities. - https://goo.gl/Ly4dKD
#react #redux
The essentials of throttling in your application architecture
Five scenarios for planning a service-oriented architecture or microservices architecture - https://goo.gl/WGVEBP
#microservice #architecture
How to Make a Simple Twitter App Clone with React Native - https://goo.gl/hnJ1Hr
#reactnative
Testing Strategies in Microservices Architecture
It is essential that a microservice application is built with an awareness of how it can be tested. Having good test coverage gives you more confidence in your code and results in a better continuous delivery pipeline. - https://goo.gl/UY6pAi
#microservice #testing
Any Web Site Can Become A PWA – But We Need to Do Better
Christian explains his previously public comments on creating PWAs from websites and how it can be done better. - https://goo.gl/DNhb8N
#progressivewebapp
Cell: A Self-Constructing Web App Framework
An intriguing new approach to creating a simple front-end app where you write the entire app mostly declaratively in a single JS object. - https://goo.gl/y9X1m7
#framework #javascript
Codemods: A Quick and Easy Way to Automate Code Refactoring
An introduction to the idea of using Facebook’s jscodeshift to create and apply ‘codemods’ to automate changes to your code. - https://goo.gl/oE2vG4
#refactoring
React Forms: Using 'Refs' To Grab Values - https://goo.gl/FKHi7H
#react #forms
Microservices implementation
Netflix stackThere are lot of tools and technologies for implementing Microservices. This article is focusing on doing it with the Netflix stack and SpringBoot. - https://goo.gl/drKuyL
#microservice
How to Choose Media Query Breakpoints to Best Support All Connected Devices
Improving your breakpoints by setting them based on content rather than preset device sizes and setting minor and major breakpoints. - https://goo.gl/odtyPz
#mobile
How to Build and Publish a React Component Library
There are 3 parts to this series, so far. - https://goo.gl/VGjfFK
#react
Using JavaScript for Microcontroller Development
Learn about the ecosystem and some options for using JS on microcontrollers and IoT platforms. - https://goo.gl/kdKxX8
#javascript #IoT
Have Web Standards on Mobile Caught Up to Phonegap in 2017?
Part 1 in a look at the state of web standards for the core PhoneGap/Cordova plugins to see if the mobile web has caught up in 2017. - https://goo.gl/6VveQS
#mobile #phonegap
Building Production-Ready CSS Grid Layouts
“to start working with CSS grid, you first need to set aside the habits, assumptions and practices that have enabled you to create advanced CSS-based layouts” - https://goo.gl/T3TS5F
#css #grid
A React Native Basics Course: Build A Currency Converter App - https://goo.gl/exyMVf
#reactnative
Using CORS Policies to Implement CSRF Protection
If you only need to support modern browsers this modern alternative to cross-site request forgery tokens is worth a look. - https://goo.gl/3Kt6bg
#nodejs #cors
A New Vue for NativeScript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL
#vue #nativescript