Знаете ли вы, что почти все инструменты JavaScript, которые вы используете, имеют открытый исходный код? https://javascript.plainenglish.io/open-source-needs-you-56015c4a07ac
Medium
Open Source Needs You
Why you should contribute towards Open Source and how you can get started today
Анимация CSS с использованием cubic-bezier () https://css-tricks.com/advanced-css-animation-using-cubic-bezier/
CSS-Tricks
Advanced CSS Animation Using Cubic-bezier() | CSS-Tricks
When dealing with complex CSS animations, there is a tendency to create expansive @keyframes with lots of declarations. There are a couple of tricks though
Как получить IP-адрес клиента с помощью JavaScript? https://codingnuts.hashnode.dev/how-to-get-a-client-ip-address-using-javascript
Полное руководство по Regex и его использованию в JavaScript https://devdojo.com/rahulism/an-ultimate-guide-to-regex-and-how-to-use-it-in-javascript
DevDojo
Dev Community - DevDojo
Learn web development and design with our on-demand video platform. Learn development through our developer courses and developer videos.
Полезные JavaScript-библиотеки
Eng https://dev.to/commentme/some-vanilla-js-libraries-you-must-try-17a3
Rus https://habr.com/ru/company/ruvds/blog/554286/
Eng https://dev.to/commentme/some-vanilla-js-libraries-you-must-try-17a3
Rus https://habr.com/ru/company/ruvds/blog/554286/
Оттачивайте свои навыки работы с javascript с помощью этих тем https://wickedaf.medium.com/sharpen-your-javascript-skills-with-these-topics-63284a0ca813
Medium
Sharpen your javascript skills with these topics
If you are a novice you will hate errors, but if you are an expert you will enjoy errors because error leads you to make your program…
Почему разработчики любят писать код ночью? https://mr-unity-buddy.hashnode.dev/why-developers-love-to-code-at-night
Mr. Unity Buddy
Why Developers Love To Code At Night?
How can it help them?
10 самых популярных вопросов на собеседовании по JavaScript https://javascript.plainenglish.io/top-10-javascript-interview-questions-9343421fe4e2
Medium
Top 10 JavaScript Interview Questions
1. What are the Truthy and Falsy values?
Краткое руководство по методам вызова, применения и привязки в JavaScript https://javascript.plainenglish.io/quick-guide-to-call-apply-and-bind-methods-in-javascript-5c00cd856cfa
Medium
A Quick Guide to Call, Apply and Bind Methods in JavaScript
The call, apply and bind methods-An explanation with practical applications and polyfill for the bind method.
Как создать неоновый текст с помощью CSS https://css-tricks.com/how-to-create-neon-text-with-css/
CSS-Tricks
How To Create Neon Text With CSS | CSS-Tricks
Neon text can add a nice, futuristic touch to any website. I’ve always loved the magic of neon signs, and wanted to recreate them using CSS. I thought I’d
TypeScript - JavaScript без сюрпризов https://javascript.plainenglish.io/typescript-javascript-with-no-surprises-bbc4cf5c23a6
Medium
TypeScript — JavaScript with No Surprises
TypeScript is like JavaScript but with no surprises. It brings productivity, reliability, and predictability to a chaotic JavaScript world.
Создайте свой собственный биткойн-кошелек за 5 минут Формирование P2PKH-адреса с помощью Node.js. https://javascript.plainenglish.io/generate-your-own-bitcoin-wallet-within-5-minutes-3c36176b47ee
Medium
Generate Your Own Bitcoin Wallet within 5 Minutes
P2PKH address generation using Node.js.
Как использовать селекторы CSS для стилизации вашей веб-страницы https://www.freecodecamp.org/news/use-css-selectors-to-style-webpage/
freeCodeCamp.org
How to Use CSS Selectors to Style Your Web Page
CSS selectors are one of the most important parts of CSS. They give you the ability to target HTML elements on your web page that you want to style. Without CSS selectors, you wouldn't be able to style your page to look how you want. Thankfully CSS selectors…
10 уловок, которые должен знать каждый разработчик JavaScript !! https://hardeep-jethwani.com/10-incredible-hacks-that-every-javascript-developer-should-know
Hardeep Jethwani's Blog
10 Incredible hacks that every JavaScript developer should know !!
JavaScript can help perform complex operations on web pages. There are tones of JavaScript developers around the globe but, only few of them have a practice of writing down an optimized JavaScript code.
An optimized code is a combination of smartly p...
An optimized code is a combination of smartly p...
Тестирование Frontend-приложений - что, где, как? https://clck.ru/UwmhR
Medium
Testing Frontend Apps — what, where, how?
I am not sure if I remember any other topic in Software Development being so controversial and would create so many different opinions as Software Testing is. Everything seems to be contestable, no…
Справочник по массивам JavaScript - методы работы с массивами JS с примерами https://www.freecodecamp.org/news/the-javascript-array-handbook/
freeCodeCamp.org
The JavaScript Array Handbook – JS Array Methods Explained with Examples
In programming, an array is a collection of elements or items. Arrays store data as elements and retrieve them back when you need them. The array data structure is widely used in all programming languages that support it. In this handbook, I'll teac...