Search
Well Functioning Government Might Make Private Cryptos Obsolete - IMF Official
3.3.2020
Source: iStock/Bet_Noire
If a sovereign government can maintain its creditworthiness and a central bank can guarantee effectiveness of its monetary policy, “it’s hard to imagine private digital currencies being used widely both within China and abroad,” according to Dong He, Deputy Director of...
How to Stop the Next Quadriga: Make Exchanges Prove Their Reserves
3.3.2020
Exchanges sometimes treat depositors' assets like fractional reserves, with disastrous results. Time for regular audits, writes Nic Carter
These Maps Will Help You Locate Merchants Ready to Accept Your Cryptocurrency
29.2.2020
Getting into Bitcoin is a first step many have already taken, and with the generally positive start of 2020, more are likely to make the move. But then there’s the question of what to do with your coins. Regardless of how you obtained them – through purchase, faucet, airdrop, fork...
Binance Charity Make Significant Donations for Coronavirus Treatment
28.2.2020
The Binance Charity Foundation has been playing a crucial role in providing the necessary medical aid, tools, and monetary donations to the hospitals in the Wuhan district of China, where the outbreak of the deadly coronavirus has taken the death toll to a whopping number. The Binance...
When CSS Blocks
28.2.2020
Tim Kadlec:
One particular pattern [for loading non-critical CSS] I’ve seen is the preload/polyfill pattern. With this approach, you load any stylesheets as preloads instead, and then use their onload events to change them back to a stylesheet once the browser has them ready.
So you're...
Revolut Will Make Crypto Available in 50 States
27.2.2020
Revolut, $5.5 Billion UK behemoth, brings crypto to the customers in all 50 states
Animated Matryoshka Dolls in CSS
27.2.2020
Here’s a fun one. How might we create a set of those cool Matryoshka dolls where they nest inside one another... but in CSS?
I toyed with this idea in my head for a little while. Then, I saw a tweet from CSS-Tricks and the article image had the dolls. I took that as a sign! It was time to...
10+ Examples of Responsive Websites That Got It Right
27.2.2020
How do you make sure your website will look good on every browser and device? Take a look at these responsive web designs and you’ll discover how.
10+ Examples of Responsive Websites That Got It Right was written by Bogdan Sandu and published on Codrops
Certik Launches Demo for Language That Aims to Make Blockchain ‘Hacker-Resistant’
27.2.2020
A smart contract verification language backed by Binance Labs and the Ethereum Foundation was released as a demo this week
Bitcoin Rich: 6 Crypto Entrepreneurs Make the 2020 Hurun Billionaire List
26.2.2020
On Wednesday, the “Hurun Global Rich List,” a ranking of the wealthiest individuals, published its 2020 report that notes the world saw 346 new billionaires last year. This year’s list also includes six blockchain entrepreneurs who made the Hurun Global Rich List through...
Instant GraphQL Backend with Fine-grained Security Using FaunaDB
25.2.2020
GraphQL is becoming popular and developers are constantly looking for frameworks that make it easy to set up a fast, secure and scalable GraphQL API. In this article, we will learn how to create a scalable and fast GraphQL API with authentication and fine-grained data-access control...
CoolBitX Raises $16.7M to Make Crypto More Bank-Friendly
25.2.2020
In 2020, the startup’s focus is on new products and features that comply with new rules from the Financial Action Task Force
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
wpaudit.site
24.2.2020
A big checklist of things you could/should be doing to make your website the best it can be. 80% of which is a good idea for any website, not just a WordPress website.
I'm linking to it because I like how plain language it is, and because it's a good example of how giving something away helps more...
Audio-based Image Distortion Effects with WebGL
24.2.2020
Some experiments that show how to make audio-based distortion effects on images with p5.js and its sound library.
Audio-based Image Distortion Effects with WebGL was written by Yannis Yannakopoulos and published on Codrops
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...
monica.css
20.2.2020
Monica Dinculescu:
I don’t want every possible padding and margin and colour and flexbox configuration in the world. I just want the ones that I know I end up using in every project. So here is monica.css: my very own CSS framework, which I copy paste at the beginning of every CSS file and take...
Centering a div That Maintains Aspect-Ratio When There’s Body Margin
18.2.2020
Andrew Welch had a little CSS challenge the other day to make an ordinary div:
• centered vertically + horizontally• scales to fit the viewport w/ a margin around it• maintains an arbitrary aspect ratio• No JS
There's a video in that tweet if it helps you visualize the challenge. I saw Paul...
Enjin Launches Game Development Platform on Ethereum
18.2.2020
The Enjin Platform allows devs to integrate crypto tokens into apps and games
Moving from Vanilla JavaScript to a Reusable Vue Component
17.2.2020
I recently wrote an article explaining how you can create a countdown timer using HTML, CSS and JavaScript. Now, let’s look at how we can make that a reusable component by porting it into Vue using basic features that the framework provides.
Why do this...