Skip to content
View HaruSnak's full-sized avatar
  • Student at 42 School | Lausanne Switzerland

Highlights

  • Pro

Block or report HaruSnak

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.

Content in all repositories owned by your account will be closed.
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
HaruSnak/README.md
Profile Views GitHub Followers GitHub Stars




πŸ‘¨β€πŸ’» About Me

Coding

struct Developer {
	std::string name;
	std::string careerGoal;
	std::string school;
	std::string location;
	std::vector<std::string> freeTime;
};

Developer shany = {
	"Shany Moreno",
	"DevOps Engineer / Software Developer",
	"42 Lausanne",
	"Switzerland",
	{
		"Game Development",
		"Machine Learning / Data",
	}
};
  • 🎯 Career goal: DevOps Engineering or Software Development
  • πŸ’‘ Solid foundation in C/C++, systems, and infrastructure tooling (Docker, Ansible, Terraform, Kubernetes)
  • 🌱 On my free time, I build games (Godot/UE5) and explore Machine Learning
  • πŸ‘₯ Open to collaborating on ambitious, well-engineered projects
  • πŸ’¬ Happy to talk about programming, DevOps, or the 42 curriculum


πŸ› οΈ Technology Stack

Languages

Programming Languages

Frameworks & Tools

Frameworks & Tools

Game Development

Game Development

Databases & Infrastructure

Databases & Infrastructure



πŸŽ“ 42 School Journey

Cursus
πŸ“š Completed Projects β€” click to expand
Project Language Grade Skills Developed
ft_transcendence JS/TypeScript/Docker βœ… Full-stack web development, real-time communication, WebSockets
Webserv C++ βœ… HTTP protocol, server architecture, network programming
Inception Docker βœ… Containerization, DevOps, system administration
NetPractice Network βœ… Network configuration, TCP/IP, subnetting, routing
CPP Modules 00-09 C++ βœ… Object-oriented programming, polymorphism, inheritance
Cub3d C βœ… Ray-casting, graphics programming, game development
Minishell C βœ… System calls, process management, shell programming
Philosophers C βœ… Threading, synchronization, mutex, deadlock prevention
Push_swap C βœ… Algorithm optimization, sorting algorithms, complexity analysis
Pipex C βœ… Process communication, pipes, file descriptors, system calls
So_long C βœ… Graphics programming, game development, event handling
Ft_printf C βœ… String formatting, variadic functions, memory management
Get_Next_Line C βœ… File I/O, buffer management, memory allocation
Born2beroot System Admin βœ… Linux administration, virtualization, security hardening
Libft C βœ… C standard library recreation, memory management, algorithms
Cursus
πŸš€ Post Common Core β€” Specialization Projects β€” click to expand
Project Language Grade Skills Developed
Darkly Web βœ… Web security auditing, vulnerability identification (XSS, injections, etc.), secure coding basics
BGP C βœ… Routing protocols (BGP), network programming, socket programming
Zappy C πŸ”„ TCP/IP network programming, server/client architecture, AI client strategy, real-time graphical rendering
nm C βœ… Reimplementation of the nm Unix utility (no arguments), ELF file parsing, symbol table reading
Cloud-1 Docker/Ansible βœ… Cloud deployment (Azure), infrastructure automation with Ansible, multi-container architecture (WordPress, phpMyAdmin, database)
IoT Vagrant/K3s/K3d πŸ”„ Kubernetes fundamentals, VM provisioning with Vagrant, Ingress configuration, lightweight cluster orchestration
Ft_turing OCaml βœ… Turing machine simulation, finite state automata, functional programming
H42n42 Docker/Bash πŸ”„ Container orchestration, simulation modeling, Docker Compose
Rainfall Assembly/C βœ… Binary exploitation, buffer overflows, Linux privilege escalation
Override Assembly/C βœ… Advanced exploitation, memory protection bypass, reverse engineering
XV C++/Unreal Engine πŸ”„ Real-time 3D simulation, industrial process visualization, human-machine interaction

πŸ… Achievements & Certifications

42 Badge


🀝 Let's Connect

πŸ’¬ Feel free to reach out for:
πŸ”— Collaboration opportunities
πŸ’‘ Technical discussions
🎯 Career advice
πŸš€ Project partnerships

LinkedIn

✨ Thanks for stopping by! ✨
If a project caught your eye, a ⭐ is always appreciated.

Pinned Loading

  1. 42-ft_transcendence 42-ft_transcendence Public

    Project 42 | Level 6 - Common Core | ft_transcendence is a full-stack web application implementing a multiplayer online Pong game with tournaments, live chat, and comprehensive DevOps monitoring.

    TypeScript 1

  2. 42-inception 42-inception Public

    Project 42 | Level 5 - Common Core | Containerized multi-service infrastructure using Docker Compose, featuring NGINX with TLS encryption, WordPress with php-fpm, and MariaDB, all built from custom…

    Shell