Search
Remitano Makes Cross-Border Money Transfer Much Easier With New “Cash-Out” Feature
24.11.2020
PRESS RELEASE. To simplify banking and meet its users’ Remittance needs across the globe, Remitano, a global escrow-marketplace, has just launched a smart, free, and safe approach for cross-border money transfers. This system will allow users to send and receive money from other countries...
ETH 2.0 confirmed for Dec. 1 launch just hours before deadline
24.11.2020
With just nine hours remaining, the Ethereum’s deposit contract met its threshold of 524,288 Ether — locking ETH 2.0’s beacon chain genesis for Dec. 1
Creating UI Components in SVG
24.11.2020
I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a spec that was designed to create shapes and yet, still has elements, like text, links, and aria labels available to you. You can accomplish...
How to Create a Timeline Task List Component Using SVG
24.11.2020
I’m thoroughly convinced that SVG unlocks a whole entire world of building interfaces on the web. It might seem daunting to learn SVG at first, but you have a spec that was designed to create shapes and yet, still has elements, like text, links, and aria labels available to you. You can accomplish...
Exploits and Flash Loans Are Just the Beginning, Defi Economy Is Less Private Than People Think
22.11.2020
Decentralized finance otherwise known as defi has climbed significantly in value this year, as the total value locked (TVL) in defi today is over $14 billion. Meanwhile, numerous defi platforms are getting attacked with flash loans and there are so many new defi projects, it’s hard to keep...
USDT Towers Over 30 Stablecoins- Tether’s Market Cap Grew by 2 Million Percent in Just Four Years
22.11.2020
During the last two years since the initial bear market after the 2017 bull run, stablecoins have been extremely popular. Today, statistics show that the market capitalization of all the notable stablecoins today is hovering above the $23.9 billion mark. Out of more than 30 stablecoins in 2020...
What’s Missing from CSS?
21.11.2020
The survey results from the State of CSS aren’t out yet, but they made this landing page that randomly shows you what one person wrote to answer that question. Just clicking the reload button a bunch, I get the sense that the top answers are:
Container Queries
Parent...
How You Might Build a Modern Day Webring
20.11.2020
I’m sure different people picture different things when they think about webrings, so let me clarify what I picture. I see an element on a website that:
Signifies this site is part of a webring
Allows you to move to the next or previous site of the webring
Maybe has other functionality like...
MicroStrategy Wants to Be in the Bitcoin Business, Not Just an Investor
20.11.2020
MicroStrategy executives are on the hunt for blockchain experts who could help the publicly traded firm build a suite of bitcoin data services
Bitcoin price doubles since the halving, with just 3.4M Bitcoin left for buyers
20.11.2020
The Bitcoin price has doubled since the halving in May, with Chainalysis attributing much of the bullish price action to the insatiable appetite of institutional investors
console.log({ myVariable });
19.11.2020
I think this might be my most popular tweet of all time, but I’m not sure how to verify that these days. I’ll restate this neat little trick here because blogging is cool and fun.
I used to do this a lot while debugging JavaScript:
console.log("myVariable: ", myVariable);
But now I...
mediastack
19.11.2020
Have you ever had the idea for a website or new app that involved showing news content? You don’t have to create content yourself to have the right to build an innovative news reading experience. I remember when Flipboard came out. They didn’t (and still don’t) actually produce...
Not just Wall Street: Quant trader explains why Bitcoin price is going up
19.11.2020
Alameda Research's Sam Trabucco pinpoints four main factors that are pushing the price of Bitcoin toward its all-time high
git: Remove Untracked Files
19.11.2020
I’ve always said that I know just enough about git to get the job done, but also do something destructive. Nothing embodies that more than my recent mistake. I somehow found a git repository full of untracked files and git stash wouldn’t fix it. Desperation led me to learning how...
Firefox 83
19.11.2020
There’s a small line in the changelog that is is big news for CSS:
We’ve added support for CSS Conic Gradients (bug 1632351) and (bug 1175958).
🎉🎉🎉
Conic gradients are circular, just like their radial counterpart, but place color stops...
Why Bitcoin price just flash crashed 6% after rejecting at $18.5K
18.11.2020
Bitcoin sharply dropped after nearing $18,500 on Binance and Coinbase but top analysts predict institutional investors will buy the dip
What USD 17,000? Bitcoin Just Smashed USD 18,000
18.11.2020
Bitcoin (BTC) rally keeps accelerating as the price jumped from USD 17,000 to USD 18,000 in less than a day.
The most popular cryptocurrency briefly touched USD 18,020 on 04:00 UTC before correcting lower and then rallying again. At the time of writing (04:24 UTC), BTC trades at USD 18,184 and...
Why Bitcoin's market cap just hit a new record high before the price did
18.11.2020
Despite Bitcoin rallying to post a new all-time high for market cap, the milestone appears to have failed to attract the attention of the mainstream media and general public
US Banks Face a Massive Commercial Real Estate Crisis Looming on the Horizon
17.11.2020
Financial incumbents may face a harsh reality soon, as a commercial real estate crisis has threatened the profits from America’s largest banks. A number of reports show that banks with a large amount of commercial real estate in their portfolios may see a significant fallout in the next...
CSS Background Patterns
17.11.2020
Nice little tool from Jim Raptis: CSS Background Patterns. A bunch of easy-to-customize and copy-and-paste backgrounds that use hard stop CSS gradients to make classy patterns. Not quite as flexible as SVG backgrounds, but just as lightweight.
Like this:
CodePen Embed Fallback
Speaking of cool...