Skip to content
View SpiderChung's full-sized avatar

Highlights

  • Pro

Block or report SpiderChung

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SpiderChung/README.md


About me

  • 🔭 I'm currently learning Java in Ecole 42 and School 21

  • 🌱 I speak English and Russian.

  • ⚡ In my free time, I solve problems on GeeksforGeeks and read tech articles.


Language and tools


☑️ Pet projects

Project name Description Tools
OrderManagement Two RestAPI MicroServices: one for generating number of an order and another for requsting order number, creating an order and storing details in DB Java, Spring Data, Spring Boot, Swagger, Liquibase, Maven

☑️ Projects I've worked on in School 21(Ecole 42)

Project name Description Tools Subject
Piscine-Java Several projects covering almost entirely Java Core, as well as Spring and Maven Java, JDBC, Spring, Maven Subjects
Inception-of-thing This project aims to introduce you to Kubernetes from a developer perspective. You will have to set up small clusters and discover the mechanics of continuous integration. At the end of this project you will be able to have a working cluster in docker and have a usable continuous integration for your applications. Vagrant, k3s, ArgoCD Subject
webserver The project is dedicated to write your own HTTP server in C++. C++, Makefile Subject
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
CPP_modules Several projects aimed at introducing the basics of C++, OOP, exceptions, etc. C++ std98, Makefile More than one
cub3d Create a game with RayCasting technology like a Wolfenstein3D C, MiniLibX, Makefile Subject
minishell Create a simply command intepretator(shell) like in Linux or MacOs C, Makefile Subject
Philosophers Solving a Dining Philosophers Problem with Posix threads also with Processes C, Makefile Subject
pipex Implement a function with behavour like bash pipeline C, Makefile Subject
fractol This project using MiniLibX for drawing fractals: Mandelbrot, Julia and Celtic Mandelbrot C, MiniLibX, Makefile Subject
push_swap Invent more efficient algorithm for sort stack with certain operations C, Makefile Subject
get_next_line Implement the function which read a line from file discriptor C, Makefile Subject
ft_printf Write a function which behavour is like a printf function in C C, Makefile Subject
Libft Implement your own library for work with String and Linked Lists C, Makefile Subject

My stat

Pinned Loading

  1. piscine_java piscine_java Public

    A 14-day long intensive course covering topics from Java Core (Including, Reflection API, Collections, JDBC and Multi-Threading) to Spring & Sockets.

    Java

  2. cub3d cub3d Public

    This project inspired by once-famous game Wolfenstein 3D

    C 2

  3. fractol fractol Public

    This project using MiniLibX for drawing fractals: Mandelbrot, Julia and Celtic Mandelbrot

    C

  4. minishell minishell Public

    This project is about creating a simple shell. Like an own little bash. We learned a lot about processes, file descriptors and many other things about the shell itself.

    C