Skip to content
View kusum-bhattarai's full-sized avatar

Highlights

  • Pro

Block or report kusum-bhattarai

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

HENLO there! I'm Kusum Bhattarai Sharma :)

.data
  name:  .asciiz "I am a Computer Science Major."
  major: .asciiz "Welcome to my Github :)"

.text
  la $a0, name   # print major
  li $v0, 4
  syscall

  la $a0, major  # print welcome msg
  li $v0, 4
  syscall
Output:

I am a Computer Science Major.
Welcome to my Github :)

IRONMAN


πŸ› οΈ My Technical Skills

C++ Java Python JavaScript PostgreSQL HTML CSS Tailwind CSS
React TypeScript Node.js Express Jupyter Notebook Git websocket Visual Studio Code
Spring Pandas GitHub bash Docker CI/CD Linux Bitbucket

batman-emoji When I'm not coding, you’ll find me:

  • Watching Formula 1 and rooting for my favorite drivers. 🏎️
  • Reading books and articles about Philosophy, Astrophysics, and Computer Science. πŸ“š
  • Always looking for the perfect balance between creativity and logic, hehe ;)
  • Saving the city!

🌐 Establishing Connection...

[β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ] 100%
> ACCESS GRANTED
> LOADING CONTACT PROTOCOLS...
> INITIALIZING SECURE CHANNELS...
> Connection established. Let's build something amazing together!

Pinned Loading

  1. dev_journal dev_journal Public

    This is a personal journaling app where developers can log their thoughts and share them with others.

    TypeScript 3

  2. Clash-Royale-Clone Clash-Royale-Clone Public

    A terminal game inspired by the popular strategy game Clash Royale. This was developed to practice and experience with my skills in Data Structures, Algorithms, and OOP.

    C++ 7 1

  3. imraghavojha/lit imraghavojha/lit Public

    A Lightweight Local Version Control System inspired by Git written in Java. Track code changes, manage versions and merge branches.

    Java 4

  4. sudoku sudoku Public

    This is a simple sudoko game developed using C++ and ncurses for TUI. Got the motivation after solving leetcode Valid Sudoku problem. xD

    C++ 1

  5. No_Chess.com No_Chess.com Public

    Built on Stockfish Engine, this app provides reliable recommendations, analysis, and review with an evaluation bar on the side.

    Python 3

  6. Watched Watched Public

    A movie library app with personalized categories. You can search for the movie or show you have watched and add personal rating and description.

    JavaScript 2