Skip to content
View VijaycodeON's full-sized avatar

Block or report VijaycodeON

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

Hi, I’m Vijay 😁

Embedded systems and software learner with a strong focus on fundamentals, clarity, and real-world behavior.

📍 Bengaluru, India

What I work on

  • C programming and data structures
  • Embedded systems concepts
  • System-level problem solving

Current focus

  • Embedded C and microcontroller fundamentals
  • Linux internals and low-level concepts
  • Writing clean, structured, understandable code

Featured projects

  • LSB Steganography (C)
  • Address Book Management System (C)
  • Inverted Search Index (Data Structure)

I value correctness, simplicity, and understanding systems as they actually behave — not just how they are supposed to.

Pinned Loading

  1. LSB-steganography LSB-steganography Public

    LSB based image steganography implementation in C

    C

  2. Address-book Address-book Public

    Console-based address book application in C with file-based persistence and modular design

    C

  3. VijaycodeON VijaycodeON Public

    Personal GitHub profile showcasing C and systems programming projects

  4. Inverted-search-index Inverted-search-index Public

    Inverted search index implemented in C using hash tables and linked lists to efficiently map words to file occurrences across multiple text files.

    C