Starred repositories
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C deβ¦
All the resources you need to get to Senior Engineer and beyond
List of books, blogs, newsletters and people!
AWS Bookstore Demo App is a full-stack sample web application that creates a storefront (and backend) for customers to shop for fictitious books. The entire application can be created with a singleβ¦
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
An AI agent that automates company research and lead prospecting (powered by langgraph and firecrawl)
This is a repo with links to everything you'd ever want to learn about data engineering
Awesome free machine learning and AI courses with video lectures.
π A ranked list of awesome machine learning Python libraries. Updated weekly.
π π πCSE GATE Resources for GATE and CSE Aspirants π π . Show your β€οΈ by βοΈβοΈ
Bootstrap yourself to write an OS from scratch. A book for self-learner.
Simple, unified interface to multiple Generative AI providers
π Start UI [web] is an opinionated UI starter with π¦ TypeScript, βοΈ React, β«οΈ NextJS, β‘οΈ Chakra UI, π¦ tRPC, π Lucia Auth, β² Prisma, ποΈ TanStack Query, π Storybook, π Playwright,π React Hook Form,β½Fβ¦
βοΈ Learn how to write a hash table in C
A course on aligning smol models.
Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
Official code repo for the O'Reilly Book - "Hands-On Large Language Models"
Replace 'hub' with 'ingest' in any github url to get a prompt-friendly extract of a codebase
π₯€ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite
A model set of guidelines for RESTful APIs and Events, created by Zalando
Low-Level Programming Roadmap and Resources
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
In the fast-paced world of data-driven decision making, real-time insights are crucial for staying ahead of the competition. Amazon OpenSearch Service and Amazon DynamoDB offer a powerful combinatiβ¦
The lazier way to manage everything docker
Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradigm (using LISP) and concurrent programming (using C and C++)β¦
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step