mohamed25-dev's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
veggiemonk/awesome-docker
:whale: A curated list of Docker resources and projects
dragonflydb/dragonfly
A modern replacement for Redis and Memcached
quii/learn-go-with-tests
Learn Go with test-driven development
milanm/DevOps-Roadmap
DevOps Roadmap for 2024. with learning resources
tuhdo/os01
Bootstrap yourself to write an OS from scratch. A book for self-learner.
cstack/db_tutorial
Writing a sqlite clone from scratch in C
a8m/golang-cheat-sheet
An overview of Go syntax and features.
gregorojstersek/resources-to-become-a-great-engineering-leader
List of books, blogs, newsletters and people!
mixu/distsysbook
The book Distributed systems: for fun and profit
betty200744/ultimate-go
This repo contains my notes on working with Go and computer systems.
sidpalas/devops-directive-docker-course
Companion repo for complete Docker course
maypok86/otter
A high performance cache for Go
jubalh/awesome-os
A list of operating systems and stuff
boyney123/mockit
A tool to quickly mock out end points, setup delays and more...
mitchellh/go-ps
Find, list, and inspect processes from Go (golang).
DevOpsHiveHQ/dynamic-devops-roadmap
A FREE master plan to kickstart your DevOps Engineer career in the Cloud Native era following the Agile MVP style! ⭐ (2024)
LondheShubham153/90DaysOfDevOps
This repository is a Challenge for the DevOps Community to get stronger in DevOps. This challenge starts on the 1st January 2023 and in the next 90 Days we promise ourselves to become better at DevOps. The reason for making this Public is so that others can learn from the community and help each other grow.
PI-Space/Eng-Hammad-Recommendations
The repo contains books, tutorials and resources based on the recommendations of Eng Mohammed Hammad.
pritamzope/OS
Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
mmorejon/microservices-docker-go-mongodb
Example of Microservices in Go with Docker, Kubernetes and MongoDB
ablestack/nestjs-bff
A full-stack TypeScript solution, and starter project. Includes an API, CLI, and example client webapp. Features include production grade logging, authorization, authentication, MongoDB migrations, and end-to-end testing.
Abhinav-26/DevOps-Projects
The repository contains beginner friendly DevOps projects for automating stuffs using DevOps concepts.
ahmetuysal/nest-hackathon-starter
Hackathon starter project for NestJS. Includes Prisma, email verification, Passport-JWT authentication, Swagger and more
chnirt/nestjs-restful-best-practice
NestJS (Express + TypeORM + MongoDB) codebase containing real world examples (CRUD, auth, advanced patterns, etc).
cstack/osdev
Hobby OS
jmoiron/monet
golang blog
iamuditg/go-concurrency-patterns
This repository aims to provide developers with a deep understanding of concurrent programming in Go and offers practical solutions to common challenges in building highly concurrent systems
hardikvasa/http-connection-lifecycle
Complete and detailed explanation of HTTP connection lifecycle