Skip to content
View franciscorosecerna's full-sized avatar
🧐
<human> probably a bot </human>
🧐
<human> probably a bot </human>

Block or report franciscorosecerna

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

👋 I'm Francisco

Final-year Systems Engineering student | Backend Developer | Professional Bug Creator

About Me

Backend developer from Argentina, final-year Systems Engineering student, and full-time bug manufacturer (unintentionally, though). Currently wrapping up my degree and actively looking for my first full-time role as a Backend Developer.

I spend more time than I want to admit in databases, designing backend systems with C# and .NET, writing a commit message that says "fix" for the 8th time in a row and reading stack traces at 2 AM.

I learn by building things I have no business building — from writing my own regex engine in C# to cloning apps to implementing an HTTP server in C++. Occasionally I even finish them.


Featured Projects

What I build when I ignore the "don't reinvent the wheel" rule:

Project Description Stack
Mini_http An HTTP server implemented from scratch. (which, against all odds, correctly returns a 418 I'm a Teapot) C++
MyRegex My own regular expression engine. An excuse to dive into finite automata, syntax trees, and understand why compiler engineers deserve more respect. C# • .NET

Tech Stack

Backend C# .NET ASP.NET Core Entity Framework C++

Database SQL Server SQLite MongoDB

Frontend (when backend alone isn't enough suffering) TypeScript JavaScript HTML5 CSS3 SvelteKit

Tools & Other Git Docker

GitHub Stats

Francisco's GitHub Stats Top Langs

Dev Philosophy

"Debugging is just me versus me. Usually, I lose. Skill issue I guess."

"If I don't understand it, I'll probably rebuild the entire thing."


Get in Touch

LinkedIn Discord Email

Without fear of success

Pinned Loading

  1. Mini_http Mini_http Public

    A lightweight HTTP server framework written in C++

    C++

  2. MyRegex MyRegex Public

    Implementation from scratch of a regular expression engine

    C# 1