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

Admin: @andrey2019
Download Telegram
Front End Architecture — Making rebuild from scratch not so painful

How to create a package to handle application business rules, API calls, localStorage and change frontend frameworks as often as you want to. - https://goo.gl/tqU9X1

#frontEnd
Getting Started with Azure Functions and MongoDB

How to set up a Node-based Azure Function that connects to MongoDB and, importantly, reuses the database connection between requests. - https://goo.gl/6o5FqG

#azure #mongoDB
Using Node to Call a GraphQL API

As a personal aside, GitHub’s GraphQL API is absolutely amazing. It’s streets ahead of the REST API for pulling out the data you want if that data spans multiple data models. - https://goo.gl/atAEFB

#nodejs
Building a Serverless CMS Powered by Vue.js

Serverless architectures allow developers to create and fine-tune products efficiently without the maintenance and scaling bottlenecks of servers. In this tutorial, you’ll learn how to build a serverless Vue.js application using ButterCMS, a headless CMS and blogging platform. - https://goo.gl/sZXc7i

#vue #cms
Cache Recipes: Using the CacheStorage API

A combination of cacheing patterns using the CacheStorage API in JavaScript, with real world app use cases, examples and code snippets. - https://goo.gl/CNZasG

#mobile
How to Write Powerful Schemas in JavaScript

An introduction to schm, a library for building schemas in a functional and composable way. - https://goo.gl/DoWYyP

#javascript #schm
CSS Grid Application Layout in Production

Philipp Sporrer shares how their team reimplemented an application layout in CSS Grid, what benefits they saw and how they were able to support IE11. - https://goo.gl/26Luya

#css
What’s New with V8 v6.6

Due to be released with Chrome 66 in a few weeks, the latest version of the V8 JavaScript engine changes the behavior of Function.prototype.toString(), adds trimStart() and trimEnd() methods to strings, has improved code caching, major async and array performance improvements, and more. - https://goo.gl/YJ6qaX

#chrome
Authoring Validatable Custom Vue Input Components

Building Vue.js components is very fun and straightforward, you can build almost anything and it will work most of the time. - https://goo.gl/sHJmir

#vue
W Descriptors and Sizes: Under the Hood

Eric Portis explains the mechanics of srcset and sizes, and how exactly browsers use it to load images responsively. - https://goo.gl/NpKtt2

#css
React 16.3 Released with StrictMode and an Official Context API

Introduces a new, more efficient context API, though the old, experimental context API will keep working for all 16.x releases. There are also changes to component lifecycles, a StrictMode component that activates extra checks and warnings for descendants, and createRef and forwardRef APIs. - https://goo.gl/jqQSKV

#react
The Vue from React: Building Apps with Vue Using My Knowledge of React

UI developer Ian Wilson has documented the process of learning VueJS as someone who has worked a lot with React - https://goo.gl/wdUPDx

#vue
12 Chrome DevTools Tips and Tricks

The DevTools gain new features all the time, so it’s always worth keeping an eye on ways to use it. Here’s a collection of quick tips that may prove handy. - https://goo.gl/YiFA72

#chrome #tools #tips
A Practical Introduction to React Router 4

A gentle intro to React Router 4, a popular, declarative routing mechanism — packed with practical examples. - https://goo.gl/KBs3fe

#react #router
The Ultimate Guide to Background Images in Email

If you want to make your emails more visually engaging here is everything you need to know. Is there anything on this list that you think we should be doing? - https://goo.gl/nvjR4b

#email
Cropping Away Negative Impacts of Line Height

Kevin Powell shows how to get rid of the whitespace above and below the text to render space in UI components systematically and consistently. - https://goo.gl/uv5mdo

#css