Negatives of coding with AI
I have been using Claude code for several months now. I am quite impressed by its abilities. Although I have a growing sense that using LLMs for code generat...
I have been using Claude code for several months now. I am quite impressed by its abilities. Although I have a growing sense that using LLMs for code generat...
My name is Kush Goyal and I graduated from IIT Delhi in 2012 as a Textile Engineer. Currently, I am running my software company called sumtracker.com, which ...
Solidity does not have the concept of typeof or isinstance. Given a contract address you cannot find out if this is of a particular contract. But there is ...
Matic is a sidechain which uses an adapted version of plasma MVP to secure itself using the Ethereum mainchain. Sidechain and plasma chain are 2 different c...
Solidity has the call function on address data type which can be used to call public and external functions on contracts. It can also be used to transfer eth...
Django Rest Framework (DRF) does not handle nested json data out of the box. There is an important reason for that. DRF cannot assume how do you want it to...
Cosmos is a network of interoperable blockchains. Cosmos uses Tendermint BFT which is PoS based consensus algorithm. Tendermint BFT is an open source platf...
Uniswap protocol is an ETH native smart contract system which enables swapping of pairs of ERC20<>ERC20 and ERC20<>ETH. Uniswap uses automated m...
Crypto influencers and companies use “inflation” incorrectly. “Inflation” has 2 means; the physical meaning and the economic meaning. The physical meanin...
UPDATE (30th May 2022): Do not invest a dime in anything which Do Kwon builds. Terra is a PoS blockchain built using the Cosmos SDK. Cosmos SDK uses Tenderm...
Ethereum is facing a scaling issue because of high transaction volume. More than USD 1T were settled on Eth in 2020 and blockchain has reached its peak in te...
First decide what is your strength. The two main bottle necks I see in building a saas company are product and distribution. By product I mean what are you...
Diversify into different markets and investment options Keep 10% of capital in cash When return is high, sell enough to get back the principal When ...
I have made multiple attempts at starting a successful SAAS business. This time I think I have been able to do it. I am running sumtracker, an inventory and ...
Django Rest Framework (DRF) is an amazing framework to create a REST API. It has token based auth built in to create a login api. I have used the code from D...
These are important to make sure you don’t fail. In my experience of trying to build a SaaS company I failed twice on all 3 aspects. I didn’t iterate on the...
Ethereum devcon2 2016 was held in Shanghai and was organised by the Ethereum foundation. The event spanned 3 days from 19th to 21st September in the Grand ba...