Skip to content
View alx-sch's full-sized avatar

Highlights

  • Pro

Block or report alx-sch

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.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
alx-sch/README.md

About Me

Hi, I am Alex! ๐Ÿ‘‹
I am a Software Engineer studying at 42 Berlin, with a background in biochemistry and tech consulting & operations.

I build robust and efficient software, translating complex problems into elegant, functional code. My background in science and consulting provides a unique foundation, giving me both a rigorous approach to analytical problem-solving and a proven ability to communicate complex systems to any stakeholder.

๐Ÿš€ Featured Projects

  • nostr-nomad: A Python tool for creators to migrate their content from Substack to the decentralized Nostr protocol, featuring API integration and automatic image re-hosting.
  • minishell: A lightweight, custom shell built from scratch in C that reproduces core Bash functionalities such as command execution, pipes, and I/O redirection through direct system calls.
  • Inception: A complete WordPress deployment orchestrated within a multi-container environment using Docker Compose, connecting NGINX, MariaDB and WordPress services over a custom bridge network.
  • IRC Server: A complete Internet Relay Chat (IRC) server built in C++, capable of handling multiple clients simultaneously using non-blocking I/O and network sockets.
  • STRIKE A POSE!: A real-time pose detection videogame built in one week with Python, OpenCV, and MediaPipe, showcasing rapid prototyping with modern ML libraries.

๐Ÿ’ผ LinkedIn

Pinned Loading

  1. STRIKE_A_POSE STRIKE_A_POSE Public

    A videogame that uses body pose classification via a webcam feed to engage players in an interactive experience.

    Jupyter Notebook

  2. nostr-nomad nostr-nomad Public

    Convert and publish Substack posts to Nostr relays with local archive support and optional image re-hosting.

    Python 3 1

  3. inception inception Public

    Use Docker to build and orchestrate containerized services: A WordPress web server backed by a MariaDB database.

    Dockerfile

  4. miniRT miniRT Public

    Forked from Busedame/miniRT

    Ray tracing from scratch, without using 3D frameworks, to render basic scenes by simulating light and reflections.

    C

  5. IRC_server IRC_server Public

    Building an IRC server from scratch in C++.

    C++ 1

  6. minishell minishell Public

    Implementing a basic Unix shell with essential functionalities, such as handling commands, managing processes, and executing programs.

    C 1 1