Жизнь после JavaScript: преимущества изучения второго языка #common https://www.sitepoint.com/life-after-js-learning-2nd-language/
Sitepoint
Life after JavaScript: The Benefits of Learning a 2nd Language — SitePoint
How many programming languages do you know? In this editorial, Nilson Jacques takes a look at some of the benefits of making time to look beyond JavaScript.
#пятничный_ВП
https://xn--r1a.website/github_repos Подборка топовых репозиториев на GitHub: front-end, back-end, Android, iOS и многое другое. Поможет быть в курсе трендов и следить за развивающимися технологиями
https://xn--r1a.website/github_repos Подборка топовых репозиториев на GitHub: front-end, back-end, Android, iOS и многое другое. Поможет быть в курсе трендов и следить за развивающимися технологиями
Telegram
GitHub repos
Welcome to GitHub repos. Here you'll find valuable information on the latest trending projects. Subscribe to stay informed and gain insights from the thriving GitHub community.
A11Y Style Guide https://cehfisher.github.io/a11y-style-guide/style-guide/
Создание обложки книги с использованием JavaScript и p5.js https://css-tricks.com/creating-book-cover-using-javascript-p5-js/
CSS-Tricks
Creating a Book Cover Using JavaScript and p5.js | CSS-Tricks
I recently published a book and an interactive course called Coding for Visual Learners. It teaches coding to beginners from scratch using the widely popular
Жизненный цикл методов react, объясненный на примере детского танца #react https://medium.com/technoetics/life-cycle-methods-in-react-as-a-kids-dance-performance-d567f36c8894
Medium
Life cycle methods in react explained as a kid’s dance performance
Reactjs has become quite popular as a frontend ui library in recent times.Similar to pages in traditional websites we split our entire…
Отладка JavaScript с помощью Node Debugger #node #js https://www.sitepoint.com/debugging-javascript-node-debugger/
SitePoint
Debugging JavaScript with the Node Debugger — SitePoint
Camilo Reyes takes a look at the little known Node Debugger and shows how to use it to hunt down bugs in both server and client-side JavaScript.
Представление Redux Offline https://hackernoon.com/introducing-redux-offline-offline-first-architecture-for-progressive-web-applications-and-react-68c5167ecfe0
Hacker Noon
Introducing Redux Offline: Offline-First Architecture for Progressive Web Applications and React Native
This post is a long-form trip report from the depths of building offline-friendly web and mobile applications. If you’re looking to…
Управление состоянием в Vue.js 2 – введение http://codingthesmartway.com/vue-js-2-state-management-with-vuex-introduction/
CodingTheSmartWay.com
Vue.js 2 State Management With Vuex - Introduction - CodingTheSmartWay.com
Learn Vuex basics and follow the pratical sample of this tutorial to introduce central state management in your Vue.js 2 application.
rem и em, и почему, возможно, вы в них не нуждаетесь https://hackernoon.com/rems-and-ems-and-why-you-probably-dont-need-them-664b9ce1e09f
Medium
rems and ems, and why you probably don’t need them
You may have heard that when defining the size of things in your website, you should be using em or rem units, rather than good old…
Управление состоянием приложения во Vue.js 2 с Vuex — введение https://medium.com/codingthesmartway-com-blog/vue-js-2-state-management-with-vuex-introduction-db26cb495113
Medium
Vue.js 2 State Management With Vuex — Introduction
This post has been published first on CodingTheSmartWay.com.