QuikNode guides are designed with beginners in mind. Learn all about developing on Web3. (more…)
Read more »
We can use the built-in function map() to apply a function to each item in an iterable (like a list or dictionary) and return a new iterator for retrieving the results. In this tutorial, we'll review three different ways of working with map(): with a... (more…)
Read more »
I find blockchain fascinating because it extends open source software development to open source + state. This seems to be a genuine/exciting innovation in computing paradigms; We don’t just get to share code, we get to share a running computer, and anyon... (more…)
Read more »
A Python package to convert a Markdown file to a forest data structure for functionality and modification - GitHub - kj3moraes/mdforest: A Python package to convert a Markdown file to a forest data... (more…)
Read more »
Should features live in several independent Microservices, or is a Monolith the way to go? What kind of setup is the best one for the code in a repo? Organizing is difficult.
(more…)
Read more »