Skip to content
View 0xtharun's full-sized avatar

Block or report 0xtharun

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
0xtharun/README.md
Logo
0xtharun.me linkedin

 

$ cat /etc/0xtharun.ts
class Tharun {
  readonly GENESIS = 1011484800; // First commit: 20 JAN 2002

  public readonly config = {
    name: "Tharun Kumar",
    displayName: "0xtharun",
    role: "Full Stack Developer",
    location: "Somewhere between Coffee && Keyboard",
  };

  public readonly stack = {
    languages: ["C", "Python", "TypeScript", "Go", "Rust", "Java", "Node.js"],
    frameworks: ["Express", "React", "Next.js", "TailwindCSS"],
    databases: ["MongoDB", "MySQL"],
    tools: ["Linux", "Git", "Docker"],
  };

  private readonly debugLog = [
    "Can't get enough with IDE themes",
    "Thinks coffee is the answer",
    "Uses ENUMs for everything",
    "Talks to rubber ducks",
    "Scared of semicolons",
    "Loves to code at night",
  ];

  public getUptime(): string {
    return "8390 days"; // 22 years, 354 days
  }
}

// TODO: Navigating life one commit at a time
// System Status: Online | Coffee Level: High | Debug Mode: Active
// Last system check: 1/9/2025
$ git log --oneline
0xc0ffee Initial commit: Developer.genesis()
1337c0d feat: add TypeScript superpowers
0xdebug fix: resolve coffee overflow exception
0xc0ded feat: implement rubber duck debugging
deadc0de style: upgrade IDE theme collection
1234567 feat: enable matrix mode v1.0.0
c0ffee5 perf: optimize caffeine intake
0xbeans deps: upgrade coffee dependencies
badc0de fix: handle semicolon anxiety
feed123 docs: update README with new powers

JavaScript TypeScript Python c Go Rust java React Next.js Tailwind Node.js Express MongoDB PostgreSQL Git Docker Linux

Pinned Loading

  1. haze haze Public

    A beginner friendly interpreted language written in Go

    Go

  2. interviewed interviewed Public

    An awesome and robust platform for virtual interviews/assessments

    JavaScript

  3. docket docket Public

    Docket - A simple and minimalist ToDo App

    JavaScript

  4. disneyplus-clone disneyplus-clone Public

    Clone of Disney+ using ReactJS, React Styled Components and Redux with Firebase.

    JavaScript

  5. socket-chat socket-chat Public

    Socket Chat is a real-time chat application built with Node.js and Socket.io

    JavaScript

  6. palette-generator palette-generator Public

    A useful, functional and persistent color picker and color palette generator made with vanila javascript.

    JavaScript