FrontEnd Development
27.4K subscribers
144 photos
1 video
8.18K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое.

Администратор: @andrey2019
Download Telegram
In A Swipe At Chrome, Firefox Now Blocks Ad Trackers by Default

Firefox 69, as released this week (above), enables Enhanced Tracking Protection by default, which blocks cryptominers and certain types of third party cookies designed to track users for advertising purposes. - http://amp.gs/AhtT

#web #news
The Baseline Interpreter: A Faster JS Interpreter in Firefox 70

JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O

#web #news
Avoid 100vh On Mobile Web

If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t

#mobile #web
The Web Almanac 2019: Mobile Web

This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E

#mobile #web
How to Monitor Your Web Page's Total Memory Usage with performance.measureMemory()

Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT

#web #monitor #memory
Inspecting & Debugging Mobile Sites On Real Devices

There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU

#debugging #mobile #web
5 Common Mistakes Developers Do that Affect Page Load Time

Is your web site too slow? Find out where it could have gone wrong and to avoid the common pitfalls - http://amp.gs/cpOo

#web
14 Useful Tools That I Use for Faster and Easier Web Development

Useful online developer tools you’ll love to use. - http://amp.gs/bXch

#web #tols
6 Front-End Optimization Techniques for Web Applications

Build Blazing Fast Web Applications - http://amp.gs/jjXyv

#web #frontend
Top Metrics You Need to Understand When Measuring Front-end Performance

5 metrics you need to understand how your UI is performing - http://amp.gs/jTCnJ

#web #performance
Everything You Have to Know About Core Web Vitals

Karolina Szczur explains what Core Web Vitals are and why you should be tracking them. - http://amp.gs/jmzsc

#web #vitals
The Baseline for Web Development in 2022?

Analysis of numerous stats around frontend technologies, browser share, client devices, and more to establish a feel for what the lowest common denominators are in terms of what we must continue to support. - http://amp.gs/jZ4FO

#web #baseline
Modern Web App Design Patterns

A free book you can download in PDF format or enjoy on the Web. Learn about lots of fundamentals, from how different styles of rendering or importing resources work to performance optimizations and case studies. There’s a lot to enjoy and a fantastic team behind it, too. - https://www.patterns.dev/

#web #patterns
10 Awesome APIs for Every Web Developer in 2022

Here's a list of extremely useful and awesome APIs that every web developer can use for their next web projects in 2022. - http://amp.gs/jGdVy

#api #web
Ten Web Development Trends in 2023

Following the State of JS survey results Robin takes a considered look at new web dev trends that we should be paying attention to this year, and why they matter. - https://www.robinwieruch.de/web-development-trends/

#web #trends
Getting Started with Web Performance

Alistair Shepherd goes through some of the reasoning, jargon, metrics, tools, and top tips on improving your web performance. - https://www.htmhell.dev/adventcalendar/2023/14

#web #performance
Full Stack Web Push API Guide

A complete implementation of push notifications in a Remix app. “If you follow the walk through to the end, you’ll have working push notifications.” - https://www.bocoup.com/blog/full-stack-web-push-api-guide

#web #push