Pinned Repositories
Alfa
:bank: SQL expressions for queries; combination queues into one ordered queue, eliminating duplicate elements; implementation symmetric difference
CPP_Modules
:heavy_plus_sign: A set of small projects aimed at learning C++ syntax and OOP principles;
Exam_Rank-03
:pencil2: Micro_paint/Mini_paint
Exam_Rank-04
:microscope: Microshell
Exam_Rank-05
:white_check_mark: Writing classes
Exam_Rank-06
:envelope: Mini_serv
Inception
:desktop_computer: Docker images with services such as MariaDB, Nginx, WordPress, Redis, FTP-server, Adminer and Portainer in virtual machine
minishell
:shell: A simple shell
Simple_Banking_System
:credit_card: A simple banking system with SQLite database connection, generation of a bank card number using the Luhn algorithm, SQL queries and a transaction
so_long
:santa: :gift: :snowman: :evergreen_tree: A small 2D game with minilibx
rbiodies's Repositories
rbiodies/Inception
:desktop_computer: Docker images with services such as MariaDB, Nginx, WordPress, Redis, FTP-server, Adminer and Portainer in virtual machine
rbiodies/Simple_Banking_System
:credit_card: A simple banking system with SQLite database connection, generation of a bank card number using the Luhn algorithm, SQL queries and a transaction
rbiodies/Exam_Rank-04
:microscope: Microshell
rbiodies/Exam_Rank-06
:envelope: Mini_serv
rbiodies/minishell
:shell: A simple shell
rbiodies/so_long
:santa: :gift: :snowman: :evergreen_tree: A small 2D game with minilibx
rbiodies/CPP_Modules
:heavy_plus_sign: A set of small projects aimed at learning C++ syntax and OOP principles;
rbiodies/Exam_Rank-03
:pencil2: Micro_paint/Mini_paint
rbiodies/Exam_Rank-05
:white_check_mark: Writing classes
rbiodies/ft_printf
:printer: Recoding printf
rbiodies/get_next_line
:book: Reading content line by line
rbiodies/libft
:books: A few functions of the C standard library as well as some other utility functions
rbiodies/NetPractice
:globe_with_meridians: A general practical exercise to let you discover networking
rbiodies/philosophers
:thread: The Dining Philosophers Problem (implementing thread and process synchronization and solving the deadlock problem using a mutex and a semaphore)
rbiodies/pipex
:package: This project aims to make you understand a bit deeper two concepts that you already know: the redirections and the pipes
rbiodies/push_swap
:takeout_box: Sorting data on a stack, with a limited set of instructions, and the smallest number of moves using quicksort and radix sort
rbiodies/rbiodies
Config files for my GitHub profile.
rbiodies/Alfa
:bank: SQL expressions for queries; combination queues into one ordered queue, eliminating duplicate elements; implementation symmetric difference
rbiodies/Cinema
:cinema: A web application prototype using Spring MVC, Hibernate, a Freemarker template, the JQuery frontend technology, an AJAX request and Spring WebSocket STOMP
rbiodies/Code_Sharing_Platform
:computer: A REST service with Spring Boot, Postman, HTML and CSS
rbiodies/Cub3D
:video_game: A dynamic view inside a maze
rbiodies/FizzBuzz
:mailbox_with_mail: Optimized FizzBuzz using Apache Kafka with Spring Boot
rbiodies/FWA
:passport_control: A web application prototype using Java Servlet API stack and JSP files
rbiodies/Guess_the_word
:school: Task of School of Backend Development 2022 (summer) by Yandex
rbiodies/Phone_Book
:telephone_receiver: Linear search, bubble sort + jump search, quicksort + binary search and hash table
rbiodies/Piscine_Java
:boat: Structures and arrays, OOP and collections, IO and Files, threads, JAR, SQL and JDBC, Junit and Mockito, Reflection, Spring, Sockets, Maven and Java FX
rbiodies/SBERxSTUDRE
:cityscape: Loading, sorting, searching
rbiodies/Spring_Boot
:film_projector: A final MVP for application using Spring Boot, Spring Security framework and Spring Data JPA technology
rbiodies/Tic-Tac-Toe_with_AI
:x: :o: :robot: Tic-tac-toe game with artificial intelligence