Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View eschencode's full-sized avatar

Highlights

  • Pro

Block or report eschencode

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

Linus Eschenbach

Junior Software Developer | 42 Berlin Student Berlin, Germany


Profile

Software Developer with a rigorous foundation in low-level systems and fullstack architecture through the 42 Berlin Common Core. Experienced in transitioning complex logic into user-facing applications. Currently balancing academic excellence at 42 with practical impact in a startup environment, focusing on scalable TypeScript solutions and 3D technology.

Technical Expertise

  • Languages: TypeScript, C, C++, SQL
  • Frontend: React, Three.js, Tailwind CSS,
  • Backend & DevOps: Node.js, NestJS, Docker, PostgreSQL, Nginx
  • Systems: Unix/Linux, Memory Management, Network Programming

Core Projects & Experience

3D Print Farm Tracker | Startup Work Experience

Applied Fullstack Development & IoT

  • Architecting a management dashboard for industrial 3D print Farms.
  • Implementing real-time state tracking and data visualization using TypeScript.
  • Bridging the gap between hardware monitoring and intuitive frontend interfaces.

ft_transcendence | 42 Berlin

Fullstack Web Suite

  • Designed and deployed a single-page application (SPA) featuring real-time multiplayer gameplay.
  • Engineered the entire frontend architecture using TypeScript and implemented JWT authentication handeling.

ft_Inception | 42 Berlin

DevOps & System Administration

  • Orchestrated a multi-container environment using Docker Compose.
  • Configured a professional-grade infrastructure featuring Nginx (TLS), MariaDB, and WordPress.
  • Demonstrated mastery of system virtualization, networking, and volume management.

Education

42 Berlin Software Engineering — Common Core (Completed) * A peer-to-peer, project-based curriculum focused on deep technical understanding without traditional teachers or lectures.

  • Developed a "learn-how-to-learn" mindset and the ability to navigate complex, undocumented codebases.

Professional Links

LinkedIn | Email

Pinned Loading

  1. ft_transcendence ft_transcendence Public

    Forked from tesla33io/ft_transcendence

    ft_transcendence – Full-stack multiplayer Pong web app from 42 school, styled like Windows 98. Real-time gameplay with matchmaking, chat, OAuth2 login, spectator mode, and user profiles using WebSo…

    TypeScript

  2. cube3d cube3d Public

    A custom 3D raycasting engine built in C. Implements ray-plane intersection logic and texture mapping inspired by the Wolfenstein 3D engine

    C

  3. inception inception Public

    A small web-stack created form scratch using Docker and docker-compose. No prebuild images and based an alpine.

    Shell

  4. Webserve Webserve Public

    Forked from alecmalloc/webserve

    A multi-client HTTP server built from scratch in C++.

    C++

  5. minishell minishell Public

    A functional replica of the Bash shell developed in C. Focuses on system calls, file descriptors, and robust error handling.

    C 3