Profile picture Anthony SCHNEPP

Anthony SCHNEPP

Aspiring Full Stack Developer

Strasbourg, France

4th year student at CESI Strasbourg in computer science, I am an aspiring full stack web developer focused on creating clean, efficient, and scalable web applications with a modern tech stack. Specialized in Laravel, Angular, TypeScript and other web technologies delivering responsive and intuitive user interfaces. I am looking for a company to do a Contrat de Professionalisation for my last year at CESI starting September 2026.

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...
interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    devOps:  string[];
    backend: string[];
   frontend: string[];
};

type ContactType = 'github' | 'linkedIn' | 'email';

const techStack: TechStack = {
    devOps: [
        'GitLab/GitHub/Git',
        'Docker'
    ],
    frontend: [
        'Angular',
        'JavaScript',
        'TypeScript',
        'TailwindCSS',
        'Vue',
        'React',
        'SCSS/CSS',
        'HTML',
    ],
    backend: [
        'Laravel',
        'Basic C# .NET knowledge',
        'Basic Java and SpringBoot knowledge',
        'Node.js',
        'PostgreSQL',
        'MySQL',
    ]
};

// Developer profile
const me: Developer = {
    name: 'Anthony SCHNEPP',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        'Open Source',
        'Privacy',
        'Performance',
        'Self-Hosting',
    ]
};

// Contact function
const contact = (type: ContactType): string => {
    switch (type) {
        case 'github':
            return 'https://github.com/aschnepp';
        case 'linkedIn':
            return 'https://www.linkedin.com/in/anthony-schnepp/';
        default:
            return 'Send mail to: [email protected]';
    }
};

My internships

Custy Luxembourg

During my international mobility program, I worked as a Web Developer Intern on the redesign of a legacy life insurance business application. The objective was to modernize the interface and improve user experience using Angular. I interacted with the database using PL/SQL and gained exposure to the existing Spring Boot environment to understand web services and workflows.

The skills I learned:
  • Angular
  • Typescript
  • Oracle's PL/SQL
  • Mantis bug tracking tool
  • GitLab
  • Basic Java and SpringBoot

Gym Concordia

Worked on the maintenance and continuous improvement of the gym-concordia.com website for over 10 months. Contributed to adding new features and enhancing existing functionalities. Managed back-end development with Laravel, handled MySQL database operations, and participated in Linux server administration and maintenance.

The skills I learned:
  • Laravel
  • PHP
  • Javascript
  • MySQL
  • Basic Linux server administration
  • Continuous bug fixing

GIP FCIP Alsace

Developed a web-based tool for tracking language training programs. Built the front-end using HTML, CSS, and JavaScript, and developed the back-end with PHP. Designed and managed the associated database. Also provided IT support for equipment managed under Azure environments.

The skills I learned:
  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL
  • IT Support
  • Microsoft Azure

Gym Concordia's website

Gym Concordia's website is a website used by the Gym Concordia association which has an online shop, admin tools for the coach and different guest usages. For example, the registering of the people for each lessons, retrieve the different bills, pay for animations, ...

Open Project Website

Easy save project

Easy save is a C# .NET app with a GUI that consists of a backup software for files and folders. It includes some specifications like : pause and stop button, priority management, max file size threshold for backup, remote console and a configuration tab.

Open GitHub project

Advanced Algorithms project

I developed an enhanced delivery route management system using Operations Research techniques to optimize city connections, reduce total travel time, and minimize environmental impact in the context of ADEME’s innovative mobility initiative.

Open GitHub project

Object Oriented Programming project

I developed a graphical client-server management application in C++ as part of an object-oriented programming project, including software and database modeling, full implementation, and presentation of the final solution.

Open GitHub project