Pinned Repositories
42_ft_printf
42_Project: ft_printf (new curriculum). The aim of the project is to recode the libc’s printf function.
42_ft_server
42_Project: ft_server (new curriculum). The aim of the project is to learn automation, the "docker" technology and use it to install a complete web server. This server will run multiple services: Wordpress, phpMyAdmin, and a SQL database.
42_get_next_line
42_Project: GNL (new curriculum). The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor.
42_mylib
Custom C library, where all 42sv projects' functions are / will be combined into a single library.
Algorithms_in_Python
All Algorithms implemented in Python
khodizoda
profile readme
leetcode-patterns
A pattern-based approach for learning technical interview questions
sudoku_solver
sudoku_solver is a program, that solves any valid sudoku board using recursive backtracking.
system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
tech-interview-handbook
💯 Materials to help you rock your next coding interview
khodizoda's Repositories
khodizoda/42_ft_printf
42_Project: ft_printf (new curriculum). The aim of the project is to recode the libc’s printf function.
khodizoda/42_ft_server
42_Project: ft_server (new curriculum). The aim of the project is to learn automation, the "docker" technology and use it to install a complete web server. This server will run multiple services: Wordpress, phpMyAdmin, and a SQL database.
khodizoda/algorithms
A collection of algorithms and data structures
khodizoda/curriculum
The curriculum of Techtonica, a free tech training and job placement program for women and non-binary adults with low incomes.
khodizoda/khodizoda
profile readme
khodizoda/leetcode-patterns
A pattern-based approach for learning technical interview questions
khodizoda/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
khodizoda/tech-interview-handbook
💯 Materials to help you rock your next coding interview
khodizoda/42_get_next_line
42_Project: GNL (new curriculum). The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor.
khodizoda/42_libft
42_Project: Libft (old curriculum). The purpose of the project is to re-code C library functions.
khodizoda/42_mylib
Custom C library, where all 42sv projects' functions are / will be combined into a single library.
khodizoda/Algorithms_in_Python
All Algorithms implemented in Python
khodizoda/sudoku_solver
sudoku_solver is a program, that solves any valid sudoku board using recursive backtracking.
khodizoda/compsci_guides
Guides focused on fundamental computer science concepts
khodizoda/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
khodizoda/data_pipeline
collect and process data
khodizoda/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
khodizoda/minilibx-linux
khodizoda/scala-exercises
The easy way to learn Scala.
khodizoda/start-here-guidelines
Lets Git started in the world of opensource, starting in the Zero To Mastery's opensource playground. Especially designed for education and practical experience purposes.
khodizoda/trivia_game
Trivia Game for Tandem
khodizoda/URL_shortener
Build Your Own URL Shortener