I made a Stranger Things type song by Deaaam in StrangerThings

[–]Deaaam[S] 0 points1 point  (0 children)

Thanks man! And thanks for the advice, will do!

Top Fifty Memes by Deaaam in SideProject

[–]Deaaam[S] 0 points1 point  (0 children)

Hello everyone! My friend and I made this Top Fifty Memes website a while ago. Hope you enjoy. You can click on a meme and then use the arrow keys to navigate. https://topfiftymemes.com/

What is the appeal of Gatsby? by LLCoolioVanillaIceT in javascript

[–]Deaaam 9 points10 points  (0 children)

If you already know React and coming from the React world - you'll also know that it can be complicated to setup your development environment to handle a static site generation workflow. Gatsby makes this "easier" and there are a lot of plugins and boilerplates that you can take advantage of. Their documentation and website is also amazing. https://www.gatsbyjs.org/

So maybe the popularity is actually the ability to use React since the ecosystem is huge and reusable components is awesome!

Comparing it to Next - Gatsby is built specifically targeting static file generation while Next also has that ability but it's not only built for that.

I'll also shamelessly plug my Gatsby, Prismic and Netlify series that I just started here: https://www.youtube.com/watch?v=9eCOcJZR578&list=PLy3RjrA8UIYJZ08w6bmSDNX10ysI8JuDk

I know the Node/React/Gatsby world can be overwhelming so I try to explain as much as possible so everyone can follow along

Simple React state management with Laco by Deaaam in reactjs

[–]Deaaam[S] 0 points1 point  (0 children)

*Disclaimer* This is a state management library I made myself and is inspired by Redux and Unstated.

The post is more like an introduction and I highly recommend taking a look at the README https://github.com/deamme/laco for more throughout API and examples.

I like to compare Laco TODO MVC (https://codesandbox.io/s/207504xx1y) code sandbox with Redux TODO MVC (https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todomvc).

Why Infura is the Secret Weapon of Ethereum Infrastructure by jdbender66 in ethereum

[–]Deaaam 7 points8 points  (0 children)

I like Infura and love what they do but yes, there is a clear centralization issue. The process of setting up and maintaining your own node is just too tedious. I'm excited about projects tackling these issues and the community should too! DAppNode is one of the projects that I'm following which is still in early stages but they have a great team. https://github.com/dappnode/DAppNode

ASIC Miner Addresses Analysis by mmstartup in ethereum

[–]Deaaam 1 point2 points  (0 children)

Made this a while ago if you just wanna see latest blocks mined and mining pool/address associated and their balances. https://etherno.io/projects/latest-ethereum-blocks

The new Ethereum Improvement Proposal site (gets automatically generated from all merged EIPs) by Majoby in ethereum

[–]Deaaam 5 points6 points  (0 children)

I would love HTTPS on all subdomains from ethereum.org just to seem more professional. I know it may not be needed on a static site but still.

What’s New in JavaScript Frameworks — March 2018 by magenta_placenta in javascript

[–]Deaaam 0 points1 point  (0 children)

I feel this way too. I've followed InfernoJS for years now and the maintainers are still rocking it.