Pinned Repositories
blog-api
A REST API for a blog.
cache-simulator
A program that Simulates the behavior of a cache memory.
computer-networking-a-top-down-approach-8th
My solutions of labs and assignments in Computer Networking: A Top-Down Approach 8th edition book.
computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
cs-video-courses
List of Computer Science courses with video lectures.
cv-builder
A CV Builder website created with React.
dynamic-memory-allocator
A simple explicit allocator package based on implicit list.
library
A books library website.
proxy-server
Multithreading HTTP proxy server based on prethreading and a producer-consumer model, with caching functionality.
weather-app
A weather forecast site exploiting weatherapi public API.
ahmeducf's Repositories
ahmeducf/weather-app
A weather forecast site exploiting weatherapi public API.
ahmeducf/blog-api
A REST API for a blog.
ahmeducf/cv-builder
A CV Builder website created with React.
ahmeducf/library
A books library website.
ahmeducf/restaurant-page
Restaurant page built using vanilla JavaScript and webpack.
ahmeducf/s-jwt
A TypeScript library that implements the JSON Web Token (JWT) standard defined in RFC 7519.
ahmeducf/shopping-cart
A fake e-commerce store, built using React and React Router in a TDD approach.
ahmeducf/task-pilot
A todo list app that helps you stay in control of your tasks.
ahmeducf/tic-tac-toe
Let's play XO in the browser!
ahmeducf/bitcask
A Go implementation of the Bitcask model.
ahmeducf/grpc-route-guide
An implementation of a simple gRPC Route Guide application in Go.
ahmeducf/user-notes-app
End-To-End Type-Safe app with GraphQL, Prisma, TypeScript & React.
ahmeducf/address-book
Using Protocol Buffers to implement a simple Address Book command-line application that can read and write people’s contact details to and from a file.
ahmeducf/ahmeducf.github.io
My personal website
ahmeducf/curriculum
The open curriculum for learning web development
ahmeducf/dotfiles
This repository contains my personal dotfiles.
ahmeducf/dsa
My implementations of popular Data Structures and Algorithms.
ahmeducf/dynamic-devops-roadmap
A master plan for roadmap, mentorship, and bootcamp to start a DevOps Engineer career in 2024!
ahmeducf/epic-stack
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
ahmeducf/flist-runner
ahmeducf/fuse
ahmeducf/ini-parser
A simple Go package that provides functionality for parsing INI format
ahmeducf/inventory-app
A CRUD Inventory Management App for an imaginary store.
ahmeducf/message-board
A simple message board app built using Express and mongodb database.
ahmeducf/problem-solving
My solutions of Data Structures and Algorithms problems.
ahmeducf/pulumi-aws-python
ahmeducf/ru102js
Source code for the RU102JS Redis for JavaScript Developers Course
ahmeducf/sock-chat
Real-Time chat app using Socket.io.
ahmeducf/tlpi
My solutions of exercises in The Linux Programming Interface [TLPI] book using GO Programming Language.
ahmeducf/todo-app