2022-03-31
3339
#blockchain#react
Mario Zupan
99019
Mar 31, 2022 ⋅ 11 min read

Substrate blockchain application with a custom React frontend

Mario Zupan I'm a self-employed Software Engineer and Trainer living in Vienna, Austria. I've worked at several companies and in multiple fields building, maintaining and operating distributed systems at scale using Java, Kotlin, Node, Go and Rust. I also taught advanced software engineering courses for several years at the University of Applied Sciences FH Joanneum in Graz and worked as a technical trainer, empowering other software engineers to reach their full potential. Currently, I work as a freelance software engineer and trainer again, looking to help companies build high-quality software solutions. Check out my personal blog: http://www.zupzup.org.

Recent posts:

A Comprehensive Guide To JavaScript Generators

A comprehensive guide to JavaScript generators

JavaScript generators offer a powerful and often overlooked way to handle asynchronous operations, manage state, and process data streams.

Fimber Elemuwa
Jan 24, 2025 ⋅ 8 min read
​​Solving Micro-Frontend Challenges With Module Federation

​​Solving micro-frontend challenges with Module Federation

webpack’s Module Federation allows you to easily share code and dependencies between applications, helpful in micro-frontend architecture.

Peter Aideloje
Jan 23, 2025 ⋅ 7 min read
typescript object destructuring

TypeScript object destructuring and you

Whether you’re part of the typed club or not, one function within TypeScript that can make life a lot easier is object destructuring.

Lewis Cianci
Jan 22, 2025 ⋅ 5 min read
Using Firebase For ASP.NET Authentication

Using Firebase for ASP.NET authentication

Firebase is one of the most popular authentication providers available today. Meanwhile, .NET stands out as a good choice for […]

Lewis Cianci
Jan 21, 2025 ⋅ 9 min read
View all posts

2 Replies to "Substrate blockchain application with a custom React frontend"

  1. Hi, that’s a fantastic work you are doing! Please, keep on going! It’s very helpful to get hands on the blockchain development. All the articles are created in a very friendly manner and inspires to keep on working! Thank you, Mario!

  2. Ethereum is planning to switch from its current proof-of-work (POW) consensus algorithm to a proof-of-stake (POS) algorithm. This change will likely happen sometime in 2023. Once Ethereum switches to POS, it will no longer be possible to mine Ethereum!

Leave a Reply