Aug 26, 2019My Experience about GSoC 2019 with Developers ItaliaWhat is “Google Summer of Code” Google Summer of Code, also known as GSoC, is a program to promote open-source software development. It has been organized by Google every summer since 2005 and it lasts 4 months, from mid-May to mid-August. …Google Summer Of Code5 min read
Jan 21, 2018How to Work BlockChainsmall tutorial with code to try to create your blockchain. how to work blockchain, this is only example structure. 😃 I used typescript because is very easy to read/understand. go to code: simple-Blockchain Block.ts Instance variable index ===> index block. timestamp ===> date of block instance. data ===> any type of data to save in block precedentHash ===>hash of the last block (lock added before this block).Blockchain2 min read