21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Strapi.io: Node API Creation Made Simple
A Node content management framework/headless CMS with an extensible admin panel and a powerful plugin system. GitHub repo. - https://goo.gl/TcrpqM
#nodejs #api
Scaling React Server-Side Rendering
Scaling a React-based rendering service gave the author a lot of stories/tips to share, all packed into this epic post. - https://goo.gl/hhVNPk
#react
Improving Performance with the Paint Timing API
An in-depth look at an API currently only available in Chrome 60+ for accessing and reporting Web page ‘paint’ metrics from JavaScript. - https://goo.gl/dfrWiU
#paintTimingApi
Event Sourcing Microservices with Kafka
In this post, you are going to read about a microservice application using Kafka as the primary data store. - https://goo.gl/nTde19
#microservice
Fast By Default: Modern Loading Best Practices
Addy Osmani runs through loading best practices for diagnosing and making real-world sites load ‘instantly’. Filmed at the Chrome Dev Summit 2017. - https://goo.gl/qS58BQ
#chromeDevSummit #video
Node 8.8.0 Released - https://goo.gl/kPhpCb
#nodejs #release
The React Story: How Facebook’s Instagram Acquisition Led to the Open Sourcing of React
Pete Hunt, one of the original creators of React, gives the story of why React was first created, how it gained adoption within Facebook due to the Instagram acquisition, and its eventual release. - https://goo.gl/dVjpvX
#react
The Web Share API Is Here: Here’s How to Use It
This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH
#shareapi
React, Inline Functions, and Performance
Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs
#react
Creating a super simple FontAwesome 5 icon component in Vue
It won’t take more than a couple of minutes, plus you can use your own classes and icons thus keeping your assets small. - https://goo.gl/5TxdUa
#vue
When to Use Server-Side Rendering (SSR) in Vue.js Projects
There are advantages and disadvantages to using SSR including SEO and performance. Alan Ktquez gives his take on when this feature is worth implementing in a Vue.js app. - https://goo.gl/WQAbnr
#vue #serverSideRender
Ionic App Generator
A new utility for generating Ionic-based applications, Ionic App Generator (macOS and Windows). - https://goo.gl/CDedoL
#ionic
Naming Things In CSS Grid Layout
The various ways that you can name lines and areas in CSS Grid Layout to enable easier placement of items by name rather than number - https://goo.gl/UghaiC
#cs #grid
7 Reasons to 'Outlaw' React’s Functional Components
Are React’s functional components worth the cost? - https://goo.gl/Gi3wZt
#react
6 Myths of Progressive Web Apps
Busting some of the common myths surrounding PWAs. - https://goo.gl/TL2JPS
#pwa
CSS Grids for Everyone
Jeffrey Way teaches everything you need to know in bite-sized episodes - https://goo.gl/Jc81KF
#css #grid
REST Client for VS Code
REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. No external app like Postman or Paw needed. - https://goo.gl/YVbV1h
#tools
V8 Release 6.3: Speed and New ES Features
The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8
#v8 #release
Ionic Lazy Loading Bonuses
How to take advantage of Lazy Loading in your Ionic 3 apps. - https://goo.gl/iCVnCy
#ionic
DevTools Tips for Progressive Web Apps
Some tips on using Chrome to debug issues related to PWAs. - https://goo.gl/BDYfza
#pwa
Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore
Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i
#vue #vuex
Chrome Dev Summit 2017 Keynote
Ben Galbraith, leader of the Chrome Web Platform team, and Dion Almaer, Google Engineering Director, discuss the state of Chrome and the Web Platform today. - https://goo.gl/aztxfP
#chromeDevSummit #keynote #video
An imperative guide to forms in Vue.js
In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn
#vue #forms
Building a CSS-Only Image Gallery (with Fallbacks)
A look at an approach to creating an experimental CSS-only image gallery, which doesn’t break the experience on older browsers. - https://goo.gl/j77QMD
#css
What You Need to Know About HTTP/2
Unsure how to optimize your app to take advantage of HTTP/2? This article aims to clarify. - https://goo.gl/5YXVbn
#http2
Getting A High Progressive Web App Score On React and Material-UI
Basic techniques used to get a high score for a sample app based on a stack of React, Redux and Material-UI. - https://goo.gl/d9usf3
#react
Responsive Web Design podcast talking about Slacks new site - https://goo.gl/3mm5Va
#podcast
NativeScript UI is Now Free — Here’s How to Get Started
NativeScript UI is now 100% free and this article shows how to get started with the UI controls - https://goo.gl/a9PhqR
#nativescript
Build a Scientific Calculator with Vue.js
In this tutorial, Raphael Ugwu shows how he built a scientific calculator with Vue. A great read if you’re interested in seeing how a Vue app gets built from start to finish. - https://goo.gl/QAS8Ho
#vue
Ember.js: The Perfect Framework for Web Applications
Ember.js lets you scaffold and build complex front-end web apps quickly. Graham Cox explores this popular, batteries-included JavaScript framework - https://goo.gl/UDm4un
#ember