Skip to content
View Abhi13027's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Abhi13027

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

The Silicon Valley

Hi Everyone

package main

func main(){
    handler := func(w http.ResponseWriter, r *http.Request) {
	fmt.Fprintln(w, "Hello, World!")
    }

    http.HandleFunc("/", handler)

    port := 8080

    fmt.Printf("Server is running on port %d...\n", port)

    err := http.ListenAndServe(fmt.Sprintf(":%d", port), nil)

    if err != nil {
        fmt.Printf("Error: %v\n", err)
    }
}

A short Intro about myself

My name is Abhishek Jain. I hail from a city called Kota in Rajasthan. I did my bachelors in Economic Sciences with double majors in Computer Science and Engineering from IIT KANPUR. Post that I worked with Oracle India Pvt. Ltd as a Member of Technical Staff for 17 months. After that journey I joined a startup named Masai School which a coding bootcamp where I taught around 500+ students.

The technologies that attract me -

  • Flutter
  • Golang
  • Data Intensive Applications

Popular repositories

  1. interview-questions-javascript interview-questions-javascript Public

    13 3

  2. reactjs-interview-questions reactjs-interview-questions Public

    Forked from sudheerj/reactjs-interview-questions

    List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!

    JavaScript 2

  3. FunnyAlgorithms FunnyAlgorithms Public

    Forked from ReciHub/FunnyAlgorithms

    A repository with a bunch of funny algorithms, beginners friendly

    Java 1 1

  4. Python Python Public

    Forked from agpeshal/Python

    All Algorithms implemented in Python

    Python 1

  5. javascript-interview-questions javascript-interview-questions Public

    Forked from sudheerj/javascript-interview-questions

    List of 1000 JavaScript Interview Questions

    JavaScript 1

  6. face-detection-javascript face-detection-javascript Public

    1 1