Продвинутая резиновая типографика с помощью calc(), vw, брейкпоинтов и линейных уравнений https://medium.com/@jakobud/css-polyfluidsizing-using-calc-vw-breakpoints-and-linear-equations-8e15505d21ab
Medium
CSS Poly Fluid Sizing using calc(), vw, breakpoints and linear equations
When working with creative designers on web page designs, it’s fairly common to receive multiple Sketch or Photoshop artboards/layouts, one…
Как оптимизировать изображения: практическое руководство https://gtmetrix.com/blog/how-to-optimize-images-a-practical-guide/
Gtmetrix
How to Optimize Images: A Practical Guide
Want to know how to Serve Scaled Images and Optimize Your Images? We'll show you how!
Итак, что именно делает JavaScript таким странным языком программирования? https://blog.thefirehoseproject.com/posts/exactly-makes-javascript-weird-programming-language/
Firehose Project
So, what exactly makes JavaScript such a weird programming language? – Firehose Project
Let’s be honest. JavaScript is a weird programming language. Douglas Crockford, the creator of JSON and one of the most well-known JavaScript programmers, famously said in his book JavaScript the Good Parts: JavaScript is built on some very good ideas and…
Adventure time — экспериментальная игра, созданная без JS — только HTML5 и CSS3 https://minocernota.com/articles/pure_css_game/
Minocernota
PURE CSS - GAME
Yes, it's possible to make games in CSS and they don't have to be just clicking games. In this Adventure time - Rescue of Flame Princess you must beat three levels and save princess from bad Flame Lord.
Как лучше организовать свой JS / jQuery спагетти код https://notes.devlabs.bg/how-to-organize-our-js-jquery-spaghetti-code-better-78224ab0137
Dev Labs
How to organize our JS / jQuery spaghetti code better
At various times of our programming career each of us has faced with a spaghetti oriented implementation — either in the first coding steps…
Радости и гадости регрессионного тестирования вёрстки #common https://www.youtube.com/watch?v=-dZNNLsKxOk&feature=youtu.be
YouTube
Радости и гадости регрессионного тестирования вёрстки / Алексей Малейков (HTML Academy)
Приглашаем на конференцию Saint HighLoad++ 2025, которая пройдет 23 и 24 июня в Санкт-Петербурге!
Программа, подробности и билеты по ссылке: https://highload.ru/spb/2025
________
РИТ++ 2016, FrontendConf
Презентация и тезисы:
https://frontendconf.ru/…
Программа, подробности и билеты по ссылке: https://highload.ru/spb/2025
________
РИТ++ 2016, FrontendConf
Презентация и тезисы:
https://frontendconf.ru/…
Плагины Sublime Text 3 для разработки фронтенда https://github.com/jfilter/Sublime-Text-Plugins-for-Frontend-Web-Development
GitHub
GitHub - jfilter/Sublime-Text-Plugins-for-Frontend-Web-Development: 📝 Collection of plugins for Frontend Web Development
📝 Collection of plugins for Frontend Web Development - jfilter/Sublime-Text-Plugins-for-Frontend-Web-Development
Как организовать большое приложение на React и сделать его масштабируемым https://www.sitepoint.com/organize-large-react-application/
SitePoint
How to Organize a Large React Application and Make It Scale
Jack Franklin lays out a set of tips and best practices for creating and organizing React applications in a scalable way.
Концепты Clean Code, адаптированного под JavaScript https://github.com/ryanmcdermott/clean-code-javascript
GitHub
GitHub - ryanmcdermott/clean-code-javascript: Clean Code concepts adapted for JavaScript
Clean Code concepts adapted for JavaScript. Contribute to ryanmcdermott/clean-code-javascript development by creating an account on GitHub.
Пишем производительный JavaScript. 3 совета. https://medium.com/devschacht/3-tips-about-javascript-597c33a219d6
Medium
Пишем производительный JavaScript. 3 совета.
Эта статья основана на советах Бенедикта Маурера, встреченных мной в статьях, комментариях и лекциях. Почему эта информация интересна и…
CSS в JavaScript: будущее компонентной стилизации https://medium.freecodecamp.com/css-in-javascript-the-future-of-component-based-styling-70b161a79a32
freeCodeCamp
CSS in JavaScript: The future of component-based styling
By adopting inline styles, we can get all of the programmatic affordances of JavaScript.
Лучший способ задания позиций в CSS https://codepen.io/jonneal/post/a-better-way-to-write-positions-in-css
CodePen
A Better Way to Write Positions in CSS
One of the more cumbersome things to write in CSS is position offsets.
.cover-something { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
Have you ever had to write something like that?...
.cover-something { position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
Have you ever had to write something like that?...
Оптимизация изображений за счет CDN https://www.smashingmagazine.com/2017/04/content-delivery-network-optimize-images/
Smashing Magazine
Let The Content Delivery Network Optimize Your Images — Smashing Magazine
Sometimes you have to step back and ask why a tradition exists. In mobile-first design, serving an image in three sizes — one for smartphones, one for tablets and one for desktops — using media queries and responsive images has become a tradition. But is…
Создание собственного Redux #js https://zapier.com/engineering/how-to-build-redux/
Zapier
Build Yourself a Redux
Redux is a simple library that helps you manage the state of your JavaScript app. Despite that simplicity, it's easy to fall down rabbit holes when learning it. I often find myself explaining Redux,…