Anurag-Nagpal's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
TheAlgorithms/Python
All Algorithms implemented in Python
ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
bregman-arie/devops-exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
firstcontributions/first-contributions
🚀✨ Help beginners to contribute to open source projects
pcottle/learnGitBranching
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
MichaelCade/90DaysOfDevOps
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.
PySimpleGUI/PySimpleGUI
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
lnishan/awesome-competitive-programming
:gem: A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
TomSchimansky/CustomTkinter
A modern and customizable python UI-library based on Tkinter
cstack/db_tutorial
Writing a sqlite clone from scratch in C
pingcap/awesome-database-learning
A list of learning materials to understand databases internals
freeCodeCamp/how-to-contribute-to-open-source
A guide to contributing to open source
cassidoo/getting-a-gig
Guide for getting a gig as a tech student.
antirez/smallchat
A minimal programming example for a chat server
ossu/bioinformatics
:microscope: Path to a free self-taught education in Bioinformatics!
dibgerge/ml-coursera-python-assignments
Python assignments for the machine learning class by andrew ng on coursera with complete submission for grading capability and re-written instructions.
himahuja/Research-Internships-for-Undergraduates
List of Research Internships for Undergraduate Students
kunal-kushwaha/Competitive-Programming-Resources
Competitive Programming & System Design Resources.
n2cholas/awesome-jax
JAX - A curated list of resources https://github.com/google/jax
AmoghDabholkar/GRE_PREP
This is a guide for how one can prepare for GRE within a month's duration.
vsitzmann/phd-master-application-docs
A collection of the application documents I used to apply to universities in the US.
nishantwrp/gsoc-organizations
A site for viewing and analyzing the info of the organizations participating in Google Summer of Code.
harmslab/pdbtools
A set of tools for manipulating and doing calculations on wwPDB macromolecule structure files
gboduljak/stanford-compilers-coursework
This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Programming Language.