21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
Simple Face Recognition from Node
face-recognition.js is a Node wrapper for dlib, a C++ machine learning library that can be manipulated to do facial recognition. - https://goo.gl/M72kss
#nodejs
Responsive Typography Using Modern CSS
Steven Loria shares some guidelines that will help you design with modular type scales on the web. - https://goo.gl/cvR7q9
#css #typography
What’s New in HTML 5.2?
HTML 5.2 became an official W3C Recommendation (REC) a month ago, but what did it introduce and change? - https://goo.gl/nf7SNF
#html5
Creating an 'Offline' Notice in React Native
Have you ever seen the red “No Internet Connection” sign in mobile apps like Facebook Messenger. Here’s how to recreate it. - https://goo.gl/WD3VC7
#reactNative
12 Mobile UX Design Trends For 2018
A list of mobile UX design trends to expect this year. - https://goo.gl/LGY22q
#mobile
Handling Ajax Request in Vue Applications Using Axios
Handling Ajax Request in Vue Applications Using Axios. - https://goo.gl/svqaPR
#vue
Uploading Files With Vue and Axios
Handling files is always a task. This tutorial will simplify the process and show you how to upload files with Vue and Axios through AJAX. - https://goo.gl/5mDhQE
#vue #axios #uploadFiles
A Sliding Nightmare: Understanding the Range Input
Ana Tudor dives into browser inconsistencies, detailing what each does to display a range slider. - https://goo.gl/e8wVuc
#css
Top JavaScript Tools and Trends to Watch in 2018
Nothing too surprising covers things like React vs Vue, GraphQL, Prettier, Jest, Parcel and Popmotion. - https://goo.gl/WawX74
#javascript #tools
React Move: Deterministically Animate Anything in React
Transitions, custom easing, and auto interpolation of numbers, colors, SVG paths and more. It even supports React Native. - https://goo.gl/1d998q
#react #animation
Learn CSS Grid
Per Harald Borgena created a 14-part course on CSS Grid. The course covers everything you need to know to take your grid knowledge from beginner to advanced. - https://goo.gl/QAwsx8
#css #grid #course
John Papa: A Look at Angular Alongside Vue
We all benefit when we learn to enjoy and embrace the similarities and the differences that help push the Web forward. - https://goo.gl/yaEdRJ
#vue #angular
The Front-End Performance Challenge: Winner And Results
Some really impressive real-life improvements on sites when it comes to performance. Each of these examples takes a slightly different approach to their performance improvements so there’s certainly going to be something you can do on your own site. - https://goo.gl/tJ3JVF
#web #performance
React Bits: A Compilation of React Patterns and Tips
A variety of React-oriented techniques, tips and tricks broken down into digestable chunks. - https://goo.gl/MQsXpB
#react
An Example of Vuex and State Management for Vue.js
An example of Vuex to get your head around it in a simple way. - https://goo.gl/UVFvn6
#vuex
A Philosophical Introduction to React Router v4
React Router v4 brings dynamic, component based routing to your React apps. This post digs into the philosophy behind its approach as well as how to use it. - https://goo.gl/ojU4fN
#react #routing
Vue 2 Transitions
Vue 2 Reusable transitions components. - https://goo.gl/ny5kd2
#vue #transitions
Running a Node App on AWS ECS: An EC2 Container Service Walkthrough
If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/Y9WGUQ
#nodejs #aws
Designing Tables for Reusability
A case study for establishing a design pattern internally at your company - https://goo.gl/P7A79z
#ux #design #table
Design Systems and CSS Grid
Stuart Robson tackles the tricky issue of integrating modern CSS Grid layouts into an existing design system. - https://goo.gl/FEg5Q8
#css #grid
Loading Polyfills Only When Needed
If you’re loading polyfills for everyone then you’re essentially punishing the users that are using the latest and greatest browsers. These are our friends, the people who stay up to date so you can use Service Workers, Grid Layout, Promises, fetch… we should make sure they have a great experience too - https://goo.gl/c6RzMy
#web #polyfills
The official eslint-plugin-vue 4.0.0 has been released
The Official ESLint plugin for Vue.js is actually now at v4.1.0 with full SFC support & catches in template errors, new features and bug fixes, check it out! - https://goo.gl/Wjpij7
#eslint #vue #released
Auto-Sizing Columns in CSS Grid: `auto-fill` vs `auto-fit`
Sara Soueidan explains the difference between auto-fill and auto-fit for sizing columns in CSS Grid. - https://goo.gl/EvkGbc
#css #grid
Getting Started with Vuex: Managing State in Vue.js
Learn state management in Vue by building a todo app with Vuex and working with states, getters, mutations and actions. - https://goo.gl/y2bJRo
#vuex
New flexbox guides on MDN
If you’re having trouble with CSS the chances are you’ve solved your problems on CSS Tricks, Stack Overflow, or the ever growing and amazing MDN documents. - https://goo.gl/pnkagX
#css #flexbox #guide
Beyond HTTPS
There’s more to HTTPS than just security, so the next time someone scoffs that their simple site doesn’t need HTTPS then you can give them a couple more reasons why it makes a difference - https://goo.gl/tjCj9a
#web #https
Uppy: A Powerful, Modular JavaScript File Uploader
Integrates with any framework and can fetch files from numerous sources. Example here - https://goo.gl/6Wh7zk
#javascript #uppy #fileUploader
Best Practices for Perfect CSS Documentation
Adriana De La Cuadra explains the advantages of documenting CSS and shares some of the best practices to make documentation work for you–not the other way around. - https://goo.gl/YPNdkc
#css
Our Most Popular JavaScript Links of 2017
A look back at what proved popular with JavaScript Weekly readers in 2017, including this modern JavaScript cheatsheet, a set of JS best practices, and async/await explained with diagrams and examples. - https://goo.gl/D9zx59
#javascript #links #2017
Essential Image Optimization
This is a wonderfully comprehensive ebook from Addy Osmani. “In 2017, image optimization should be automated. It’s easy to forget, best practices change, and content that doesn’t go through a build pipeline can easily slip. To automate: Use imagemin or libvips for your build process. Many alternatives exist.” - https://goo.gl/A5nLSg
#responsive #images