Code Monkey home page Code Monkey logo
Cover

Currently Learning Solidity

I'm Thanh Doan Khiet @doankhietthanh

  • ๐Ÿ”ญ Iโ€™m currently becoming to Fullstack developer
  • ๐ŸŒฑ I'm learning about Blockchain
  • ๐Ÿ‘ Iโ€™m looking to contribute to open source
  • ๐Ÿฅ… Goals:
    • Freshfood app with Blokchain IoT
    • Face emotion app with AI & IoT
  • โšก Fun fact:
    • Plays game
    • Build and Hackintosh on PC

A little more about me...

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

contract Profile {
    string public firtName = "Thanh";
    string public lastName = "Doan Khiet";
    string public currentFocus = "Blockchain | Web | Mobile | IoT";

    string[] internal skills;

    function getSkills() public returns (string[] memory) {
        skills = [
            "C/C++",
            "Python",
            "ReactJS",
            "NextJS",
            "NestJS",
            "Solidity",
            "Hardhat",
        ];

        return skills;
    }

    function getFullName() public returns (string[] memory){
      return "I'm " + firstName + lastName; // "I'm Thanh Doan Khiet"
    }

    function fun() public view returns (string memory) {
      return
            "Two bytes meet.  The first byte asks, 'Are you ill?' The second byte replies, 'No, just feeling a bit off.'";
    }
}

๐Ÿคน My Skill Set

Frontend

C C++ Python JavaScript TypeScript Dart React NextJS Flutter Figma Illustrator

Backend

Node.js Express.js NestJS Python

DevOps

Linux Git Bash Docker

And with Blockchain

Solidity Hardhat Hardhat

๐Ÿ•น๏ธ Projects

  1. Blockchain IoT For Freshfood

๐Ÿ’ฌ Connect with me


๐ŸŒฑ Github Stats


Doan Khiet Thanh's Projects

firebase-esp8266 icon firebase-esp8266

๐Ÿ”ฅ Firebase RTDB Arduino Library for ESP8266. The complete, fast, secured and reliable Firebase Arduino client library that supports CRUD (create, read, update, delete) and Stream operations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.