Skip to content
View JourneyCodesAyush's full-sized avatar

Block or report JourneyCodesAyush

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JourneyCodesAyush/README.md

Hi ๐Ÿ‘‹, I'm Ayush Dubey

A passionate tech enthusiast from India ๐Ÿ‡ฎ๐Ÿ‡ณ

๐Ÿ’ซ About Me

Curiosity-driven engineer exploring small tools, utilities, and programming experiments.

I usually prototype first, then refine, motivated by learning, curiosity, and solving small problems, rather than building products for the sake of it.


๐ŸŒ Socials

LinkedIn GitHub Email


๐ŸŒ Portfolio

Check my interactive portfolio: JO-SH


๐Ÿ’ป Tech Stack

C C++ Java Python Node.js Express.js HTML5 CSS3 JavaScript Git Linux Bash


๐Ÿ› ๏ธ Projects (Curiosity-driven & Problem-solving)

  • PDF-Toolkit Local Python desktop tool to merge, split, and rename PDFs. GUI + Windows executables to solve a real problem.

  • CPP-CLOC C++17 command-line tool reimplementing cloc. Explored multi-language support and scalable architecture.

  • JavaBhaiLang Interpreter for a toy programming language. Implemented lexer, parser, AST evaluation, and execution pipeline.

  • TS-Bhai Web playground for Bhailang (TypeScript + React). Minimal frontend to explore language execution in-browser.

  • JO-SH Terminal-inspired portfolio website showcasing projects with command parsing and interactive shell UI.


๐Ÿ“Š GitHub Stats

Popular repositories Loading

  1. PDF-Toolkit PDF-Toolkit Public

    Desktop app to merge, rename, and split PDF files - simple, fast, and cross-platform.

    Python 6 2

  2. PassMan PassMan Public

    A simple password manager

    Python 2

  3. CPP-CLOC CPP-CLOC Public

    A C++ implementation of CLOC for counting code, comments, and blank lines.

    C++ 1

  4. JourneyCodesAyush JourneyCodesAyush Public

    Config files for my GitHub profile.

    TeX

  5. JoSh JoSh Public

    A terminal styled portfolio inspired from Linux

    JavaScript 1

  6. JavaBhaiLang JavaBhaiLang Public

    An interpreter for Bhai lang written in Java

    Java