Search
These Myth-Busting Articles Dispel Common Bitcoin Myths
22.12.2019
Recently, a few Bitcoin Cash (BCH) proponents have been writing a series of myth-busting articles that describe Bitcoin technicals generally thought to be true but which are not. The articles posted on the read.cash blog have reviewed topics like 10-minute confirmation times, SPV wallets,...
Clips from my DEV AMA
20.12.2019
I recently did an AMA over on DEV. Just taking the opportunity to port over some answers here like a good indiewebber.
If you were starting out as a front end dev in 2020, what would you say is the first thing you would learn and why?
You need to put yourself in a position where it's your job...
How to the Get Current Page URL in Gatsby
20.12.2019
This seemingly simple task had me scratching my head for a few hours while I was working on my website. As it turns out, getting the current page URL in Gatsby is not as straightforward as you may think, but also not so complicated to understand.
Let’s look at a few methods of making it happen....
Raw GraphQL Querying
20.12.2019
GraphQL has all kinds of awesome tooling built around it. But like everything on the web, it ultimately comes down to data shootin' across the ol' network and responses coming back. If you need to talk to a GraphQL API endpoint, you don't absolutely have to use some kind of framework or library...
The Making of a “Special Series” on a WordPress Site
18.12.2019
We just ran a fancy article series here on CSS-Tricks with a bunch of different articles all answering the same question. By fancy, I mean two things:
The articles had a specially-designed template just for them. (Example)
The series has a specially-designed landing page.
One of the reasons...
Design APIs: The Evolution of Design Systems
17.12.2019
A clever idea from Matthew Ström:
[...] design APIs don’t seem like a stretch of the imagination. An API-driven approach is the natural extension of the work currently being done on design systems, including tokens and standardization projects.
If you buy into the idea of design tokens, that...
The JAMstack Landscape
17.12.2019
It's no big secret that Netlify invented the term JAMstack. While it's possible to embrace the JAMstack without using Netlify, it's notable that Netlify is at the very heart of the whole "JAMstack landscape."
What does "JAMstack landscape" even mean? I like the term because it sets the stage that...
Viral Bitcoin video on TikTok
17.12.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 17 December, 2019 “Nothing ever fatigues me but doing what I do not like.” - Jane Austen In today's newsletter, we will be covering: TikTok app's its 1st viral Bitcoin video Venezuela's Maduro to airdrop […]
The post Viral...
What Bitcoin Means for Athletes Like Me
17.12.2019
To Russell Okung, the Los Angeles Chargers' left tackle, bitcoin means economic sovereignty and self-empowerment
Mining Pool Simplecoin and Interactive Faucet Chopcoin Shut Down Due to EU Regulations
17.12.2019
Like crypto payments provider Bottle Pay, mining pool Simplecoin and interactive bitcoin faucet Chopcoin are shutting down in light of restrictions imposed by EU anti-money laundering legislation, AMLD5. Simplecoin co-founder Marvin Janssen addressed Telegram users last month saying “We...
How SLP Dividends Can Tokenize Anything, Including the Stock Market
15.12.2019
Not everyone is lucky enough to have access to the stock market and the ability to buy shares in successful corporations like Apple or Coca-Cola. Many impoverished and politically restricted areas make such participation impossible for those who live there. However, thanks to the ability...
China-like Digital Fiats to End Dollar Dominance
15.12.2019
Cash of the titans.
Artistdesign29
One of the hottest topics in cryptocurrencies is the prospect of major economies launching state-backed digital coins. China’s central bank recently accelerated plans for what is currently known as the Digital Currency Electronic Payment (DCEP)....
Lightning Network Wiki Page Faces Removal for Lack of Notability
13.12.2019
A slew of Wikipedia editors would like to delete the Lightning Network (LN) Wiki page because the subject matter does not hold notability. Wikipedia editors use notability as a test to find out if a topic warrants its own article. The LN article debate on Wikipedia is still raging as a few editors...
Is HEX a Scam or Just Something that Looks Really, Really Like a Scam?
12.12.2019
Richard Heart. Source: a video screenshot, Youtube, Richard Heart
"Oh, it looks like a scam, I know that," says Richard Heart, the founder of the controversial new cryptocurrency HEX. Speaking to Tone Vays' Bitcoin Law Review podcast, he admits that, "if you don't look into it, it looks like every...
Just Sharing My Gulpfile
11.12.2019
Seemingly out of the blue, the Gulp processing I had set up for this site started to have a race condition. I'd run my watch command, change some CSS, and the processing would sometimes leave behind some extra files that were meant to be cleaned up during the processing. Like the cleanup tasks...
Soccer Teams Like Juventus Look to Score With Blockchain Push
10.12.2019
Over the course of the last few years, teams like Juventus, PSG, AS Roma, Bayern Munich have made use of blockchain technology to interact and connect with their fans
How Facebook Avoids Ad Blockers
9.12.2019
Dylan Paulus:
Facebook actually hides 'dummy' DOM nodes between the 'Sponsored' text. These values are entirely random characters, with a random number of DOM nodes between them. Invisible characters. At this point our CSS ad blocker is completely broken. There is no way for us to possibly code...
Music and Web Design
9.12.2019
Brad has a long history in music outside of being a web designer, and draws some interesting parallels. One is that he had reached for more complex music in an effort to become a better musician — and developers can do the same thing. The other is that the composition of music can be seen...
A Showcase of Creative Websites and How to Build Uniquely Special Ones for Your Clients
9.12.2019
Some practical advice and showcase on how to create engaging websites and built them fast with a foundation like Be Theme.
A Showcase of Creative Websites and How to Build Uniquely Special Ones for Your Clients was written by Bogdan...
Techniques for Rendering Text with WebGL
6.12.2019
As is the rule in WebGL, anything that seems like it should be simple is actually quite complicated. Drawing lines, debugging shaders, text rendering… they are all damn hard to do well in WebGL.
Isn’t that weird? WebGL doesn't have a built-in function for rendering text. Although text seems like...