Search
Opera Becomes First Major Browser to Integrate .Crypto Domain Extension
30.3.2020
Opera has integrated Unstoppable Domain’s .crypto domain extension, enabling its users to access decentralized web pages
Opera’s Android Web Browser Adds Access to .Crypto Domains for 80M Users
30.3.2020
The “blockchain-ready” web browser has added support for Unstoppable Domains’ decentralized .crypto websites
Brave Partners With Binance to Develop In-Browser Crypto Trading
26.3.2020
Brave is in the early stages of building an in-browser trading tool with Binance and Binance America
Privacy Browser Brave Integrates Cryptocurrency Trading Through Binance
25.3.2020
Privacy-oriented Brave has launched cryptocurrency trading within its browser. The company announced on Tuesday that over 12 million active monthly users of the privacy browser can now buy and sell cryptocurrencies, view their crypto balances, and obtain deposit addresses without leaving...
Your Favorite Privacy-Minded Browser Is Teaming Up With Binance
24.3.2020
Brave has partnered with Binance to bring in-browser crypto trading to 13 million users, with more exchanges coming soon
Performance Links
24.3.2020
I've had a number of browser tabs open to articles all related to web performance and gosh darn it if blogging them is a way for me get some closure. They are all good!
Manuel Matuzovic, Why 543 KB keep me up at night:
Yes, I know, it depends. 543 KB aren't always bad, but on that specific page...
‘Buy Bitcoin’ Searches Skyrocket, Exchange Volumes Spike, Crypto Account Signups Swell 83% As Coronavirus Fears Heighten
22.3.2020
Exchange data and statistics from Google Trends, Twitter, and Baidu show that despite the recent price drop people are looking to buy bitcoin. During the week of the crypto market massacre that started on March 12, Coinbase broke traffic records and witnessed considerable trade volumes. Similarly...
Cryptocurrency News From Japan: March 15-21 in Review
22.3.2020
This week’s news from Japan includes institutions joining a blockchain startup, Toyota building a blockchain ID platform, and more
Big Brother Capitalizes on Coronavirus Fears, Crypto Industry Responds
20.3.2020
Coronavirus fears bring personal data privacy issues to a new level, crypto community says
Brave New World: Browser Challenging Google for the Future of Privacy
20.3.2020
With an increasing number of people looking to make use of privacy-focused web tools, Brave’s daily user count recently surged past the 4 million mark
Telemetrie prohlížeče Edge žaluje do Redmondu podobně jako ruský Yandex Browser
19.3.2020
Nový prohlížeč Edge od Microsoftu, postavený na jádru Chromium, je rychlý, pěkný a kompatibilní. Podle studie odborníků z Trinity College Dublin však zaostává v ochraně soukromí. Odesílaná telemetrická data totiž obsahují hardwarový identifikátor, který by mohl být použit ke zjištění identity
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Opera Browser Enables Apple Pay and Debit Card Crypto Purchases in the US
17.3.2020
Opera desktop and mobile browsers for both Android and Apple iOS will support direct crypto purchases of Bitcoin and Ether for U.S. users
Opera Browser Adds New Cryptocurrency Purchase Options
17.3.2020
The Opera browser app has partnered with e-payments startup Wyre to expand its built-in wallet’s crypto buying power
Brave Browser Delivers on Promise, Files GDPR Complaint Against Google
16.3.2020
Brave files a formal complaint against Google — claiming it abuses GDPR rules
A Guide to Handling Browser Events
13.3.2020
In this post, Sarah Chima walks us through how we can work with browser events, such as clicking, using JavaScript. There’s a ton of great info in here! If JavaScript isn’t your strong suit, I think this is the best explanation of event handling that I’ve read in quite some time.
When an event...
Daily Users of Brave’s Blockchain Web Browser Pass Four Million
9.3.2020
In one year, the number of Brave publishers has increased more than 550% on Youtube and 750% on Twitch
5 Crypto Cashback Solutions That Award You Satoshis to Shop
9.3.2020
Cashback is a popular ecommerce system that administers rewards and rebates for shopping. Every time you shop online, and in some cases in-store, you’ll earn up to 1% of the transaction value back. Traditionally administered in cash or rewards points, certain cashback schemes now dispense...
Animating CSS Width and Height Without the Squish Effect
6.3.2020
The first rule of animating on the web: don't animate width and height. It forces the browser to recalculate a bunch of stuff and it's slow (or "expensive" as they say). If you can get away with it, animating any transform property is faster (and "cheaper").
Butttt, transform can be tricky. Check...
Automated Selenium Testing with Jest and LambdaTest
5.3.2020
You know what the best thing is about building and running automated browser tests is? It means that the site you're doing it on really matters. It means you're trying to take care of that site by making sure it doesn't break, and it's worth the time to put guards in place against that breakages....