Skip to content
View M677871's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report M677871

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. online-learning-backend online-learning-backend Public

    Node.js/Express/MariaDB REST API for an online learning platform with JWT auth, role-based access control, layered architecture, and automated Jest/Supertest tests.

    JavaScript

  2. pharmacy-management-system pharmacy-management-system Public

    (in progress) A full-stack pharmacy management system with admin, employee, and client roles. Admin manages medicines, employees handle users and orders, and clients place and track orders through …

    TypeScript

  3. LearnOnline LearnOnline Public

    LearnOnline is a modular online learning platform with a Spring Boot backend and a JavaFX desktop client. Authentication uses JWT with optional email OTP (two-step login), and all data access is JP…

    Java

  4. ft_printf ft_printf Public

    A reimplementation of the C printf function, built in C at 42, handling format specifiers, flags, width, precision, and variable arguments according to 42 coding standards.

    C

  5. Libft Libft Public

    Libft is a custom C library reimplementing core standard library functions, with added utilities for strings, memory, and linked lists, built as part of the 42 curriculum to demonstrate mastery of …

    C

  6. push_swap push_swap Public

    push_swap is a 42 project that sorts integers using two stacks and minimal operations, emphasizing algorithms, data structures, and optimization.

    C