Skip to content
View chamaselion's full-sized avatar
  • Student at 42 Heilbronn
  • Heilbronn, Budapest

Highlights

  • Pro

Block or report chamaselion

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

Hi, I'm Bálint Szikora 👋

I’m a creative-technical problem solver with a background in photography and hands-on software development training at 42 Heilbronn. I enjoy building practical tools and graphical projects.

🚀 About Me

  • 🎓 Current: 42 Heilbronn (Coding School, 2024–Present)
  • 🎓 Previous: BA in Photography, Metropolitan University Budapest (2020–2023)
  • 🧠 Studied: C / C++, systems programming, graphics fundamentals, and software troubleshooting
  • 🎯 Strengths: structured problem-solving, technical + creative execution

🛠️ Technical Skills

Programming

  • C++ — OOP, memory management, smart pointers, pointers/references
  • C — systems programming, signals, manual memory handling, pixel drawing

Systems & Concepts

  • Multithreading fundamentals
  • Algorithms & data structures fundamentals
  • Low-level graphics basics (raycasting, wireframe)

Support & Operations

  • Hardware/software troubleshooting
  • OS and application support
  • User guidance and issue resolution

🎬 Creative Toolkit

  • Advanced: Photoshop, Lightroom, Bridge
  • Intermediate: Premiere Pro, DaVinci Resolve
  • Basic: Blender

I also bring concept development, visual communication, and design sensibility into technical work.

📫 Contact


If you’re working on systems-level projects, creative-tech collaborations, or practical developer tooling, I’m open to connecting.

Pinned Loading

  1. 42_cub3d 42_cub3d Public

    cub3D is a project-based 3D raycasting engine built in C at 42 School, focused on map parsing, texture rendering, and real-time movement using MLX42.

    C 1

  2. 42_inception 42_inception Public

    This project at 42 is about setting up docker containers for wordpress + mariadb served by nginx.

    Shell

  3. 42_fdf 42_fdf Public

    Linux-focused 42 FdF wireframe renderer in C using MiniLibX, featuring isometric projection of .fdf height maps with optional per-point hex colors.

    C

  4. 42_minishell 42_minishell Public

    A minimalist Unix shell written in C as part of the 42 School minishell project. It implements a command-line interpreter with a focus on parsing, process management, file-descriptor handling, and …

    C

  5. cut3d cut3d Public

    This project is born out of the cub3D project at 42, originally written in C. The key changes are switching to CPP and ditching MLX for Microsoft Windows compatibility (aaand some common sense). Th…

    C++

  6. 42_irc 42_irc Public

    A lightweight IRC client/bot implementation for experimenting with the IRC protocol—handles connecting to servers, joining channels, and sending/receiving messages, with a focus on simplicity and e…

    C++