Skip to content
View VarunkumarCS's full-sized avatar
💻
Working
💻
Working

Block or report VarunkumarCS

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

{ "INFORMATION ABOUT ME": [

  {    
     "Full Name”: "VARUN KUMAR 👋"
     "Age": 26 ♂️,
     "Work Experience🖥️:”: [
                {
                    "Company”: "SHI Warehouse and Integration Center 💻",
                    "Role": "Integration and Data Center Systems Engineer 💸💼",
                    "Started”: "January-7-2023📅",
                    "Still Working”: true 💹
                }   
            ]
     "Educational Experience 📜📚": 
        [
            {
                "Name": "Rutgers University🏷️",
                "Year": "May 2022📅",
                "Degree": "Bachelor’s in computer science",
                "Graduated": true💹
            },
            {
                "Name": "Middlesex County College🏷️",
                "Year": "December 2020📅",
                "Degree": "Associates in Computer Science",
                "Graduated": true💹
             }
        ]
    }
 ]

}

Pinned Loading

  1. Pay-Check- Pay-Check- Public

    Python Code which helps you to calculate the "NET PAY" of an employee.

    Jupyter Notebook

  2. Create-API Create-API Public

    In this project, I have created my own API using the Python scripting and test it that whether API could be called in the Postman or not?

    Python

  3. Weather-API-Version1 Weather-API-Version1 Public

    Project build in Jupyter Notebook and Visual Studio Code

    Jupyter Notebook

  4. WeatherAPI WeatherAPI Public

    In this project, I'm getting an API data of weather for my selected town, city (longitude, latitude) from 'https://openweathermap.org/'.

    Python

  5. conversionrate conversionrate Public

    In this project, I'm trying to print the following from the 'conversionrate.json' file Encoding a Python objects into JSON Decoding the Python objects into the JSON Read the JSON file into the Pyth…

    Python 1

  6. iTunesRequests iTunesRequests Public

    In this repository, I'm requesting the data from 'iTunes' API and trying to do some simple basic scripting using python programming language.

    Python