Tag: Browsers
-
12 best & most unique search engines to try in 2023
Posted on May 8, 2023, Level beginner Resource Length medium
Although Google is by far the most popular search engine, it's certainly not the only search engine. Different search engines have different audience demographics. And different pros and cons. By Vlado Pavlik.
Tags data-science search miscellaneous bots cio browsers
-
Frontend performance checklist
Posted on April 5, 2023, Level beginner Resource Length long
In the speed-obsessed world of today, better performance comes with serious business gains. This frontend performance checklist is a cumulative list of items that we at Crystallize found important when creating a Superfast web application that is Superfast. By Dhairya Dwivedi, Håkon Gullord Krogh.
Tags performance css frontend analytics web-development javascript browsers
-
Microsoft is building a cryptocurrency wallet into its Edge browser
Posted on March 31, 2023, Level beginner Resource Length medium
A controversial feature is coming to Microsoft's browser just as the crypto markets are suffering. By Tom Warren.
Tags crypto blockchain fintech browsers
-
Six lessons for a cookieless future
Posted on March 25, 2023, Level beginner Resource Length medium
Cookies — small files that websites put on your computer to store information about your preferences — are relied on by 81% of companies for marketing and growth, according to a recent report by Twilio. But browsers, such as Google Chrome, plan to phase out cookies by 2024, reportedly to appease concerns from their audience. By Tom Ritchie.
Tags web-development app-development miscellaneous browsers frontend
-
Introduction to Web Audio API
Posted on March 12, 2023, Level intermediate Resource Length medium
A critical part of WebRTC is the transmission of audio. Web Audio API is all about processing and synthesizing audio in web applications. It allows developers to create complex audio processing and synthesis using a set of high-level JavaScript objects and functions. By Madhu Balakrishna.
Tags apis devops web-development app-development miscellaneous browsers
-
The ultimate guide to redirects: URL redirections explained
Posted on November 10, 2022, Level beginner Resource Length long
Redirects send users from one URL to another. The first URL is the one the user clicked, typed in, or otherwise requested. The second is the new destination URL. By Kelly Lyons, senior blog editor @ Semrush.
Tags browsers app-development web-development search
-
Using Watir to automate web browsers with Ruby
Posted on November 9, 2022, Level beginner Resource Length medium
Browser automation describes the process of programmatically performing certain actions in the browser (or handing these actions over to robots) that might otherwise be quite tedious or repetitive to be performed manually by a human. By Jude Ero.
Tags tdd performance app-development web-development browsers
-
What is a Web3 browser and how does it work?
Posted on October 20, 2022, Level beginner Resource Length medium
Web3 browsers like Brave allow users to access DApps, integrate cryptocurrencies and surf over the decentralized web with greater privacy and security. The phrase “Web3” is used to characterize multiple evolutions of web interaction and usage along various paths, including creating a geospatial web, utilizing artificial intelligence tools and making content available through numerous non-browser apps or Web3 browsers. By Onkar Singh.
Tags browsers miscellaneous crypto infosec
-
DuckDuckGo vs. Google: An in-depth search engine comparison
Posted on May 8, 2022, Level beginner Resource Length long
Which search engine is better at finding the information you want, fast? We compare the features of DuckDuckGo and Google. By Sam Hollingsworth.
Tags search how-to browsers big-data cio analytics
-
Why I don't miss React: a story about using the platform
Posted on May 7, 2022, Level intermediate Resource Length medium
My initial focus was to introduce Web Components as the new fundamental building block of all new DevTools features and UI. With the recently launched Recorder panel along with others, there are now large parts of DevTools that are almost exclusively web components. By Jack Franklin.
Tags web-development react app-development javascript browsers
-
How to create your own Google Chrome extension
Posted on February 15, 2022, Level intermediate Resource Length medium
If you are a Google Chrome user, you've probably used some extensions in the browser. Have you ever wondered how to build one yourself? In this article, I will show you how you can create a Chrome extension from scratch. By Sampurna Chapagain.
Tags browsers javascript web-development app-development
-
The file system access API with Origin Private File System
Posted on February 14, 2022, Level beginner Resource Length medium
It is very common for an application to interact with local files. For exampe, a general workflow is opening a file, making some changes, and saving the file. By Sihui Liu.
Tags browsers javascript web-development cio