BlogHide Resteemscmichel (54)in programming • 5 years agoProgress Report - March 2020Progress Report - March 2020 I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on…cmichel (54)in programming • 5 years agoProgress Report - February 2020Progress Report - February 2020 Two months of 2020 already passed by. I post a progress report showing what I did and how my products performed each month. Last month's report can be seen…cmichel (54)in eos • 5 years agoHow to check if an EOS account has a smart contractHow to check if an EOS account has a smart contract Figuring out if an EOSIO account is a smart contract is an easy task if you are operating off-chain. One simply hits the get_code endpoint…cmichel (54)in eos • 5 years agoLaunching EOS Token PortfolioLaunching EOS Token Portfolio Traditional block explorers make it hard to see how your token balances evolve over time - something I always wanted to see for my own dapp accounts, but also for…cmichel (54)in programming • 5 years agoHow to deploy a create-react-app with github-actionsHow to deploy a create-react-app with github-actions Here's a quick guide on how to deploy a CRA (create-react-app) to GitHub pages using GitHub actions. We'll create a GitHub Action workflow…cmichel (54)in programming • 5 years agoProgress Report - January 2020Progress Report - January 2020 I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked…cmichel (54)in eos • 5 years agoHow to rollback to an older EOSIO.CDT version with brewHow to rollback to an older EOSIO.CDT version with brew Recently, EOSIO.CDT 1.7 has been released, but it has a [severe bug] where it crashes when trying to compile a contract using an…cmichel (54)in blog • 5 years agoGoals 2020Following the tradition of 2018 and 2019 , I'll revisit my previous year's goals and see what I achieved, and set new goals for 2020. Goals from 2019 ✅ Finish the book in the first…cmichel (54)in programming • 5 years agoProgress Report - December 2019I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on side-projects in December…cmichel (54)in eos • 5 years agoDe-anonymizing eosblender.comeosBlender, the first EOS mixing service, recently came to my intention by this EOS NY tweet: EOS Blender has launched which allows for trustless token mixing/transfer obfuscation services on…cmichel (54)in eos • 5 years agoEOSIO - How to pay for users' CPUEOSIO 1.8 introduced the ONLY_BILL_FIRTH_AUTHORIZER feature which only bills CPU costs of a transaction to the first account authorizing it. Which in turn allows any account to pay for the…cmichel (54)in eos • 5 years agoEOSIO Dev Puzzle - What's the max amount of RAM that can possibly be consumed by storing a single uint64Let's make the bear market a bit more fun. I'll be posting some EOSIO developer puzzles from now on in irregular intervals. Here's the first one: ❔ What's the max amount of RAM that can be…cmichel (54)in programming • 5 years agoProgress Report - November 2019I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on side-projects in November…cmichel (54)in eos • 5 years agoEarn on your unused CPU and help the EOS network!The latest trend on the EOS mainnet seems to be about earning tokens on anything: Earn EOS through REX and voter/proxy rewards, DAPP tokens through staking to DSP stake services, or EIDOS through…cmichel (54)in programming • 5 years agoProgress Report - October 2019I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on side-projects in October…cmichel (54)in eos • 5 years agoWhat really happened during the EOSPlay hackIt's been almost two weeks already since EOSPlay (and other EOSIO casinos) were hacked, and there are already many attempts at explanations circulating around. However, I'd still like to give…cmichel (54)in programming • 5 years agoProgress Report - July 2019I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on side-projects in July I…cmichel (54)in eos • 5 years agoHow to fetch any secondary EOSIO table index using eosjsUnderstanding how to fetch EOSIO contract tables based on primary and secondary indexes is easy in theory but gets hard in practice as one needs to deal with different key types and their respective…cmichel (54)in programming • 5 years agoProgress Report - June 2019I post a progress report showing what I did and how my products performed each month. Last month's report can be seen here . What did I do Hours worked on side-projects in June I…cmichel (54)in eos • 6 years agoAdvanced EOSIO programming conceptsWhile reviewing EOS smart contracts I noticed that every developer has its own style of programming and that there are many different ways to do the same things, like working with time or sending…