Skip to content
View narenaryan's full-sized avatar
๐Ÿ 
Dreaming Big
๐Ÿ 
Dreaming Big

Highlights

  • Pro
Block or Report

Block or report narenaryan

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

I speak to computers too ๐Ÿ‘‹

package main

import "fmt"

// I is about me
type I struct {
	am       string
	love     []string
	workWith []string
	aspire   string
}

func main() {
	me := I{
		am:       "Naren Arya",
		love:     []string{"Software", "Books", "Travel"},
		workWith: []string{"Python 3", "JavaScript ES6", "React", "Go", "AWS"},
		aspire:   "To make this world a better and safe place with technology",
	}
	fmt.Println(me)
}

Pinned

  1. Vidura Vidura Public

    A beautiful and elegant chat GPT prompt management system

    HTML 70 12

  2. Salary-API Salary-API Public

    Chicago city employees Salary API built in one hour with Python and Flask under 35 lines of code

    Python 116 79

  3. Falcon-REST-API-Pattern Falcon-REST-API-Pattern Public

    Massively scalable RESTFul API design with Falcon and PyPy

    Python 75 18

  4. node-backpressure-internals node-backpressure-internals Public

    A supplementary code repository for illustrating node backpressure article on Medium

    JavaScript 56 21

  5. PacktPublishing/Hands-On-Restful-Web-services-with-Go PacktPublishing/Hands-On-Restful-Web-services-with-Go Public

    Hands-On Restful Web services with Go by Packt Publishing

    Go 105 71