DENNISMUTHAMA

Backend & Blockchain Developer

Building Scalable Backends & Smart Contracts

I specialize in Python/Django for backend systems and Solidity/Hardhat for blockchain development.


// Sample Solidity Smart Contract
contract YourProject {
    mapping(address => uint) public balances;
    
    function deposit() public payable {
        balances[msg.sender] += msg.value;
    }
}
                        

My Skills

Backend Development

  • Python (Django)
  • RESTful APIs
  • Pandas
  • PHP
  • MongoDB

Blockchain

  • Solidity (Hardhat, Truffle)
  • Ethers.js, Web3.js
  • ganache
  • Metamask connection
  • Smart Contract Deployment

Front-end

  • Javascript
  • React

Projects

VOTING DAPP

voting using smart addresses in the ethereum chain and automatically display real-time results of election outcome

Solidity Hardhat React ethers.js Metamask wallet
View Demo

COW MANAGER SYSTEM

For tracking daily cow produce as well as connecting the farmers to the vets for medical asssitance

django Python
View Code

Get In Touch

Email

dennismuthama102@gmail.com

GitHub

github.com/DennisMuthama