Search
‘This will be our last post’ — LBRY throws in towel against the SEC
20.10.2023
“Thank you to everyone who fought with us for online freedom,” the LBRY Inc team said
The Many Facts That Indicate Bitcoin’s Creator Satoshi Nakamoto Won’t Ever Come Back
27.10.2021
On January 3, 2022, the Bitcoin network will be celebrating its 13th year of life after its creator Satoshi Nakamoto kick-started the protocol. The creator of Bitcoin has always been the community’s most famous and mysterious character. Roughly ten years ago, Satoshi logged off, never...
Ten Years Ago Satoshi Nakamoto Logged Off – The Final Message from Bitcoin’s Inventor
13.12.2020
Ten years ago today, the pseudonymous programmer (or programmers) Satoshi Nakamoto logged into the forum bitcointalk.org one last time, and left the Bitcoin community for good. The day prior Nakamoto wrote a final message to the crypto community by offering a quick build and telling developers that...
Jeffrey Epstein Confidant Ghislaine Maxwell’s Last Reddit Post Was About Bitcoin
8.7.2020
The cryptocurrency community has been discussing the infamous Ghislaine Maxwell, the associate of the financier and convicted sex offender Jeffrey Epstein. Maxwell was recently arrested and many speculators think she may see the same fate as Epstein before she talks. Moreover, it seems the last...
Creating Dynamic Routes in a Nuxt Application
30.7.2019
In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly common use-case: you get data from an API, and you either don’t know exactly what that data might be, there’s a lot of it, or it might change....
Deep Dive into GraphQL Mutations
18.6.2019
This is a continuation on the series i’ve been doing on GraphQL Actions. In the last post on this series we worked on a Deep
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
Building a RSS Viewer With Vue: Part 2
19.6.2018
Welcome to Part 2 of this mini-series on building a RSS viewer with Vue. In the last post, I walked through how I built my demo using Vue.js and Vuetify on the front end and Webtask on the back end. When I built that initial version, I knew it was exactly thatmdash;an "initial" version. I took some...