Pinned Repositories
advent-of-code
For learning algorithms, coding languages by solving advent of code challenges
algorithms
Minimal examples of data structures and algorithms in Python
amolgawai.github.io
:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
coding-playground
For personal coding practise
data_struct_and_algo
Practicing data structure and algorithms
dotfiles
My dotfiles for setting up a mac
emacsadventures
My experience of using Emacs and customization and packages that I have tried.
modern-cpp-bazel-starter
A starter template for modern C++ built with Bazel and configured with code analysis, testing and coverage
modern-cpp-practice
For practicing modern c++ (post c++11)
practicalAI
📚 A practical approach to learning and using machine learning.
amolgawai's Repositories
amolgawai/dotfiles
My dotfiles for setting up a mac
amolgawai/emacsadventures
My experience of using Emacs and customization and packages that I have tried.
amolgawai/modern-cpp-bazel-starter
A starter template for modern C++ built with Bazel and configured with code analysis, testing and coverage
amolgawai/practicalAI
📚 A practical approach to learning and using machine learning.
amolgawai/advent-of-code
For learning algorithms, coding languages by solving advent of code challenges
amolgawai/algorithms
Minimal examples of data structures and algorithms in Python
amolgawai/amolgawai.github.io
:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
amolgawai/blueprint
Blueprint for your next web application in Go.
amolgawai/coding-playground
For personal coding practise
amolgawai/data_struct_and_algo
Practicing data structure and algorithms
amolgawai/modern-cpp-cmake-starter
A starter template for modern C++ with Cmake configured with code analysis, testing and coverage
amolgawai/modern-cpp-practice
For practicing modern c++ (post c++11)
amolgawai/pytest-book-project
For practicing the project from the purest book
amolgawai/udemy-python-mega-course
Practicing the examples and apps from the Python Mega Course on Udemy - https://www.udemy.com/course/the-python-mega-course
amolgawai/go-concurrency-exercises
Hands on exercises with real-life examples to study and practice Go concurrency patterns. Test-cases are provided to verify your answers.
amolgawai/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
amolgawai/golang-examples
Go(lang) examples - (explain the basics of golang)
amolgawai/GolangTraining
Training for Golang (go language)
amolgawai/Google-IO_2012_Go-Concurrency-Patterns
Code as seen in: https://www.youtube.com/watch?v=f6kdp27TYZs
amolgawai/gowikiwebapp
Learning golang through practice
amolgawai/haskell-practice
for learning and practicing Haskell
amolgawai/learning-ai-ds-ml
For learning Artificial Intelligence, Data Science and Machine Learning
amolgawai/machine_learning_examples
A collection of machine learning examples and tutorials.
amolgawai/neodvimture
Adventures of setting up a Neovim configuration for a productive and fun editing environment
amolgawai/pandas_exercises
Practice your pandas skills!
amolgawai/python-mini-projects
A collection of simple python mini projects to enhance your python skills
amolgawai/real-world-python-book-projects
Projects for the book "Real World Python"
amolgawai/reusable-gulp-config
A reusable gulp configuration that can be used for various web based projects.
amolgawai/tiny_python_projects
Learning Python through test-driven development of games and puzzles
amolgawai/working-with-go
A set of example golang code to start learning Go