Skip to content

Organizations

@Haxor-World
Block or Report

Block or report zeruhax

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
zeruhax/README.md

Hi i am zeruhax but u can call me zeru

interface Biodata {
    name : string,
    languages : Array<string>,
    techStack : Record<string, string|Array<string>>,
}

const bioData : Biodata = {
    name : "Zeru",
    languages : ["C++","C#","Golang","Python","Php","Javascript","Typescript","Node.js","Rust"],
    techStack : {
        framework : ["Express.js","Fiber","Gin Gonic","Laravel","Next.js","Django","Flask"],
        library : ["React.js","Redux"],
        dbms : ["Mongodb","Postgresql","Mysql","Redis"]
    },
}

console.log(bioData)

Popular repositories Loading

  1. Go-Dapa Go-Dapa Public

    Simple Da Pa Checker Build With Golang

    Go 2

  2. gorang gorang Public

    Go Ip Ranger

    Go

  3. Hippocrates Hippocrates Public

    A free reverse ip

    Python

  4. zeru-client zeru-client Public

    Zeru client for zeru api

    Go

  5. zeruhax zeruhax Public

    Config files for my GitHub profile.

  6. Telebot-Forwarder Telebot-Forwarder Public

    Simple Telegram Bot Forwarder

    Python