Skip to content
View VarshithSoma's full-sized avatar

Highlights

  • Pro

Block or report VarshithSoma

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Coder-s-Edge Coder-s-Edge Public

    Web App that displays upcoming contest data from CodeChef, CodeForces, and LeetCode. It uses APIs and web scraping to fetch contest details. A CORS proxy is used to bypass cross-origin restrictions.

    JavaScript 2

  2. BackendPrac BackendPrac Public

    Web app built with Node.js, Express.js, MongoDB, and Pug, using server-side rendering (SSR). It features JWT authentication, responsive UI, MapBox integration.

    JavaScript 2

  3. Results-Backend Results-Backend Public

    This backend processes Excel sheets, extracts student data, and stores it in a MongoDB database. It also provides a set of RESTful APIs that allow the frontend to fetch and display result.

    JavaScript

  4. ResultsFrontEnd ResultsFrontEnd Public

    This is the frontend of the Results Web App built using React.js. The frontend communicates with a backend to retrieve data from an Excel sheet, which is then stored in MongoDB and displayed to users.

    JavaScript

  5. gistfile1.txt gistfile1.txt
    1
    const puppeteer = require("puppeteer");
    2
    const express = require("express");
    3
    const cors = require("cors");
    4
    
                  
    5
    const app = express();
  6. clg clg Public

    Engineering Subjects Operating Systems, Computer Networks, Web Technologies, COA, Linux and more.

    Java