Project name | Description | Tools | Subject | Score |
---|---|---|---|---|
Libft | Implement your own library for work with String and Linked Lists |
C, Makefile | Subject | |
ft_printf | Write a function which behavour is like a printf function in C |
C, Makefile | Subject | |
get_next_line | Implement the function which read a line from file discriptor |
C, Makefile | Subject | |
push_swap | Invent more efficient algorithm for sort stack with certain operations |
C, Makefile | Subject | |
Fdf | Write a program that represent a simply graphical animation with geometrical elements |
C, MiniLibX, Makefile | Subject | |
pipex | Implement a function with behavour like bash pipeline |
C, Makefile | Subject | |
Philosophers | Solving a Dining Philosophers Problem with Posix threads also with Processes |
C, Makefile | Subject | |
minishell | Create a simply command intepretator(shell ) like in Linux or MacOs |
C, Makefile | Subject | |
cub3d | Create a game with RayCasting technology like a Wolfenstein3D |
C, MiniLibX, Makefile | Subject | |
Piscine-Java | Several projects covering almost entirely Java Core , as well as Spring and Maven |
Java, JDBC, Spring, Maven | Subjects | |
CPP_modules | Several projects aimed at introducing the basics of C++ , OOP , exceptions , etc. |
C++ std98, Makefile | More than one | |
Inception | Project whose goal is to setup multiple Docker containers that are part of the same application(Nginx , Wordpress , MariaDB , Redis , etc) using the docker-compose |
Docker, docker-compose, bash, Makefile | Subject | |
ft_containers | The goal of the project is to implement basic C++ containers such as std::vector , std::stack , std::map , std::set |
C++, Makefile | Subject |
Project name | Description | Tools |
---|---|---|
Data-Structures and Algorithms | Implement most interest(and not) data-structures and algorithms on Golang by using generics |
Golang, generics |
Kaspersky-SafeBoard-2022-Golang | Kaspersky SafeBoard-2022 test task for Golang-developer internship | Golang, Makefile |
Phonebook | Simple phonebook implementation using Postgres database and CLI . |
Golang, Postgres, Docker, sirupsen/logrus, jackc/pgx |
SnippetBox | Simple MVC application that allows you to store create and retrieve snippets. Data is stored in the Postgres database. External configuration of the application made with viper . |
Golang, MVC, spf13/viper |
todo-app | RESTful task management application. The possibility of authorization and authentication with JWT-token is implemented. Data is stored in the Postgres database. External configuration of the application is done. |
Golang, Postgres, Docker, REST, JWT, sirupsen/logrus, spf13/viper, gin-gonic/gin, jmoiron/sqlx |