marinstrba
👋 Hi! I'm an aspiring software engineer studying at 42 Prague, with skills in C, Java and frontend tools. Eager to learn and take on new challenges.
CS SOFTPrague
Pinned Repositories
algorithmization
💻 A comprehensive collection of coding challenges and solutions, enhancing problem-solving skills and preparing for technical interviews in the programming world.
Chatroom
This is a chat room application for several users. Build with JAVA.🗨️
DiscordBot
🎮 FIFA Stats Discord Bot: Instantly access detailed FIFA player statistics in your Discord server.
eCommerce
"FightStore" 🛍️💡: A fullstack e-commerce website build with Spring, Angular and Bootstrap backed by database in PostgreSQL.
Library-Management-System
📚 This is a SpringBoot project. It is a simple Library management system with many users and a large book collection, where members of library can borrow these books.
minishell
This project is a part of the 42 Network. Main goal is to build your shell in bash.
Restaurant-Backend
This is a project in SpringBoot where i create a Backend part of a restaurant website.
TankGame
This project involves developing a client/server tank game using JavaFX, where two players control tanks that can move horizontally and shoot each other.
Video-Streaming-Service
This is a fullstack web application built using the Spring framework, Angular, and MongoDB. It allows users to share videos and photos with others.
Wireframe-Model
FDF is a graphical project that involves creating a 3D wireframe landscape model from a given set of coordinates.
marinstrba's Repositories
marinstrba/Video-Streaming-Service
This is a fullstack web application built using the Spring framework, Angular, and MongoDB. It allows users to share videos and photos with others.
marinstrba/Chatroom
This is a chat room application for several users. Build with JAVA.🗨️
marinstrba/minishell
This project is a part of the 42 Network. Main goal is to build your shell in bash.
marinstrba/Restaurant-Backend
This is a project in SpringBoot where i create a Backend part of a restaurant website.
marinstrba/TankGame
This project involves developing a client/server tank game using JavaFX, where two players control tanks that can move horizontally and shoot each other.
marinstrba/algorithmization
💻 A comprehensive collection of coding challenges and solutions, enhancing problem-solving skills and preparing for technical interviews in the programming world.
marinstrba/DiscordBot
🎮 FIFA Stats Discord Bot: Instantly access detailed FIFA player statistics in your Discord server.
marinstrba/eCommerce
"FightStore" 🛍️💡: A fullstack e-commerce website build with Spring, Angular and Bootstrap backed by database in PostgreSQL.
marinstrba/Library-Management-System
📚 This is a SpringBoot project. It is a simple Library management system with many users and a large book collection, where members of library can borrow these books.
marinstrba/Wireframe-Model
FDF is a graphical project that involves creating a 3D wireframe landscape model from a given set of coordinates.
marinstrba/42_Philosophers
Part of 42 school curicculum. This project is based on threading. And it is based on an old philosophical problem.
marinstrba/get_next_line
Get Next Line (GNL) is a function that reads from a given file descriptor and returns a line, stopping when it encounters a newline character (\n) or the end-of-file (EOF).
marinstrba/javaPlayground
Java Journey 🚀
marinstrba/libft
Libft is a project that involves coding a C library that replicates the behavior of various standard C library functions, as well as additional utility functions that can be used in later projects.
marinstrba/marinstrba
Config files for my GitHub profile.
marinstrba/Minitalk_42
This is a project, which is a part of a 42 network. It is a client - server program, for sending and displaying a stream of characters.
marinstrba/Peronalwebsite
This is my simple personal website.
marinstrba/personalPortfolio
This is my personal website. Which is far more professional looking than the previous one.
marinstrba/printf
This project involves recreating the printf function from the standard C library. The goal is to understand the functionality and mechanics behind the versatile printf function.
marinstrba/push_swap
The Push Swap project is a classic algorithm challenge focusing on data sorting, with the twist of having a restricted set of operations and data structures.
marinstrba/rockPaperScissorsGame
This is a simple rock paper scissors game using elements from html, css and javascript
marinstrba/svg
marinstrba/Tic-Tac-Toe
🎮 Java Tic Tac Toe: An engaging and interactive Tic Tac Toe game crafted in Java, where players 🧑🤝🧑 take turns placing 'X' and 'O' emojis on a 3x3 grid.
marinstrba/youtubeMainPageCopy
A little project of mine. The main task was to recreate the YT home page to strengthen HTML and CSS skills