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
Introducing Certificate Transparency and Nimbus

Certificate Transparency is the process of allowing the generation of security certificates to be audited in public and Cloudflare has created a new, open certificate transparency log and a dashboard to explore the CT ecosystem. This is a great article if you want to learn more about CT and what it entails. - https://goo.gl/Qj8oEB

#certificate
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