Skip to content

Instantly share code, notes, and snippets.

@avinash92c
avinash92c / sql.go
Created May 12, 2020 17:12
Learning SQL For Beginners
https://courses.edx.org/courses/course-v1:Microsoft+DAT215.1x+1T2018/course/
https://courses.edx.org/courses/course-v1:Microsoft+DAT201x+1T2018/course/
@avinash92c
avinash92c / topics.txt
Last active June 18, 2020 15:30
Go Topics References
Topics
- GoKIT
- Micro.mu
- Middleware Handlers
- Alice -
- Negroni
- JWT Auth & Securing -
- OTP
- Circuit Breakers
- Connection Pooling Knobs -
@avinash92c
avinash92c / references.txt
Last active June 18, 2020 15:29
Go References - Private
https://dev.to/plutov
https://dev.to/plutov/rate-limiting-http-requests-in-go-based-on-ip-address-542g
https://github.com/didip/tollbooth
https://github.com/gorilla/mux
https://www.google.com/search?q=Gorilla+Mux+Example&oq=Gorilla+Mux+Example&aqs=chrome..69i57.2430j0j1&sourceid=chrome&ie=UTF-8
https://gowebexamples.com/routes-using-gorilla-mux/
https://www.google.com/search?q=gokit+supported+routers&oq=gokit+supported+routers&aqs=chrome..69i57.4069j0j1&sourceid=chrome&ie=UTF-8
https://medium.com/@shijuvar/go-microservices-with-go-kit-introduction-43a757398183
https://blog.tempus-ex.com/generics-in-go-how-they-work-and-how-to-play-with-them/
https://notes.eatonphil.com/database-basics.html
@avinash92c
avinash92c / algos-go
Created March 25, 2020 11:30
Algorithm Solution Reference
https://github.com/williamfiset/Algorithms/blob/master/src/main/java/com/williamfiset/algorithms/graphtheory/BellmanFordEdgeList.java
@avinash92c
avinash92c / go-references.md
Last active February 10, 2020 18:31
Additional Go Lang Related References
@avinash92c
avinash92c / ml-learn.md
Last active September 27, 2021 02:18
Machine Learning Learning & References

ml-learn

  • Everything From Josh Starmer is a Gold Mine.
  • Links Marked YT are Youtube Video Tutorials
  • Will Update Links Regularly.
  • Targeted at newbies coming into ML.(These worked for me, in most cases they will work for you too)

Python Learning Links - For Absolute Starters

Python
Python Practice

@avinash92c
avinash92c / go-learn.md
Last active April 9, 2023 22:43
Golang Learning & References

Learn Golang - Beginners

Learn basics

Learn Concurrency

Additional Material

  • working with databases
  • calling from other languages
  • Online Services Support
  • Building for other platforms