Search
The Difference Between Web Sockets, Web Workers, and Service Workers
3.11.2022
Web Sockets, Web Workers, Service Workers… these are terms you may have read or overheard. Maybe not all of them, but likely at least one of them. And even if you have a good handle on front-end development, there’s a …
The Difference Between Web Sockets, Web Workers, and Service Workers...
Read 'em and Weep: Five Crypto Influencers Who Dealt Their Followers a Bad Hand
27.10.2022
From fantastic price projections to paid project promotion without full disclosure, these social media crypto influencers played a loser's game, dealing crypto recommendations that may have hurt their millions of followers
Manuel Matuzovic: max() Trickery
18.10.2022
By way of a post by Manuel Matuzović which is by way of a demo by Temani Afif.
.wrapper {
margin-inline: max(0px, ((100% - 64rem) / 2));
}
You’d be doing yourself a favor to read Manuel’s breakdown of …
Manuel Matuzovic: max() Trickery originally published on CSS-Tricks, which...
Crypto Chart Patterns Explained: How to Read Bitcoin Charts
10.10.2022
You may have come across terms thrown about in the crypto space, such as “head and shoulders,” “rising wedges,'' and “cup and handle.” These are used by traders when analyzing crypto chart patterns. In this guide, we will explain how to read bitcoin charts and highlight popular crypto chart...
Github Partially Reinstates Tornado Cash Codebase, Open Source Code Set to Read-Only Mode
24.9.2022
The internet hosting and software development subsidiary of Microsoft, Github, has partially unbanned the Tornado Cash repositories following the recent sanctions enforced by the U.S. Treasury Department’s Office of Foreign Asset Control (OFAC). Github’s decision follows the U.S....
5 Website Header Design Trends for 2023
13.9.2022
You now have the ability to customize the design of website headers in WordPress. Read this post to find out what kinds of website header design trends you can experiment with
Comparing JAWS, NVDA, and VoiceOver
1.9.2022
A screen reader is an important accessibility tool for people with no or limited vision. People who are blind or those with low vision can use a screen reader to navigate the computer. Screen readers will read contents on the …
Comparing JAWS, NVDA, and VoiceOver originally published...
Every Single English-Language SNES Manual Is Now Available Online
4.7.2022
Back in October 2020 I did a feature on a project that was trying to find every Super Nintendo manual in existence, scan them and upload them onto the internet. I’m happy to report that, as of July 2022, the project has now completed a significant—and for many of you reading this it’s...
Read This Before You Break Up Over Video Games
22.6.2022
Video games provide an opportunity for team building, relaxation, and vicarious experiences you couldn’t have anywhere else, but for couples where one person is more interested in them than the other, video games might only produce the inconvenient question: should we break up? In a relationship...
Top 5 New Crypto Books to Read in 2022
18.6.2022
While podcasts seem to have taken over as the most popular medium for educational content in the cryptocurrency space, crypto books remain an excellent way to learn about Bitcoin (BTC), Ethereum (ETH), digital assets, and other crypto technologies.
Read on to discover a list of five recently...
Manga Bizarro World: One Piece Goes On Hiatus, HxH And Berserk Return
7.6.2022
Hey, it’s 2022 and not the mid-90s right? I only ask because I’m not sure which of us otaku worked some magic–possibly making a wish to Shenron, or sacrificing a loved one with a behelit–so that we might live in a time where hiatus purgatory bunk buddies Hunter x Hunter and Berserk both announce...
KyberSwap’s Trending Soon Feature Helps You Find Today the Tokens Everyone Will be Talking About Tomorrow
26.5.2022
Have you ever wanted to be able to see what crypto trends are about to emerge before everyone else? So check out KyberSwap’s Trending Soon feature for assistance. Read on to learn more! Find Out What Tokens Might Be Trending Soon KyberSwap is a leading multi-chain Decentralized Exchange...
Congrats, Blaidd's Voice Actor Read Your Horny Elden Ring Tweets
23.5.2022
It’s not easy when your pining for the superior, virtual men in your favorite video game goes unnoticed. But rarely, once in a blue moon, a voice actor will provide solace to fans by acknowledging your appreciation for their characters. Today fans of Elden Ring’s breakout furry husband Blaidd...
How Gate․io Grew to Become One of the World’s Largest Crypto Exchanges – 9 Years Retrospective
23.5.2022
Gate.io is one of the longest running secure exchanges in the world and over time, surpassed 10 million users worldwide. To mark this milestone, the exchange is launching a rebranding and a sweepstake with $9,000,000 in prizes! Read on to find out more about what makes Gate.io such a success...
New Service Allows You to Get Tipped in Bitcoin to Read Email
4.5.2022
As some estimates indicate that more than 333bn emails are sent every day, a new service, Reacher, aims to allow its users to get paid in bitcoin (BTC) to be reached, and potentially filter out a major share of their spam.
The project presents its functionality in five steps:
Reacher is...
Crypto Education: How Dohrnii Academy Delivers Value To Its Users
21.4.2022
PRESS RELEASE. If you’re keen on learning about the crypto industry, Dohrnii academy is one of the best educational platforms with content tailored to each user’s needs. You must have read all the rave and positive things about crypto in the last couple of years. With its emergence, people...
CSS Database Queries? Sure We Can!
23.2.2022
Kinda silly sounding, isn’t it? CSS database queries. But, hey, CSS is capable of talking to other languages in the sense that it can set the values of things that they can read. Plus, CSS can request other files, and …
CSS Database Queries? Sure We Can! originally published...
Getting Started With the File System Access API
14.2.2022
The File System Access API is a web API that allows read and write access to a user’s local files. It unlocks new capabilities to build powerful web applications, such as text editors or IDEs, image editing tools, improved …
Getting Started With the File System Access API originally...
A New Intro to Bitcoin: The 9 Minute Read That Could Change Your Life
28.12.2021
JavaScript S
27.12.2021
Replacing a substring of text within a larger string has always been misleading in JavaScript. I wrote Replace All Occurrences of a String in JavaScript years ago and it’s still one of my most read articles. The confusion lies in that replace only replaces the first occurrence of a substring...