21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
billboard.js: A Chart Library, based on D3 v4+
A fork of C3.js focusing on ease of use and working with the latest D3. - https://goo.gl/bXQrsq
#javascript #d3js
8 Habits of a Happy Node Hacker (2017 Edition) - https://goo.gl/H3gprH
#nodejs
React State vs. Redux State: When and Why?
Even if you choose to use Redux in your project, you will still need to make decisions on how much of your data is stored in Redux. - https://goo.gl/dvX7vU
#react #redux
Create a Sliding Item Animation with a Directive in Ionic 2 / 3
How to create a sliding item animation in Ionic 2+. - https://goo.gl/C5nwyy
#angular2 #ionic #directive
WebAssembly 101: A Developer's First Steps
An exercise in porting a JavaScript library to WebAssembly (wasm) - perfect for those wanting more than a Hello World introduction. - https://goo.gl/amqcer
#webAssembly
How to Structure Your React Project
Dave Ceddia explains how he structures his React projects. - https://goo.gl/nvWRwd
#react
Webpack 3.0 Officially Released
Now with scope hoisting, ‘magic comments’, and more. The upgrade process from v2 is also designed to be very smooth. - https://goo.gl/AM2LR4
#webpack
Create iOS/Android 'To Do' App with Ionic and Angular - https://goo.gl/FCGhmb
#angular2 #ionic
Classes, Complexity, and Functional Programming
Where do functions, classes, and objects fit into the big picture of writing simpler code that’s easy to maintain? - https://goo.gl/fMvbJp
#javascript
AR on your Phone with MagicaVoxel, Wikitude and PhoneGap
How to build an augmented reality PhoneGap app with cool 3D models made in voxel art. - https://goo.gl/ewbLGD
#mobile #ar
How CSS's New minmax() Function Works
Introduced with the CSS Grid Layout Spec, the minmax() function “opens the door to us being able to write much more powerful and succinct CSS”. - https://goo.gl/28owTW
#css
2017 is becoming the year of Container Security
Security is always of great importance, but that doesn’t mean it gets the marketing and media attention it deserves. Interestingly, however, I think, Docker and the rise of mass-scale containerisation outside of Silicon Valley is putting security front and centre. - https://goo.gl/31sht5
#microservice #docker
Animate Components: Elemental Components for Animations
Component based animation with a minimal API. The aim is ease of use. - https://goo.gl/1TTTmM
#react #animation #components
Storing Data Locally in a PhoneGap App with SQLite
How to store data locally in a PhoneGap app with SQLite. - https://goo.gl/4b5Jzw
#mobile #phonegap
Managing microservices with the Istio service mesh
With the adoption of microservices, new problems emerge due to the sheer number of services. Problems that had to be solved once for a monolith, like security, load balancing, monitoring, and rate limiting need to be handled for each service. - https://goo.gl/JWK4n3
#microservice
JavaScript Power Tools: Real-World 'redux-saga' Patterns
redux-saga is a versatile library that can clarify the behavior and interaction patterns of complex single-page-applications and forms. - https://goo.gl/MH7xa5
#react #reduxsaga
The Browser Hacker's Guide To Instantly Loading Everything
A snappy 25 minute talk on modern techniques to improving page loading performance from the front-end perspective, particularly from a mobile POV. - https://goo.gl/KDm6Ry
#browser
How to Build an Android App using Cordova & Vue.js
Rather than learn Android development from scratch, put your JavaScript skills to use with Cordova and Vue.js to build a basic ‘to do’ app. - https://goo.gl/qit8xM
#mobile #vue #cordova
Turning Your Reusable React Component Into An npm Package - https://goo.gl/m6bSkx
#react #component
Simone - A Distributed Simulation Service
Simone is a service that enables configuration, deployment, and execution of simulations within arbitrary domains throughout the Netflix environment. - https://goo.gl/L9B1w4
#microservice
A Look at Node 8's util.promisify()
util.promisify converts a callback-based function to a Promise-based one. Dr. Axel shows off how to use it. - https://goo.gl/B4Wtp6
#nodejs
Angular and RxJS: Create an API Service to Talk to A REST Backend
Jurgen Van de Moere takes an existing Angular 2+ app and adds a REST API service. Learn about RxJS observables and how to mock HTTP services for testing. - https://goo.gl/rA7mxx
#angular2 #rxjs
'Serverless' Server-Side Rendering with React using Redux or MobX
Essentially using a third party service (roast.io) to render pages. - https://goo.gl/zg7qe7
#react #serverSideRendering #mobx #redux
From Node 6 to Node 8: A Real-World Performance Comparison
David Gilbertson details how the switch to Node 8 resulted in shaving a quarter off server-rendering time and a third off npm install time on his app. - https://goo.gl/3njURF
#nodejs
A Simple Introduction to State Management with MobX in React Native - https://goo.gl/eDWjtL
#reactnative #mobx
Porting a React Component from ES6 to TypeScript - https://goo.gl/pou9Ph
#react #component
Node.fz: Fuzzing The Server-Side Event-Driven Architecture - https://goo.gl/sZVuHL
Читать полностью…
iD3 - an IDE dedicated for development in D3.js
iD3 is an open-source, cross-platform desktop application geared to simplify data visualization with D3 for non-JavaScript and JavaScript data scientists and analysts. With our integrated Python based data management system and custom generated attribute controls, iD3 supports the full process from importing your data to exporting your final presentation.. - https://goo.gl/wQy7nE
#d3js
Fun with Viewport Units
Viewport units (e.g. vw, vh, vmin, vmax) have been around for a while, and are well supported. Here’s a look at various uses for them. - https://goo.gl/dxXUTh
#css #viewportUnits
Leveraging the Web Perf Metrics That Affect User Experience
A 40-min talk looking at the metrics and platform APIs that enable user-centric performance measurement and how devs can use this data to improve end-user experiences. - https://goo.gl/BQJUK7
#gogleio