Skip to content
View amren1254's full-sized avatar
🛰️
Working from home
🛰️
Working from home

Block or report amren1254

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

Hi visitor, I am Amrendra Yadav


Author Last Commit visitors


My profile overview:

🌱 I am fascinated by Software Development and believe in writing clean and impactful code. 
🌱 I aspire to excel in software development process and work on developing innovative products
🌱 that have a positive impact on society.
🌱 I like exploring concepts like algorithm and quantitative analysis through my side projects.
🌱 I’m currently learning Go and writing
	1. RESTful API's
	2. gRPC

Amrendra's github streak

Tools and Technologies

Projects I am currently working on

ReadMe Card ReadMe Card

GitHub Trophies

Amrendra'a github trophy

GISTS

Thanks for visiting...

Pinned Loading

  1. Data Structure and Algorithm Data Structure and Algorithm
    1
    func bubble_sort(arr []int){
    2
      hasSwapped:=true
    3
      for hasSwapped {
    4
        hasSwapped=false
    5
        for i:=0;i<len(arr)-1;i++{
  2. LeetCode Golang Solutions LeetCode Golang Solutions
    1
    /*
    2
    You are given an array prices where prices[i] is the price of a given stock on the ith day.
    3
    4
    You want to maximize your profit by choosing a single day to buy one stock and choosing a different day in the future to 
    5
    sell that stock.
  3. go_jwt go_jwt Public

    JWT implementation using Go

    Go