Потрясающие однострочники на javascript https://clck.ru/VPinc
livecodestream.dev
Awesome javascript one-liners to look like a pro
Learn some great one-liners to use on your next project.
Осваивать фронтенд самому или пойти учиться? И если на курсы, то какие? 18 июня ждем вас на Demo day онлайн-курса «JavaScript Developer. Basic». Вебинар проведет Василий Ванчук, Senior Software Engineer и активный участник JS-сообщества. Василий расскажет о навыках, необходимых для старта в фронтенд-разработке, и проведет обзор вакансий для junior-специалистов. Также вы узнаете о ключевых ценностях курса: подходе к практике, персональном менторе и центре карьеры OTUS.
Регистрируйтесь на вебинар https://otus.pw/JZMS/
Регистрируйтесь на вебинар https://otus.pw/JZMS/
10 хитростей DevTools, которые помогут вам в дизайне CSS и UX https://clck.ru/VR2cn
GreenRoots Blog - Tapas Adhikary
10 DevTools tricks to help you with CSS and UX design
Learn how to use the browser's DevTools for CSS and UX Design. Here are 10 tricks I found extremely useful for web development. Please read on.
Тестируйте Frontend и API вместе с Cypress https://clck.ru/VR2PM
Medium
Test Frontend and API Together with Cypress
Using Cypress in practice for combined test scenarios for improved productivity
Как исправить проблемы кумулятивного сдвига макета (CLS) https://clck.ru/VRSaU
Smashing Magazine
How To Fix Cumulative Layout Shift (CLS) Issues — Smashing Magazine
Google’s Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so…
Полезные Front-End Шаблоны И Стартовые Наборы Нам не нужно каждый раз писать все с нуля. С шаблонами и стартовыми наборами мы можем быстрее настраивать наши проекты и сразу же приступать к работе. https://clck.ru/VRtC4
Smashing Magazine
Useful Front-End Boilerplates And Starter Kits — Smashing Magazine
We don’t need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately.
Добавление теней к значкам SVG с помощью фильтров CSS и SVG https://clck.ru/VUKnk
CSS-Tricks
Adding Shadows to SVG Icons With CSS and SVG Filters | CSS-Tricks
Why would we need to apply shadows to SVG?
Как новые технологические тенденции повлияют на веб-разработку в 2021 году? https://clck.ru/VVV7t
Datasciencecentral
How New Technology Trends Impact Web Development in 2021
With the rise of technologies, our day-to-day has completely transformed. As the transit of time, we are witnessing some major changes in the web development…
Создание таблиц с липким верхним и нижним колонтитулами стало немного проще https://clck.ru/VWEif Все, что вам нужно знать о Debouncing и Throttling в JavaScript https://clck.ru/VWNGZ
CSS-Tricks
Making Tables With Sticky Header and Footers Got a Bit Easier
It wasn't long ago when I looked at sticky headers and footers in HTML <table>s in the blog post A table with both a sticky header and a sticky
Лучшие бесплатные библиотеки анимации JavaScript с открытым исходным кодом https://clck.ru/VYoor Путь к увеличению производительности приложения на React в 10 раз https://clck.ru/VYpvY Управление общим состоянием в Vue 3 https://clck.ru/VGgjx
Code Envato Tuts+
Best Free and Open-Source JavaScript Animation Libraries
Here are eight of the best free and open source JavaScript animation libraries that you can use in your projects today.
Основные тенденции фронтенд-разработки, которым вы должны следовать в 2021 году https://clck.ru/VZ5eU
Medium
Top Front-End Development Trends You Should Follow in 2021
Frontend web development standards and trends change faster than they can be implemented. This makes it difficult for developers to…
Создайте 3D-принтер CSS, который действительно печатает!.
https://clck.ru/VYsHN
https://clck.ru/VYsHN
Sitepoint
Create a 3D CSS Printer that Actually Prints! - SitePoint
Learn how to make impressive 3D objects in CSS, and even how to make them do amazing things like print a real image from a URL you supply!
Калькулятор JavaScript: создайте простой калькулятор с помощью HTML, CSS и JavaScript. https://clck.ru/VbGfU Использование свойства `outline` в качестве сворачиваемой границы https://clck.ru/VbG5n
Devesh's Blog
Simple JavaScript Calculator
Build a simple, easy Calculator using JavaScript, HTML and CSS.
Стрелочные функции и обычные функции в JavaScript https://clck.ru/VeNnS 3 шаблона проектирования в TypeScript для фронтенд-разработчиков https://clck.ru/VeNaU
Medium
Arrow Functions vs. Regular Functions in JavaScript
Learn when and when not to use the arrow function
Как создавать диаграммы CSS с интересными фигурами, символами и эмодзи https://clck.ru/VeEoT
CSS-Tricks
How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji
Let’s forego the usual circles and bars we typically see used in charts for more eccentric shapes. With online presentations more and more common today, a
Как использовать Async / Await для написания лучшего кода JavaScript https://clck.ru/VfuQU Создание простых проектов Javascript https://clck.ru/Vfur8
freeCodeCamp.org
How to Use Async/Await to Write Better JavaScript Code
There’s a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await", and it’s surprisingly straightforward to understand and use. In this article, we'll discuss: What are asynchronus functions? How promises…