Skip to content
View MacMosby's full-sized avatar
πŸ§‘β€πŸ’»
Open for collaboration
πŸ§‘β€πŸ’»
Open for collaboration

Highlights

  • Pro

Block or report MacMosby

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

Hi, I'm Marc πŸ‘‹

I'm a software engineer trained at 42 Berlin with a background in operations and team leadership, now focused on building modern web applications.

I enjoy working across the stack and care about writing clean, structured, and maintainable code that others can easily understand and extend.


πŸ› οΈ Tech Stack

TypeScript React Node.js NestJS C


πŸš€ Selected Projects

🎨 You Draw Me Crazy

A collaborative drawing game built as a team project using a modern web stack.

  • Real-time interaction between players
  • Full-stack architecture (frontend + backend)
  • Focus on user experience and responsive design

πŸ‘‰ View Repository


πŸ–₯️ Minishell

A custom Unix shell implemented in C, inspired by bash.

  • Process management & system calls
  • Command parsing and execution
  • Strong focus on low-level system behavior

πŸ‘‰ View Repository


πŸ’Ό Background

Before transitioning into software engineering, I worked as a City Manager in Berlin, where I helped scale a business from 0 to 100+ customers within the first year and led a team of 30 people.

This experience shaped how I approach ownership, problem-solving, and collaboration in engineering teams.


πŸ“ˆ Current Focus

I'm currently deepening my experience in:

  • Building scalable backend systems with Node.js / NestJS
  • Writing clean and testable code
  • Designing well-structured applications

🀝 Let's connect

Pinned Loading

  1. you-draw-me-crazy you-draw-me-crazy Public

    Forked from n-andr/Transcendence

    Real-time multiplayer drawing game built with React, TypeScript, NestJS, and WebSockets

    TypeScript

  2. minishell minishell Public

    Forked from lolasaf/minishell

    Custom Unix shell in C implementing process execution, pipes, and redirections with fork, execve, and dup2

    C