Skip to content
View alessio-severi's full-sized avatar

Block or report alessio-severi

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
alessio-severi/README.md

Hi, I'm Alessio Severi

Software developer focused on logic, algorithms, data structures and technical problem solving.

I am the creator of ChoraX, a personal project where I publish software work and technical content centered on code, logic and computational thinking.

Working with Java, Python, C and C#, with additional experience in PHP (plus HTML/CSS for markup and styling) and MySQL. My main interests include desktop software, algorithmic design, structured programming and projects with a strong logical core.

What I build

  • Logic-driven software projects
  • Desktop applications and technical tools
  • Algorithmic and data-processing solutions
  • Projects involving structured data, static and dynamic visualization, simulation and problem solving

Selected work

Professional direction

I am particularly interested in software projects where programming is used to build logic, model systems and solve non-trivial problems.

Popular repositories Loading

  1. 42_Python_CommonCore 42_Python_CommonCore Public

    Personal solutions to the Python Common Core curriculum at 42 School β€” from fundamentals to OOP, functional programming, and data validation.

    Python 1

  2. 42-piscine-2026-rome 42-piscine-2026-rome Public

    Projects completed during the 42 Roma Piscine 2026

    C

  3. weather-station weather-station Public

    Weather Station – macOS desktop application for weather forecasts and conditions of Italian regional capitals.

    Java

  4. alessio-severi alessio-severi Public

    Software developer focused on logic, algorithms and technical problem solving. Creator of ChoraX.

  5. labyrinth labyrinth Public

    Perfect maze generator using iterative DFS with explicit backtracking

    Python

  6. Sieve-of-Eratosthenes Sieve-of-Eratosthenes Public

    Recursive implementation of the Sieve of Eratosthenes to find all prime numbers up to a given limit

    Python