Skip to content
View Botsailer's full-sized avatar
πŸ˜‡
Ending
πŸ˜‡
Ending

Block or report Botsailer

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
Botsailer/README.md
Coding Monkey

Profile Views


🎭 whoami β€” The Origin Story

class Developer {
  constructor() {
    this.name = "HrSGOD";
    this.alias = "Botsailer";
    this.location = "Mumbai, India 🌊";
    this.education = "Computer Science";
    this.sleepSchedule = "What's that?";
    this.debugMode = true;
    this.caffeineLevel = Infinity;
  }

  getCurrentStatus() {
    return this.bugCount > 0 
      ? "πŸ”₯ Fighting Production Fires" 
      : "✨ Creating Tomorrow's Bugs Today";
  }

  getLifeMotto() {
    return `
      // Code is poetry, but mine is more like:
      // A mysterious haiku that only runs at 3 AM
      // And breaks on Fridays
    `;
  }

  async solveProblem(issue) {
    await this.tryStackOverflow(issue);
    await this.askChatGPT(issue);
    await this.readDocs(issue); // Last resort
    return "It was a semicolon.";
  }
}

const me = new Developer();
export default me;

🧬 Tech DNA Sequencing Results

@@                    GENETIC CODE BREAKDOWN                    @@
+ 40% JavaScript (with occasional TypeScript mutations)
+ 25% Node.js & Express (Backend bloodline)
+ 15% React & Frontend Sorcery
+ 10% MongoDB & Database Wizardry
+ 5% Python (for when JS doesn't cut it)
+ 3% Git (mostly git reset --hard)
+ 2% CSS (I use Flexbox for everything, fight me)
- 0% Sleep (deprecated in v2.0.1)
πŸ“¦ Full Tech Arsenal (Click to Expand)

Languages & Frameworks

JavaScript TypeScript Node.js React Python Kotlin HTML5 CSS3

Databases & Backend

MongoDB PostgreSQL Redis Express.js MySQL

Tools & Weapons

Git GitHub Linux VS Code Postman Docker npm


🎯 Current Missions & Side Quests

class CurrentStatus:
    def __init__(self):
        self.main_quest = "Building full-stack applications that actually work"
        self.side_quests = [
            "Making APIs RESTful again",
            "Understanding why async/await exists",
            "Convincing myself CSS isn't that hard",
            "Reading documentation (radical concept)"
        ]
        self.boss_battles = [
            "CORS errors (the final boss)",
            "Merge conflicts",
            "Production bugs at 2 AM",
            "Explaining to non-devs why 'just add a button' takes 3 days"
        ]
    
    def daily_routine(self):
        while True:
            self.write_code()
            self.break_code()
            self.google_error()
            self.fix_code()
            self.commit("fixed bug")  # lie
            self.push_to_prod()  # YOLO
            if not self.is_friday():
                continue
            else:
                self.deploy_and_pray()  # bad idea

πŸ“Š GitHub Activity & Stats

πŸ”₯ Commit Streak & Contributions

GitHub Streak Stats

πŸ“ˆ Contribution Graph

Activity Graph

Interpretation Guide:
- Spikes = learning something new (or caffeine overdose)
- Flat lines = pretending to take a break
- Streaks = forgetting what sleep is
- Gaps = the WiFi was down (probably)

πŸ† GitHub Achievements & Trophies

Trophies


πŸ’€ My Development Philosophy

βœ… What I Believe In

package main

func myPrinciples() {
  β€’ "Move fast and break things" 
    (then fix them at 3 AM)
  
  β€’ console.log() is a valid 
    debugging strategy
  
  β€’ Comments are for the weak
    (Past me hates Present me)
  
  β€’ If it works, don't touch it
    (It's not stupid if it works)
  
  β€’ Git commit -m "stuff"
    is perfectly acceptable
  
  β€’ Production is the best 
    testing environment
}

⚠️ Developer Warnings

fn reality_check() {
    // Error handling? Never heard of her
    let result = dangerous_operation().unwrap();
    
    // Comments I actually write:
    // TODO: Fix this later
    // HACK: This is terrible
    // WTF: Why does this even work?
    // NOTE: I have no idea what this does
    
    // My git history:
    // "fixed bug"
    // "actually fixed bug"
    // "fixed bug for real this time"
    // "I give up"
    // "nvm it works now"
}

πŸŽͺ Current Side Projects (Probably Abandoned Tomorrow)

Project Status Description Reality Check
πŸ€– Discord Bot πŸ”₯ Active A bot that does... bot things Works 60% of the time, every time
🌐 Portfolio Site πŸ’€ Dead My personal website Been "90% done" for 6 months
πŸ“± React App πŸ› Buggy Cool idea I had at 2 AM useState confusion intensifies
πŸ”§ API Gateway 🚧 WIP Microservices architecture Currently a macroservice

πŸ“Š Weekly Coding Activity (The Truth Hurts)

Monday      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  35%  (Recovering from weekend)
Tuesday     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  60%  (Actually productive!)
Wednesday   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  75%  (In the zone)
Thursday    β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘  65%  (Momentum dying)
Friday      β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  15%  (Already checked out)
Saturday    β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   0%  (What's a computer?)
Sunday      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%  (Panic coding for Monday)

πŸŽ“ What I'm Currently Googling Learning

graph LR
    A[Learn New Tech] --> B{Does it work?}
    B -->|Yes| C[Don't touch it again]
    B -->|No| D[Google error message]
    D --> E[Copy Stack Overflow solution]
    E --> F{Does it work now?}
    F -->|Yes| G[Pretend you understood it]
    F -->|No| H[Cry in console.log]
    H --> D
    G --> I[Add to resume]
Loading
  • πŸ”₯ Advanced JavaScript: Still confused about this keyword
  • ⚑ Node.js Internals: How does require() actually work? Still don't know
  • βš›οΈ React Ecosystem: useEffect dependency array is my nemesis
  • πŸ—οΈ System Design: Trying to understand why microservices exist
  • πŸ› Debugging: console.log() vs actual debugger (I choose violence)

🀝 Connect With Me (I Don't Bite... Hard)

Discord Banner GitHub LinkedIn Email

⚑ Fun Fact: I'm currently online and probably debugging something right now


🎭 Random Dev Humor

Jokes Card

πŸ’­ Expectation vs Reality: A Developer's Journey

🎯 Expectation 😭 Reality
Clean, documented code Spaghetti with a side of regret
Test-Driven Development Production-Driven Debugging
Semantic commit messages "Fixed stuff" Γ— 47
Proper error handling try-catch-pray pattern
Following best practices Whatever worksβ„’
8-hour workday "Just one more fix" at 3 AM
Understanding my old code "Who wrote this garbage?" (it was me)

πŸ“ Code of the Week (Probably Doesn't Work)

// My typical Monday morning code:
async function getMotivation(): Promise<string> {
  try {
    const coffee = await brewCoffee({ strength: 'lethal' });
    const music = await playMusic({ volume: 'neighbor-complaining-level' });
    
    if (coffee && music) {
      return "LET'S SHIP THIS! πŸš€";
    }
    
    throw new Error("Send help");
  } catch (error) {
    console.error("It's gonna be one of THOSE days");
    return getMotivation(); // Recursion until success (or stack overflow)
  }
}

// Me at 3 AM fixing production:
const panicMode = () => {
  while (true) {
    console.log("WHY IS IT BROKEN?!");
    console.log("IT WORKED ON MY MACHINE!");
    // TODO: Actually fix the bug
    // FIXME: This entire function
    // HACK: Yes
  }
}

πŸŽͺ The HrSGOD Extended Universe

🎬 My Developer Journey (A Tragedy in Three Acts)

Act 1: The Naive Beginning

Started learning to code thinking I'd be the next Zuckerberg
Reality: Can't center a div

Act 2: The Struggle

Discovered Stack Overflow
Learned what "undefined is not a function" means
Still learning what it means

Act 3: Current Status

Professional bug creator
Occasional bug fixer
Full-time coffee consumer
Part-time Stack Overflow lurker
πŸ“š My Personal Documentation (aka Things I Keep Forgetting)
# Commands I Google every single time:
git reset --hard HEAD~1  # The panic button
docker ps -a  # What containers do I even have?
npm cache clean --force  # The "have you tried turning it off" of Node
sudo rm -rf node_modules && npm install  # Nuclear option

# RegEx I'll never remember:
/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/  # Email validation (probably)

# CSS I constantly look up:
.center { 
  /* Literally any method works, I'll google it anyway */
}
πŸ’‘ Debugging Wisdom I've Learned the Hard Way
const debuggingLessons = {
  lesson1: "The bug is never in the framework",
  lesson2: "The bug is always in your code",
  lesson3: "When you think you found the bug, there are 3 more",
  lesson4: "console.log('here') is a valid debugging strategy",
  lesson5: "If it works, don't ask why",
  lesson6: "The semicolon is always guilty",
  lesson7: "Rubber duck debugging actually works",
  lesson8: "Sleep deprivation is not a feature",
  lesson9: "git commit before trying anything sketchy",
  lesson10: "There's always one more bug"
};

πŸ’¬ The Sacred Developer Mantras

; PUSH your code
; POP your mistakes  
; CALL for help
; RET to sanity
; JMP to conclusions
; NOP (when nothing works)
; MOV anxiety, MAX
; INT 21h ; Exit (but never really)

🎯 Life Goals

val lifeGoals = listOf(
    "Write code that doesn't make senior devs cry",
    "Understand async/await without Googling",
    "Center a div on the first try",
    "Read error messages before asking for help",
    "Actually finish a side project",
    "Stop using 'any' in TypeScript",  // Impossible
    "Sleep before 2 AM",  // Also impossible
    "Fix a bug without creating two more",  // Myth
    "Write tests before code",  // Yeah, right
    "Document my code properly"  // LOL
)

fun achieveGoals() {
    lifeGoals.forEach { goal ->
        println("$goal: Status = Still Working On Itβ„’")
        Thread.sleep(∞) // Someday...
    }
}

🎭 Current Mood

Current Mood

Translation: Something is broken and I have no idea why (as usual)


πŸ’Ό My Actual Skill Set

Skill Proficiency Level
Googling Errors β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
Copy-Pasting from Stack Overflow β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
Causing Bugs β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%
Fixing Bugs β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 40%
Understanding My Own Code β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 20%
Work-Life Balance β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0%
Saying "It works on my machine" β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ 100%

🎸 Closing Credits

if (you.enjoyed(this.readme)) {
  star(this.repo); // Make my day!
  follow(me); // Get more chaos in your feed
  contribute(); // Let's build something broken together
} else {
  // You still read till here, so that's a win
  console.log("Thanks for visiting anyway! πŸ’™");
}

/**
 * Remember: Code is like humor.
 * When you have to explain it, it's bad.
 * But when it breaks, someone's getting fired.
 * 
 * Stay caffeinated, stay curious, and may your
 * bugs be shallow and your stack traces short.
 * 
 * - HrSGOD (aka Botsailer)
 * Mumbai's finest console.log() enthusiast
 * Professional "works on my machine" practitioner
 */

⚑ Powered by caffeine, Stack Overflow, and pure determination
πŸ› Bugs are features in disguise | πŸ’€ Code first, think later | β˜• Coffee > Sleep
Made with ❀️ and a dangerous amount of energy drinks

Pinned Loading

  1. Betryal.commit Betryal.commit Public

    A android based spyware designed in kotlin

    Kotlin 1

  2. DepressedZone DepressedZone Public

    Anime website with manga

    HTML 2

  3. Betryal.commit-back Betryal.commit-back Public

    backend

    JavaScript

  4. betryal.commit_frontend-main betryal.commit_frontend-main Public

    JavaScript

  5. files-front files-front Public

    JavaScript