Skip to content
View basnetaakash23's full-sized avatar
🎧
Focusing
🎧
Focusing

Block or report basnetaakash23

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

Pinned Loading

  1. tcp-protocol tcp-protocol Public

    C

  2. issue_tracker issue_tracker Public

    Building this web application to help with tracking bugs at enterprises.

  3. virtual-thread-http-server virtual-thread-http-server Public

    Java

  4. spring-boot-rag-pgvector spring-boot-rag-pgvector Public

    Full-stack RAG system built with Java, Spring Boot, and Spring AI. Extracts and semantically indexes PDFs into PGVector/Chroma vector DBs, enabling OpenAI-powered context-aware, citation-backed ans…

    Java

  5. find maximum rectangle find maximum rectangle
    1
    import java.util.Arrays;
    2
    
                  
    3
    public class MaximumRectangle {
    4
    
                  
    5
        public static void main(String[] args) {
  6. e-buy-backend e-buy-backend Public

    A web application where you can buy books and other materials. Right now I have only included books. In order to generate list of books I used pug as template rendering tool in ui. In the backend I…

    JavaScript