Search
DeFi platform bZX sees new $8M hack from one misplaced line of code
14.9.2020
bZX made all the right moves, but it wasn’t enough
5 Awesome JavaScript Promise Tricks
14.9.2020
The Promise API changed the game in JavaScript. We went from abusing setTimeouts and settling for synchronous operations to doing everything possible to leverage this new async API. Let’s check out a handful of awesome Promise API tricks! Cancel a fetch Request One problem we instantly...
No one can refuse China’s digital currency, says central bank exec
14.9.2020
The digital renminbi is legally compensatory to China’s fiat currency
Read Me!
12.9.2020
A fancy experiential essay from the team at Readymag, which is a tool for building… fancy experiential essays, about fancy experiential essays:
With all the technology addressing readability issues, it’s still design basics that distinguish a readable text from one that isn’t. Here are some...
Using a brightness() filter to generically highlight content
12.9.2020
Rick Strahl:
I can’t tell you how many times over the years I’ve implemented a custom ‘button’ like CSS implementation. Over the years I’ve used images, backgrounds, gradients, and opacity to effectively ‘highlight’ a control. All that works of course,...
Sushiswap Creator Returns $14 Million After Community Cries Exit Scam
11.9.2020
One week after the Sushiswap creator was accused of an exit scam, he has returned all of the coins he cashed out. The anonymous creator also apologizes to the community, including to Binance which came under fire for listing the sushi token. Sushiswap Creator Says ‘Sorry’ The creator...
Despite Warnings from Regulators, the Ethereum Fueled Pyramid Scheme Forsage Thrives
11.9.2020
While Ethereum has seen a number of benefits from the decentralized finance (defi) movement and initial coin offerings (ICOs), more recently individuals have been leveraging ether for pyramid schemes and matrix cycler programs. One particular scheme crypto enthusiasts are discussing these days...
Modifying Specific Letters with CSS and JavaScript
10.9.2020
Changing specific characters can be a challenge in CSS. Often, we’re forced to implement our desired changes one-by-one in HTML, perhaps using the span element. But, in a few specific cases, a CSS-focused solution may still be possible. In this article, we’ll start by looking at some CSS-first...
Uniswap Adds 1,000 New Token Pairs in One Week; Buyers Beware
9.9.2020
The exchange now supports nearly 10 times more pairs than Binance
How CSS Perspective Works
9.9.2020
As someone who loves creating CSS animations, one of the more powerful tools I use is perspective. While the perspective property is not capable of 3D effects all by itself (since basic shapes can’t have depth), you can use the transform property to move and rotate objects in a 3D space (with...
CEX.IO to Offer Instant Cryptocurrency-Backed Lending Service in 217 Countries and Territories
9.9.2020
LONDON, the United Kingdom – CEX.IO, one of the largest international exchanges in the cryptocurrency market, is set to launch a digital asset-backed lending service in September. Available in 217 countries and territories – including Australia, the United Kingdom, the European Union...
DeFi goes boom as top tokens crash by 50% in one week
9.9.2020
The recent crypto market crash has wreaked havoc on DeFi tokens, with with 95% of DeFi assets posting a seven-day loss
One Action, Multiple Terminal Windows Running Stuff
8.9.2020
Many development environments require running things in a terminal window. npm run start, or whatever. I know my biggest project requires me to be running a big fancy Docker-based thing in one terminal, Ruby on Rails in another, and webpack in another. I’ve worked on other projects that...
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...
Using max() for an inner-element max-width
7.9.2020
I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...
How to Leverage Uniswap – Ethereum’s Noncustodial Defi Trading Platform
6.9.2020
In 2020 decentralized exchanges (dex) have grown quite mature compared to just a few years ago. One specific dex gathering a lot of steam this year in the defi world is Uniswap, a trading platform that held $1.3 billion locked in value and dominated most defi applications by over 18% Friday...
Robert Rorschach: 20 Reasons Not to Vote
5.9.2020
If one votes, one participates. If one participates, one condones and endorses the process, and subsequently, what those elected ‘representatives’ do and say in your name. Reason 2. Electoral promises are meaningless because politicians are able to lie to gain the favor of...
Three birds, one stone: Enhancing DeFi with political parties
4.9.2020
Political parties on the blockchain could soon become a reality for the DeFi space
Buterin, Ethereum Developers Focus on Congestion as Fees Spike Over 600% in One Month
3.9.2020
Median fees have spiked nearly 900% in the since Aug. 2
How to Use CSS Grid for Sticky Headers and Footers
2.9.2020
CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...