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
Introduction to Event Sourcing in Microservices

This repository is a microservice reference example that is intended to teach the basics of event sourcing in Spring Boot applications. -
https://goo.gl/FRCUG9

#microservice
Emulating CSS Timing Functions with JavaScript

Ana Tudor explains how to smoothly go from one state to another in a similar fashion to that of common CSS timing functions using just a little bit of JavaScript. - https://goo.gl/LSbrsh

#css
So What’s New in Node.js 9?

Node 8 became the LTS version last week and Node 9 became the ‘current’ release where new features land first, but what is new? - https://goo.gl/G65oEW

#nodejs
ReactPWA: Build Progressive Web Apps with React

A foundation/boilerplate app for implementing a scalable, Progressive Web App with React. It includes offline support, hot reloading, page caching, and more. - https://goo.gl/YNCGF2

#react #pwa #tools
Using Props for Accessing URL Parameters Within Components with Vue Router

This video tutorial shows how you can use props to access URL parameters and, in doing so, make your code DRYer, cleaner and easier to understand. - https://goo.gl/3MW9Vw

#vue #router #video
The Front-End Checklist

An exhaustive list of all the elements you need to have/test before launching your site. - https://goo.gl/5k6nKb

#frontend
A Curated Compilation of Node Best Practices

Curated from many popular articles over the years comes this still-in-development summarized list of best practices covering topics from error handling to memory use. - https://goo.gl/2u6ZNE

#nodejs
I Wish I Knew These Things Before Diving Into React

Six React development tips for beginners. - https://goo.gl/uHy9Db

#react #tips
Flexbox and Grids, Your Layout’s Best Friends

Eva Ferreira debunks some of the myths around Flexbox & Grids in order to show you the power of these two technologies working together. - https://goo.gl/iAGqwz

#css #flexbox #grid
Right-To-Left Development In Mobile Design

A thorough list of tips that are useful for anyone developing an RTL product. - https://goo.gl/7b4EN4

#mobile #design
How the V8 Team is Using a New 'Web Tooling Benchmark'

You know when hardware reviewers benchmark against Photoshop and games? This is a look at a new, similarly practical performance test for JavaScript engines. - https://goo.gl/Npyd1M

#javascript #v8
How to Use Font Awesome in an Ionic Application -
https://goo.gl/8MvTYL

#ionic
Ending The Debate on Inline Functions in React

A look at reflective-bind, a Babel plugin to eliminate ‘wasteful re-rendering’ in React components caused by inline functions. - https://goo.gl/2Sxjho

#react