Skip to content
View florigod's full-sized avatar

Block or report florigod

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

Hi, I'm Florian Mathe

About Me

Backend and game developer in training, with a passion for efficient code and creative work.

Current Project

I'm currently working on:

Projects for the Startup I'm working at. I'm gaining EXP as a backend developer.

Some of my Previous Personal Backend Projects, are:

RainCast Notifier

An automated weather-alert system designed to eliminate manual forecast checking by analyzing API data daily.

Engineered a hybrid email architecture (SendGrid + SMTP) to overcome restrictions and ensure high deliverability.

Implemented serverless scheduling using GitHub Actions to trigger daily background analysis of Open-Meteo API data.

Developed a Django backend that generates dynamic, in-memory Matplotlib charts to visualize rain intensity in emails.

Tasks REST API with OAuth2

CRUD operations for tasks linked to user accounts.

Authentication-based REST API using FastAPI, JWT tokens, and PostgreSQL.

Command Line Interface for tasks and user management

SQL practice with IMDb database

Cleaned, normalized, and indexed datasets to improve performance and integrity.

Schema design, constraints, and query optimization.

Game Development Portfolio

C++, C# and GDScript projects built in Unity, Unreal and Godot — exploring game systems, OOP, and design patterns. I intend to follow a Game-dev journey, as well as my Backend programming one, trying to balance both equally.

Link to my game portfolio.


Popular repositories Loading

  1. tasks_API-CRUD_with_JWT tasks_API-CRUD_with_JWT Public template

    A Task Manager API with JWT Authentication.

    Python

  2. SQL-Exercise-IMBd-dataset SQL-Exercise-IMBd-dataset Public

    Learning project to practice SQL concepts (schema design, normalization, indexes, views, funcs)

    PLpgSQL

  3. Design-Patterns-Unity Design-Patterns-Unity Public

    Various Unity micro-projects exploring programming design patterns.

    C#

  4. florigod florigod Public

    Portfolio

  5. Dungeon Dungeon Public

    Simple Unity Game for trying Procedural Dungeon Generation

    C#

  6. raincast-notifier raincast-notifier Public

    Automated weather alert system built with Django & Python. Checks Open-Meteo API daily and sends smart email notifications with data visualization only when rain is forecast.

    Python