Skip to content
View boyScavedo's full-sized avatar

Block or report boyScavedo

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

Header GIF

FULL-STACK ENGINEER (IN PROGRESS)

Status: Focused.
Mode: Deep Work.
Focus: Frontend Development.


INTRODUCTION

const INTRODUCTION = {
  name: "Jeevan Adhikari",
  pronouns: ["he", "him"],
  languages: ["TypeScript", "JavaScript", "Python", "C++"],
  Orientation: "Builder-first, learning by implementation",
  Primary_domain: "Full-stack web applications",
  Secondary_interest: "Game systems and rendering fundamentals",
  Working_style: [
    "Break systems into small, explicit parts",
    "Prefer understanding over speed",
    "Avoid abstractions I cannot explain"
  ],

  technologies: {
    frontend: {
      libraries: ["React"],
      frameworks: ["Next.js"],
      styling: ["Tailwind CSS"],
    },

    backend: {
      node: ["Node.js", "Express"],
    },

    databases: {
      relational: ["PostgreSQL"],
      nosql: ["MongoDB"]
    },

    APIs: ["REST APIs"],

  architecture: {
    frontend: ["SPA", "SSR", "CSR"],
    backend: ["monolith"],
    data: ["relational", "nosql"]
  },
};

๐Ÿง  TECHNICAL_CAPABILITY

Area Current Level Notes
JavaScript / Node.js Working REST APIs, JWT auth, basic backend structure and validation
React + Tailwind CSS Working Responsive UI, component-based layout
MongoDB Working Data storage and retrieval
C++ Beginner-Intermediate Basic class-based system design
OpenGL Beginner Rendering basic 2D shapes, learning pipeline concepts
Git Working Version control and collaboration

๐ŸŽฏ CURRENT_FOCUS

Primary:

  • Building full-stack web applications with clear auth flows
  • Writing readable, maintainable backend logic
  • Strengthening fundamentals

Secondary:

  • Learning OpenGL from first principles (2D โ†’ understanding the pipeline)
  • Experimenting with system-style design in C++

๐Ÿ”ง ACTIVE_IMPROVEMENTS

  • Auth correctness and route security
  • Code structure and consistent naming
  • Understanding why things work, not just that they work

๐Ÿ“œ OPERATING_PRINCIPLES

  • Clarity over cleverness
  • If I canโ€™t explain it, I donโ€™t claim it
  • Learning is part of the system, not a phase
  • Code is written to be read later

๐Ÿ“˜ LEARNING_MODE

  • Prefer documentation and specifications over tutorials
  • Spend time debugging, never outsource debugging early
  • Build small, test assumptions, then expand
  • Revisit earlier code to improve clarity and structure

SYSTEM_LOCK: ENABLED
Inspect repositories for details


Popular repositories Loading

  1. todo-workspace todo-workspace Public

    A discord inspired, kanban styled, todo list organizer

    JavaScript 1

  2. boyScavedo boyScavedo Public

    Config files for my GitHub profile.

    Java

  3. porfolio porfolio Public

    Repository containing code for my portfolio

    HTML

  4. jeevan-nvim-setup jeevan-nvim-setup Public

    Personal neovim setup

    Lua

  5. CPP_Programming CPP_Programming Public

    All my lab reports and other stuff in one repo

    C++

  6. todo-workspace-backend todo-workspace-backend Public

    Backend for todo-workspace

    JavaScript