Historical Relevance
This site is no longer maintainted but being kept online for historical purposes and relevance.
This site is no longer maintainted but being kept online for historical purposes and relevance.
After a long while I decided to dive deeper into RUST. I was around in the early days of RUST at Mozilla so it has been a long time on my to-do list. I started with the most obvious choice and that is the RUST book The Rust Programming Language – The Rust Programming Language (rust-lang.org) and slowly working my way through them with the aim to have it completed across this summer. Creating the…
There are two main methods that the blockchain uses in order to store ledger information. There is the UTXO model which was the original model and used in Bitcoin. Then there is the account model which is used in Ethereum. In this talk, we will be comparing the two models. The UTXO model is referred to as the cash model. In our model we can see Jane receives $100 from Bob and $50 from Tom,…
I have recently been playing with Algo and going through the newly created AlgoHub PyTeal Developer course. For my development IDE I decided to go with VSCode, why you ask? I guess it is becoming abit of a standard for blockchain development and my Spydr IDE I tend to use more for financial modelling. The course was well laid out, the videos could have had higher resolution on the code snippets but using my zoom…
This year I ended up sitting on a panel on Saturday, day one of the conference to discuss “getting a job in Blockchain Development”. The talk went well and I was accompained by an amazing panel. I am not sure if it was video captured but if it was I will put the link up. Some of the key take aways: Your never to early Discord is your friend, join a channel it is still…
I have decided to write a tutorial because I myself got lost in setting up Algorand development environment. So lets see if I can add any clarification for people and also create a reference place for myself. As everything in web3 moves fast this tutorial notes could become outdated and if they do I will do my best to either update the post or simply make a new one. Development environment tools The key tools…