Search
aviationstack
28.1.2020
(This is a sponsored post.)
I wonder how many startup ideas have something to do with air travel? 🤔
It's such a big industry with so many pain points its no wonder that it inspires ideas for building new products. Here's the thing about a lot of startup ideas: you need data. Chances...
Localcryptos Lets You Cash Out BTC P2P – Minus the KYC
28.1.2020
If you’ve ever had a sudden need for fiat while all in crypto, you’ll understand the difficulty of cashing out without KYC-ing away your identity and that of your unborn children. Localbitcoins is now an AML hellhole, Bisq is great if you’re happy to wait two days for a trade...
Going Beyond Automatic SVG Compression With the “use” Element
27.1.2020
If you draw your own SVG files or if you download them from the internet, tools like this SVG-Editor or SVGOMG are your friends. Compressing the files with those tools takes only few seconds and reduces your file size a lot. But if you need to use your SVG inline to animate or interact with...
“Browser Functions”
26.1.2020
Serverless functions are fairly straightforward. Put a bit of back-end language code, like Node, in the cloud and communicate with it via URL. But what if that URL didn't run a back-end language, it ran an actual browser? Richard Young:
We can now do full stack development using just Web APIs....
positionstack
21.1.2020
(This is a sponsored post.)
Say you have an address that your user typed in, like
1600 Pennsylvania Avenue NW, Washington, DC, USA
and now you need more information about it. Maybe you need the proper country code. Maybe you need the latitude and longitude. Maybe you need the postal code....
The Best Color Functions in CSS?
20.1.2020
I've said before that HSL is the best color format we have. Most of us aren't like David DeSandro, who can read hex codes. HSL(a) is Hue, Saturation, Lightness, and alpha, if we need it.
hsl(120, 100%, 40%)
Hue isn't intuitive, but it's not that weird. You take a trip around the color wheel from...
Bitcoin Halving and Its Impact on Its Value: Everything You Need to Know
19.1.2020
Bitcoin follows a complex mining and rewards procedure for its production, but its principle is deeply rooted in the fundamental law of economics – supply and demand. In order to keep the value intact, Bitcoin has adopted a procedure called Bitcoin Halving. In simplest terms, Bitcoin halving...
Eleventy Love
17.1.2020
Been seeing a lot of Eleventy action lately. It's a smaller player in the world of static site generators, but I think it's got huge potential because of how simple it is, yet does about anything you'd need it to do. It's Just JavaScript™.
Jason Lengstorf and Zach Leatherman did a Learn...
Crypto Analytics Firm Elliptic to Tell US Congress Privacy Coins Need Stricter AML Rules
15.1.2020
Elliptic head of policy Liat Shetret will recommend that the U.S. push for greater enforcement of anti-money laundering regulation of crypto exchanges, including for traders using privacy coins, in a Congressional hearing on human trafficking
Robinhood Fractional Share Trading: Everything You Need to Know
14.1.2020
One of the stumbling blocks that keep people from investing in big companies is the exorbitantly high share price of the targeted organizations. Take, for instance, the large technology behemoths like Amazon or Apple, whose shares trade at a very high price and act as a deterrent for the small...
CSS-Only Carousel
10.1.2020
It's kind of amazing how far HTML and CSS will take you when building a carousel/slideshow.
Setting some boxes in a horizontal row with flexbox is easy.
Showing only one box at a time with overflow and making it swipable with -webkit-overflow-scrolling is easy.
You can make the "slides" line...
Understanding Async Await
9.1.2020
When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so we'll need a way to handle those long-running processes.
Async/Await is a way to handle this type of time-based sequencing. It’s especially great...
let vs. const
9.1.2020
There are multiple ways to declare variables in JavaScript. We had var, and while that still works like it always has, it is generally said that let and const are replacements to the point we rarely (if ever) need var anymore. This doodle explanation does a pretty good job, if you need...
Bitcoin History Part 23: The First BTC Escrow
9.1.2020
Before the emergence of crypto exchanges and trustless multi-sig, early bitcoiners saw the need for an escrow service – a mediator to act as a go-between for strangers transacting online. Given the panoply of options now available, it is strange to think that escrow was once provided by a...
“All these things are quite easy to do, they just need somebody to sit down and just go through the website”
8.1.2020
I saw a video posted on Twitter from Channel 5 News in the UK (I have no idea what the credibility of them is, it's an ocean away from me) with anchor Claudia Liza asking Glen Turner and Kristina Barrick questions about website accessibility.
Apparently, they often post videos with captions,...
The Auto-Flowing Powers of Grid’s Dense Keyword
8.1.2020
Let's say we're working on the homepage of a news website. You're probably used to seeing some card-based content in a grid layout, right? Here's a classic example, The New York Times:
Yeah, something like that.
There are going to be some cards/elements/boxes/whatever that need to take up more...
Meet the Multi-Cryptocurrency PoS Device Eletropay
7.1.2020
On January 5, Bitcoin.com’s Executive Chairman Roger Ver introduced a bitcoin cash (BCH) point-of-sale (PoS) merchant solution created by the startup Eletropay. The crypto PoS device manufacturer aims to make cryptocurrency payments simple and secure “without the need to use mobile...
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...
While We Wait for Laws, We Need Better Interpretations of Existing Regulation
4.1.2020
Congress isn't likely to pass crypto-favorable legislation in 2020. In the meantime, we have to hope for action from the SEC
What You Need To Know About Congress’s Two Proposed Crypto Laws
1.1.2020
U.S. Congress drafts legislation against big tech companies and securities, but will Facebook back down?