You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Hi there 👋 I'm Simon
2
2
3
3
## 👨💻 About Me
4
-
I looove **Computer & Computer Science**. There is soo much to discover and I'm very excited about it. I'm someone who loves solving problems through clean and efficient code for better productivity.
5
-
I’m especially interested in **Cybersecurity**, software development, and system design. And I like also Mathematics and electronics.
4
+
I **love** everything about **computers and computer science** — there’s so much to explore, and I’m always eager to learn more.
5
+
I’m passionate about **solving problems through clean, efficient, and well-structured code** to boost my productivity.
6
+
My main interests lie in **Cybersecurity**, **software development**, and **system design** — and I also enjoy **mathematics** and **electronics**.
6
7
7
-
- 🎯 Always learning and improving my skills in modern technologies
8
+
- 🎯 Constantly learning and improving my skills in modern technologies
8
9
- 🌱 Exploring the world of **ethical hacking** and **network security**
9
10
- 💼 Open to **freelance collaborations** and **remote opportunities**
10
11
@@ -13,35 +14,37 @@ I’m especially interested in **Cybersecurity**, software development, and syst
13
14
## 🚀 Projects I'm Most Proud Of
14
15
Here are a few highlights from my work:
15
16
16
-
- 🏓 **[FT_TRANSCENDENCE](https://github.com/SimonIsCoding/ft_transcendence)** — a FullStack PONG game on the web using Typescript and Node.js - We used so many features that I would be very happy to let you dicover 😋
17
-
- 🧊 **[CUB3D](https://github.com/pauldahacker/cub3d)** — A raycasting 3D environment Game from a 2D map - like Wolfenstein 3D.
18
-
- ⚙️ **[Minishell](https://github.com/SimonIsCoding/minishell)** — An implementation of a Unix shell in C, featuring command execution, built-in commands, environment variable management, and advanced shell features like pipes, redirections, and here-documents.
19
-
- 📈 **[PushSwap](https://github.com/SimonIsCoding/push_swap)** — create an efficient algorithm to sort up to 500 numbers with strict features
20
-
- 🌀 **[fractol](https://github.com/SimonIsCoding/fractol)** — I drew various fractals thanks to a graphical library named MiniLibX and using mathematics & C language
21
-
- 🗪 **[ft_irc](https://github.com/SimonIsCoding/ft_irc)** — This project implements an IRC (Internet Relay Chat) server using C++98 and Linux system calls.
17
+
- 🏓 **[FT_TRANSCENDENCE](https://github.com/SimonIsCoding/ft_transcendence)** — A full-stack **PONG** game built with **TypeScript** and **Node.js**.
18
+
This project includes numerous features I’d love to let you discover 😋
19
+
- 🧊 **[CUB3D](https://github.com/pauldahacker/cub3d)** — A **raycasting 3D engine** from a 2D map, inspired by *Wolfenstein 3D*.
20
+
- ⚙️ **[Minishell](https://github.com/SimonIsCoding/minishell)** — A **Unix shell implementation in C**, featuring command execution, environment variable management, pipes, redirections, and here-documents.
21
+
- 📈 **[PushSwap](https://github.com/SimonIsCoding/push_swap)** — A **sorting algorithm challenge** to efficiently sort up to 500 numbers under strict constraints.
22
+
- 🌀 **[Fractol](https://github.com/SimonIsCoding/fractol)** — A **fractal visualizer** built with **C** and **MiniLibX**, combining math and graphics programming.
23
+
- 🗪 **[ft_irc](https://github.com/SimonIsCoding/ft_irc)** — An **IRC server** implemented in **C++98**, leveraging Linux system calls.
0 commit comments