On: 2020-06-01 -
Reading Time: 5 Minutes
All static websites meet a hard limit when a comment form, βlikeβ buttons, or
any interactive content is required. These extra components force people to
build an API, host a server, a database or pay for any SaaS product that does
that… we could write a blog post about that, but it would be too easy! π€£
Instead in this article, I wanted to challenge myself a little more and explore
how to make a decentralized like button: We will try how it is to not be
hosting any server or database, and instead use a p2p networks and a
decentralized database to count the likes. π
Continue reading...
On: 2016-04-17 -
Reading Time: 2 Minutes
JavaScript development is crazy, and evolving fast… and the more you learn about it
the more you realize how crazy it has become π
. I think it is exciting, indeed, but
Sean, in his clear post
explained perfectly why a simple project is over-engineered
and I have to disagree with him: some JavaScript’s frameworks, like React, are
not the cause of unnecessarily complicated projects… and React is not over
engineered!
Sean, by using a simple example of an Hello World App in React described the
pain of using several tools and a big libraries, just to build a simple
application. He said:
Continue reading...