Skip to content
View Kay-79's full-sized avatar
๐Ÿฆ€
Focusing
๐Ÿฆ€
Focusing

Block or report Kay-79

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Kay-79/README.md

Hi ๐Ÿ‘‹, I'm Kay

I'm a Blockchain Developer. Every day is a learning day for me.

  • ๐Ÿ”ญ Iโ€™m currently working as a freelance blockchain developer.

  • ๐ŸŒฑ Iโ€™m currently learning Smart Contracts development.

  • ๐Ÿ‘€ Fun fact If i don't know about something, I don't know it today. But i'll learn it and implement in my code.

Socials

About me

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

contract Profile {
    string public name = "Kay";
    string public pronouns = "He | Him";
    string public currentFocus = "Web3 / Smart Contract / Dapp / EVM";

    string[] internal skills;
    string[] internal langs;
    string[] internal frameworks;

    function getSkills() public returns (string[] memory) {
        skills = ["git", "Agile/Scrum", "CI/CD"];
        return skills;
    }

    function getFrameworks() public returns (string[] memory) {
        frameworks = ["Next.js", "Redis", "PostgreSQL", "Tailwind CSS", "Hardhat", "Ethers.js", "Foundry"];
        return frameworks;
    }

    function getLangs() public returns (string[] memory) {
        langs = ["TypeScript", "Solidity", "JavaScript", "Rust", "Move", "Python", "AutoIt"];
        return langs;
    }

    function fun() public pure returns (string memory) {
        return
            "If i don't know about something, I don't know it today. But i'll learn it and implement in my code.";
    }
}

Pinned Loading

  1. erc6551crunch erc6551crunch Public

    A Rust program for finding salts that create gas-efficient Ethereum tokenbound addresses.

    Rust

  2. luvr luvr Public

    CI/CD for your relationship - A powerful Command Line Interface (CLI) tool written in Rust to help developers manage their love life, track milestones, and commit to memory (literally).

    Rust

  3. leet-code leet-code Public

    Leetcode challenge

    TypeScript

  4. discord-bot discord-bot Public

    JavaScript

  5. nft-trading-bot nft-trading-bot Public

    NFT Trading

    TypeScript

  6. bsc_node bsc_node Public

    Makefile