Search
How to Create an Async Function
24.9.2020
One thing I love about JavaScript is that there are many ways to accomplish the same task, one such example being creating functions. There are several patterns for functions; one of the last you see used is the new Function method: /* new Function(arg1, arg2 (...), body) */ const myFunction =...
73% of Argentines Say Cryptocurrency Best for Saving in Economic Crisis: Survey
29.8.2020
A survey of Argentina’s citizens shows that 73% believe cryptocurrency is the most effective saving method in the current economic crisis, such as to hedge against high inflation. Strong Crypto Sentiment in Argentina Global peer-to-peer (P2P) bitcoin marketplace Paxful released the results...
Crypto Travel Company Adds VeChain Token as a Payment Method
19.8.2020
Crypto adoption appears to be unstoppable in the tourism sector
Practical Use Cases for JavaScript’s closest() Method
12.8.2020
Have you ever had the problem of finding the parent of a DOM node in JavaScript, but aren’t sure how many levels you have to traverse up to get to it? Let’s look at this HTML for instance:
<div data-id="123"<buttonClick me</button</div
That’s pretty straightforward, right? Say...
Vegasbetting.com Study Found US Sports Betting Market Is Leading the Way
21.7.2020
Ten out of ten major US sportsbooks accept Bitcoin deposits while only one in ten sportsbooks with a global footprint process Bitcoin payments. VegasBetting.com study found that the US sports betting market is leading the way when it comes to accepting bitcoin as a payment method. The study looked...
Binding Arguments with Bind
20.7.2020
One of my favorite and most essential Function method is bind, a function we added to MooTools when it wasn’t featured in the JavaScript language itself. We often think of using bind to simply bind a method’s call to its host object, but did you know you can also bind arguments with...
Three CSS Alternatives to JavaScript Navigation
14.7.2020
Hey quick! You’ve gotta create the navigation for the site and you start working on the mobile behavior. What pattern do you choose? If you’re like most folks, it’s probably the “hamburger” menu that, when clicked, uses a little JavaScript to expand a vertical list of navigation links.
But that’s...
Average Price of Bitcoin More Than Quadrupled Between Reward Halvings
23.6.2020
Investing in bitcoin has been somewhat of a phenomenon, as millions of individuals have invested funds into the crypto-economy since at least 2010. One specific and lucrative method of investment is dollar-cost averaging. If an individual was to invest $10 a week into purchasing bitcoins since July...
How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale
5.6.2020
This article is about my experience using Brotli at production scale. Despite being really expensive and a truly unfeasible method for on-the-fly compression, Brotli is actually very economical and saves cost on many fronts, especially when compared with gzip or lower compression levels...
New Ransomware Employs Never-Before-Seen Attack Method
22.5.2020
Sophos revealed a new type of ransomware attack that threatens victims by demanding up to 1,850 BTC
S2F Hopium: Report and Twitter Critics Find Flaws With Bitcoin’s Stock-to-Flow Ratio
17.5.2020
In mid-April, news.Bitcoin.com researched the popular stock-to-flow (S2F), which shows the price of a single bitcoin reaching $55K and even six figures. At the time, analysts questioned measuring bitcoin’s price in this manner and more recently, a few others have been criticizing the method...
Top Ripple Dev Publishes Method to Increase Privacy Using ‘Blinded Tags’
2.4.2020
Nik Bougalis, the software engineer that leads the C++ team at Ripple, published a proposed method for using “blinded tags” to heighten privacy on the XRP ledger
New Lightning Network Authentication Method Could Replace Website Accounts
31.3.2020
The new lightning implementation acts as an authentication protocol for paid services
DCA – The ‘Boring,’ Sensible Bitcoin Investment That Could Double Your Money in 2.5 Years
2.3.2020
Dollar Cost Averaging (DCA) as a crypto investment method may not be the most thrilling way to speculate on the bitcoin price, but it is one of the most level-headed, according to proponents. Using a simple online DCA calculator, one can choose a plan for buying small amounts of bitcoin at regular...
Min and Max Width/Height in CSS
24.1.2020
Here's a nice deep dive into min-width / min-height / max-width / max-height from Ahmad Shadeed. I like how Ahmad applies the properties to real-world design situations in addition to explaining how it works. In the very first demo, for example, he shows a button where min-width is used as a method...
Paypal Pullout Prompts Pornhub to Add Tether as Payment Option for Its Adult Models
24.1.2020
The porn industry is seen by many as a perfect fit for widespread cryptocurrency usage as it suffers from financial censorship far more than most businesses. When Paypal stopped servicing Pornhub models, the company hinted it might turn to digital currency as an alternative and now this has been...
Searching the Jamstack
22.1.2020
Here's Raymon Camden on adding site search functionality to a site that is statically hosted. A classic trick! Just shoot 'em to Google and scope the results to your site:
<form action="https://www.google.com/search" method="get"<input type="search" name="q"...
Is it better to use ems/rems than px for font-size?
10.1.2020
The answer used to be absolutely yes because, if you used px units, you prevented the text from being resized by the user at all.
But browser zoom is the default method for making everything bigger (including text) these days and it works great even if you use px.
But... Kathleen McMahon really...
How to Stack Elements in CSS
6.1.2020
If you want to create fantastic and unique visual experiences on the web, you will eventually need two elements to overlap or exist in the same place. You may even just need them to be positioned near or next to each other. Let's go over two different ways to accomplish this, one with the position...
Coinbase Patents AI Compliance System to Monitor and Flag Accounts
29.11.2019
Popular U.S. cryptocurrency exchange Coinbase received a patent November 19, for an AI-driven compliance system which would monitor customer accounts, flagging those deemed non-compliant and recategorizing them for corrective action. Described as a “compliance determination and enforcement...