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
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
WIRED UK
In a swipe at Chrome, Firefox now blocks ad trackers by default
The block might appeal to users, but is potentially worrying to publishers
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
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
Mozilla Hacks – the Web developer blog
The Baseline Interpreter: a faster JS interpreter in Firefox 70
Modern web applications load and execute a lot more JavaScript code than they did just a few years ago. While JIT (just-in-time) compilers have been very successful in making JavaScript ...
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
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
chanind.github.io
Avoid 100vh On Mobile Web
Viewport units in CSS sound great. If you want to style an element to take up the full screen height, you can just set height: 100vh and voila - you have a perfect fullscreen element, which resizes as the viewport changes! Sadly, this is not the case. 100vh…
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
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
almanac.httparchive.org
Mobile Web | 2019 | The Web Almanac by HTTP Archive
Mobile Web chapter of the 2019 Web Almanac covering page loading, textual content, zooming and scaling, buttons and links, and ease of filling out forms.
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
Learn how to measure memory usage of your web page in production to detect regressions. - http://amp.gs/37YT
#web #monitor #memory
web.dev
Monitor your web page's total memory usage with measureUserAgentSpecificMemory()
Learn how to measure memory usage of your web page in production to detect regressions.
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
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
The Official Publii Blog
Inspecting and debugging mobile websites on real devices
Tools, iPhone, iPad, Android emulators and other solutions available to help you test, inspecting, debugging and diagnose websites issues on mobile devices.
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
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
Medium
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
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
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
Build Blazing Fast Web Applications - http://amp.gs/jjXyv
#web #frontend
Medium
6 Front-End Optimization Techniques for Web Applications
Build Blazing Fast Web Applications
5 Best free IDEs on the internet
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Code, test, and share online without further - http://amp.gs/jj5rN
#ide #web
Medium
The 5 Best Free Online Code Editors
Code, test, and share online without further installation
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
5 metrics you need to understand how your UI is performing - http://amp.gs/jTCnJ
#web #performance
Medium
Top Metrics You Need to Understand When Measuring Front-end Performance
5 metrics you need to understand how your UI is performing
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
Karolina Szczur explains what Core Web Vitals are and why you should be tracking them. - http://amp.gs/jmzsc
#web #vitals
Calibre - Site Speed Tools for Teams
Everything You Have to Know About Core Web Vitals - Calibre
Understand what Core Web Vitals are and why you should be tracking them.
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
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
LINE ENGINGEERING
The baseline for web development in 2022
TL;DR:The baseline for web development in 2022 is: low-spec Android devices in terms of performance, Safari from two years before in terms of W...
API & Web Architecture — Security Best Practices
In my previous two segments, I shared some best practices on how to design and build performant REST APIs. - https://abdulrwahab.medium.com/api-web-architecture-security-best-practices-61522aff37be?utm_campaign=api-&-web-architecturesecurity-best-p
#web #security
In my previous two segments, I shared some best practices on how to design and build performant REST APIs. - https://abdulrwahab.medium.com/api-web-architecture-security-best-practices-61522aff37be?utm_campaign=api-&-web-architecturesecurity-best-p
#web #security
Medium
API & Web Architecture - Security Best Practices
In my previous two segments, I shared some best practices on how to design and build performant REST APIs.
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
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
www.patterns.dev
Learn JavaScript design and performance patterns for building more powerful web applications.
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
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
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
www.robinwieruch.de
10 Web Development Trends in 2023
Web Development Trends in 2023 which should be on your watchlist. A walkthrough of the state of JS ...
How to use Web Workers API
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can… - https://levelup.gitconnected.com/how-to-use-web-workers-api-b1ef96c46fc0
#web #worker
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can… - https://levelup.gitconnected.com/how-to-use-web-workers-api-b1ef96c46fc0
#web #worker
Medium
How to use Web Workers API
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without…
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
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
Getting started with Web Performance 🚀 - HTMHell
A collection of bad practices in HTML, copied from real websites.
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
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
Bocoup
Inclusive Technology Consulting - Bocoup
Web Platform Consulting Services