How to make a decentralized like button
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 readingReact is not over engineered
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!
Continue reading