FrontEnd Development
28.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
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
Create iOS/Android 'To Do' App with Ionic and Angular - https://goo.gl/FCGhmb

#angular2 #ionic
👍1
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
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
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
How to Structure Your React Project
Dave Ceddia explains how he structures his React projects. - https://goo.gl/nvWRwd

#react
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
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
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
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
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
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
A New Vue for NativeScript
Learn about the new Vue.js integration with NativeScript - https://goo.gl/7EtqtL

#vue #nativescript
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
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