@cmichel
HiveHow I gamed EOS Defi projects and still got rekt
2020-10-11 00:35# How I gamed EOS Defi projects and still got rekt Recently, a lot of EOS "Defi yield farming projects" popped up. I put projects in quotes because the common trait among the ones…
Payout: 0.000 HBDProgress Report - September 2020
2020-10-01 20:29# Progress Report - September 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](https://cmichel.io/…
Payout: 0.000 HBDHow to install an old package version with brew
2020-09-24 19:50# How to install an old package version with brew Sometimes you need to roll back to a previous version of a brew package. If the brew package maintainers do versioning this is as…
Payout: 0.000 HBDFixing C++ compilation bugs for the MacOS Catalina upgrade
2020-09-24 19:31# Fixing C++ compilation bugs for the MacOS Catalina upgrade I recently updated to macOS Catalina and encountered several issues with programs that use a C/C++ compiler. If you se…
Payout: 0.000 HBDProgress Report - August 2020
2020-09-03 21:42# Progress Report - August 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](https://cmichel.io/pro…
Payout: 0.000 HBDProgress Report - July 2020
2020-08-02 11:58# Progress Report - July 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](https://cmichel.io/progr…
Payout: 0.000 HBDObfuscating EOSIO smart contracts
2020-07-12 11:03# Obfuscating EOSIO smart contracts There are classes of smart contracts where one would rather not reveal how they work internally. It's a common theme with private smart contrac…
Payout: 0.000 HBDProgress Report - June 2020
2020-07-05 18:49# Progress Report - June 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](https://cmichel.io/progr…
Payout: 0.000 HBDProgress Report - May 2020
2020-06-02 17:02# Progress Report - May 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](https://cmichel.io/progre…
Payout: 0.000 HBDTyping transformations in TypeScript
2020-06-02 16:47# Typing transformations in TypeScript I really enjoy using TypeScript and use it in all of my own projects. There's just something about knowing what types your objects and funct…
Payout: 0.000 HBD8 EOSIO WASM intrinsics you might not have heard about
2020-04-21 04:47# 8 EOSIO WASM intrinsics you might not have heard about EOSIO smart contracts are just simple WebAssembly files. The WebAssembly format allows defining **imports**, functions tha…
Payout: 0.000 HBDEOSIO C++ IntelliSense in VSCode
2020-04-20 16:47# EOSIO C++ IntelliSense in VSCode If you're a developer nowadays chances are high that you're using VSCode as your IDE of choice. It's my favourite IDE for web development, but I…
Payout: 0.000 HBDTesting EOSIO smart contracts with Hydra
2020-04-10 07:06# Testing EOSIO smart contracts with Hydra Testing EOSIO smart contracts was always a big pain point for me and many other developers, especially newcomers. I probably spent more …
Payout: 0.000 HBDProgress Report - March 2020
2020-04-04 17:34# Progress 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](https://cmichel.io/prog…
Payout: 0.000 HBDProgress Report - February 2020
2020-03-01 07:58# Progress 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 c…
Payout: 0.000 HBDHow to check if an EOS account has a smart contract
2020-02-23 11:33# How 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…
Payout: 0.000 HBDLaunching EOS Token Portfolio
2020-02-17 16:45# Launching 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 account…
Payout: 0.000 HBDHow to deploy a create-react-app with github-actions
2020-02-16 17:40# How 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 A…
Payout: 0.000 HBDProgress Report - January 2020
2020-02-02 10:00# Progress 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](https://cmichel.io/pr…
Payout: 0.000 HBDHow to rollback to an older EOSIO.CDT version with brew
2020-01-21 08:17# How 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 u…
Payout: 0.000 HBD