Skip to content
View Welhox's full-sized avatar

Block or report Welhox

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

๐Ÿ‘‹ Hej! I'm Casi

I'm a full-stack developer with a background in aviation, based in Finland ๐Ÿ‡ซ๐Ÿ‡ฎ


๐Ÿš€ About Me

Software developer with a foundation in C and C++ from Hive Helsinki's 42 curriculum (2023-2025). I've built everything from scratch: shells, HTTP servers, raycasters, and memory allocators. That low-level experience taught me how software really works and made picking up new technologies straightforward.

These days I work across the full stack with TypeScript, React, Node.js, Fastify, and Python, though I naturally gravitate toward backend challenges. I enjoy optimizing performance, designing clean architectures, and solving problems that take a bit of detective work.

From aviation, I bring precision, systematic problem-solving, and the ability to stay calm under pressure. From development, I bring curiosity, adaptability, and genuine enthusiasm for building things that work.


๐Ÿ’ป Tech Stack


๐Ÿ“‚ Featured Projects

WebPONG - Full-stack web application built with TypeScript, React, Fastify, and SQLite. Features multiplayer matches, AI opponents, tournaments, JWT authentication with MFA, and full ARIA accessibility.

Donna AI Agent - Python-powered chat assistant with OpenAI API integration and real-time GitHub data retrieval via custom function calling. Deployed on Google Cloud Run with enterprise-grade security.

HTTP Server (C++) - HTTP/1.1 compliant web server with configuration parsing, CGI support, and connection management. Includes protection against malformed input.

MiniBASH (C) - Unix shell implementation with pipes, redirections, environment variables, process management, and custom built-ins.

Check out my pinned repositories below for more! โฌ‡๏ธ


๐ŸŒ Connect

Pinned Loading

  1. MiniBash MiniBash Public

    A mini BASH shell

    C

  2. WebPONG WebPONG Public

    A full-stack PONG web app

    TypeScript

  3. cub3d cub3d Public

    A 2.5D raycaster

    C 1 1

  4. Webserv Webserv Public

    Forked from tcampbel22/42_hive_webserv

    Build a server in c++

    C++

  5. Bespoke_C_library Bespoke_C_library Public

    libft, ft_printf and get_next_line combined into libft.h

    C

  6. Donna-Ai-assistant Donna-Ai-assistant Public

    Ai chat agent for my portfolio page.

    Python