Skip to content
View dollaransh17's full-sized avatar

Block or report dollaransh17

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

πŸš€ Anshul_Vaibhav

Typing SVG

🎯 About Me

β€œExploring the universe of AI, building cool projects, and learning something new every day.”

public class AnshulVaibhav {

    private String name;

    private String role;

    private String education;

    private String college;

    private double gpa;

    private String[] currentFocus;

    private String passion;




    public AnshulVaibhav() {

        this.name = "Anshul_Vaibhav";

        this.role = "Full-Stack Developer (Student)";

        this.education = "B.E. CSE (Cybersecurity) β€’ 2nd Year";

        this.college = "Ramaiah Instituite of Technology"

    
        this.gpa = 9.32;

        this.currentFocus = new String[] {

            "Backend Engineering",

            "SQL/Data Modeling",

            "Flowise / LLM Apps"

        };

        this.passion = "Turning ideas into secure, scalable web apps";

    }




    public void getExpertise() {

        System.out.println("Domains: Web Development, APIs, AI Workflows");

        System.out.println("Specializations: Node.js/Express, Relational Databases, Prompt/Flow Orchestration");

        System.out.println("Mission: Build practical tools that solve real problems");

    }




    public void currentStatus() {

        System.out.println("πŸ“š Learning daily | 🀝 Open to collabs | πŸ§ͺ Shipping side projects");

    }




    public static void main(String[] args) {

        AnshulVaibhav me = new AnshulVaibhav();

        System.out.println("Name: " + me.name);

        System.out.println("Role: " + me.role);

        System.out.println("Education: " + me.education);

        System.out.println("College: " + me.college);

        System.out.println("GPA: " + me.gpa);

        System.out.println("Passion: " + me.passion);




        me.getExpertise();

        me.currentStatus();

    }

}







🧰 Tech Stack




Languages




JavaScript β€’ Java β€’ SQL β€’ HTML β€’ CSS




Frameworks & Libraries




Node.js β€’ Express.js




Databases




SQL 




DevOps & Tools




Docker β€’ Git β€’ GitHub




AI & Low/No-Code




Flowise (LLM/agentic flow builder)




<p> <img alt="Node.js" src="https://img.shields.io/badge/Node.js-339933?logo=node.js&logoColor=white" /> <img alt="Express.js" src="https://img.shields.io/badge/Express.js-000000?logo=express&logoColor=white" /> <img alt="JavaScript" src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000" /> <img alt="Java" src="https://img.shields.io/badge/Java-007396?logo=java&logoColor=white" /> <img alt="SQL" src="https://img.shields.io/badge/SQL-336791?logo=postgresql&logoColor=white" /> <img alt="HTML5" src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=white" /> <img alt="CSS3" src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=white" /> <img alt="Docker" src="https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white" /> <img alt="Git" src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=white" /> <img alt="GitHub" src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=white" /> <img alt="Flowise" src="https://img.shields.io/badge/FlowiseAI-0A0A0A?logo=OpenAI&logoColor=white" /> </p>

πŸš€ Featured Projects




1) API Vault




A minimal Node.js + Express API starter with auth, validation, and SQL migrations.




Why: Spin up new services faster with good defaults.




Stack: Node.js β€’ Express.js β€’ SQL β€’ Docker β€’ JWT




2) Flowwise Labs




Collection of Flowise pipelines for document QA and data agents.




Why: Explore LLM app patterns without heavy boilerplate.




Stack: Flowise β€’ Node.js β€’ Docker




πŸ’‘ Pin your best repos to showcase them here.




πŸ“Š GitHub Analytics

<p align="center"> <img src="https://github-readme-stats.vercel.app/api?username=dollaransh17&show_icons=true&theme=transparent" alt="Stats" /> </p> <p align="center"> <img src="https://streak-stats.demolab.com?user=dollaransh17&theme=transparent" alt="GitHub Streak" /> </p> <p align="center"> <img src="https://github-readme-stats.vercel.app/api/top-langs/?username=dollaransh17&layout=compact&theme=transparent" alt="Top Languages" /> </p>

🀝 Let’s Connect / Collaborate




Open to backend or full-stack collabs, API building, and Flowise experiments.




public class AnshulVaibhav {

    private String mission;




    public AnshulVaibhav() {

        this.mission = "Build practical tools that solve real problems";

    }




    public void currentStatus() {

        System.out.println("πŸ“š Learning daily | 🀝 Open to collabs | πŸ§ͺ Shipping side projects");

    }




    public void showMission() {

        System.out.println("Mission: " + this.mission);

    }




    public static void main(String[] args) {

        AnshulVaibhav me = new AnshulVaibhav();

        me.showMission();

        me.currentStatus();

    }

}

Pinned Loading

  1. Diffusion_Model Diffusion_Model Public

    HTML

  2. REST_CLASS REST_CLASS Public

    Basic Posting app using crud operations and Express.js

    EJS