FrontEnd Development
30.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
Node.fz: Fuzzing The Server-Side Event-Driven Architecture - https://goo.gl/sZVuHL
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
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
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