Skip to content
View cosimonegri's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report cosimonegri

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.

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
cosimonegri/README.md

Hi there, nice to meet you! 👋


class Cosimo:
  def __init__(self):
    self.name = "Cosimo Giovanni"
    self.surname = "Negri"
    self.experience = {"Amazon": "Software Development Engineer Intern", "Datadog": "Software Engineer Intern"}
    self.education = {"MSc in Computer Science and Engineering": "PoliMi", "BSc in Computer Engineering": "PoliMi", }
    self.hobbys = ["Running", "Chess", "Rubik's Cube", "Music"]

I'm Cosimo Giovanni Negri, a passionate Software Engineer. I am currently pursuing a Master's Degree in Computer Science and Engineering at the Politecnico of Milan.

🔨 Projects


  • Archduchess - chess engine with a ~2050 elo rating
  • Pathfinding Visualizer - web app to visualize the most common pathfinding and maze generation algorithms
  • Codex Naturalis - desktop application to play the board game Codex Naturalis
  • Easy.do - web app to keep track of tasks and create collaborative projects

📢 Contacts


LinkedIn Gmail

Pinned Loading

  1. Archduchess Archduchess Public

    A UCI chess engine written in C++

    C++ 1

  2. pathfinding-visualizer pathfinding-visualizer Public

    React web app to visualize the most common pathfinding and maze generation algorithms.

    JavaScript

  3. ing-sw-2024-lovino-mierlita-negri-orizio ing-sw-2024-lovino-mierlita-negri-orizio Public

    Final Software Engineering Project - AA 2023-2024 PoliMi

    Java 3 1

  4. easy-do easy-do Public

    React web app to keep track of tasks and create collaborative projects.

    JavaScript