Skip to content
View stable-release's full-sized avatar

Block or report stable-release

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
stable-release/README.md

👋 Howdy, I'm Kevin!

✨ Software Engineer

⚡ Full-Stack Developer

A bit of who am I?...

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

/// @title About Me
/// @author Kevin Lin
/// @notice This contract describes a bit about me
contract Kevin {

    string storage Code       = [ "Javascript", "Solidity", "HTML5", "CSS3",
                              "PostgreSQL", "C#", "Typescript", "Python" ];

    string storage Tools      = [ "React", "Node", "Mocha", "Chai", "Foundry",
                              "Hardhat", "Ethers", "Web3", "Material UI", "Bootstrap" ];

    /// @notice Retrieve my development setup
    /// @return An array of environment IDEs
    function WhatEnvironmentDoIUse() public returns (string[] memory Env) {
        string[] memory Env   = [];
        Env.push("Visual Studio Code");
        Env.push("Visual Studio 2022");
    }
}

😄 Love to live to learn

Pinned Loading

  1. winter-24-hackathon winter-24-hackathon Public

    Chegg Winter '24 Hackathon

    JavaScript 1

  2. mode-base mode-base Public

    Solidity 1

  3. mlh-flow-app mlh-flow-app Public

    Cadence 1

  4. reservations-capstone reservations-capstone Public

    Reservation Management System with UI

    JavaScript