Skip to content
View Flamiing's full-sized avatar
☁️
In a cloud
☁️
In a cloud

Highlights

  • Pro

Block or report Flamiing

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

👋 Hi, I'm Amir (“Flamiing”)

🧑‍💻 Software Engineer @ IBM


🚀 About Me

I’m a backend-focused Software Engineer passionate about programming and constantly improving my craft, with experience in Java, Python, JavaScript, C++ and PHP. I love building clean, reliable, well-structured software — whether it’s backend services, low-level logic, or containerized deployments.

I enjoy designing robust backend systems, understanding the logic behind them, and applying modern development practices and clean code principles.


🔧 Technologies & Skills

  • Backend & Systems: C, Java, Python, JavaScript (Node.js), C++, PHP
  • Unix / Shell / Processes: Signals, pipes, process control, parsing, scripting
  • Network & Protocols: Sockets, IRC protocol basics
  • Web Foundations: REST APIs, authentication, routing, MVC , etc
  • DevOps & Environments: Docker, Docker Compose, Linux, Nginx, system services
  • Databases: PostgreSQL, MySQL, SQL
  • Tools: Git, Make, Docker, VSCode, Linux CLI, Artificial Intelligence

📂 Notable Projects

A full-stack photo-sharing web application.
Built user auth, sessions, image editing, uploads, and a fully custom backend — great intro to real-world web app architecture.

A matchmaking / dating platform with messaging, notifications, profile management, and geolocation.
Focused on backend logic, API design, data modeling, and security.

A functional Unix shell implemented in C.
Features parsing, pipes, redirections, signals, environment management — close to real shell internals.

💬 ft_irc

An IRC server implementation built in C.
Learned about networking, sockets, concurrency, and RFC-compliant protocol handling.

A containerized web infrastructure project using Docker and Docker Compose.
Built a multi-service environment with WordPress, Nginx, MariaDB, and custom configuration — strong DevOps foundation.


🌍 Let’s Connect

If you want to contact me or connect professionally, you can do so via my LinkedIn:

➡️ LinkedIn: https://www.linkedin.com/in/flamiing/


Thanks for visiting — happy coding! 🚀

Pinned Loading

  1. 42_matcha 42_matcha Public

    A full-stack dating web application featuring user authentication, profiles, geolocation-based matching, real-time chat, notifications, and a modern responsive interface. Built with a modular backe…

    TypeScript 1

  2. 42_Camagru 42_Camagru Public

    A lightweight Instagram-style web app built from scratch. Users can register, take or upload photos, apply filters, and share them with others using a custom PHP backend and vanilla JavaScript fron…

    CSS

  3. 42_minishell 42_minishell Public

    This project is a simple shell made in C.

    C

  4. 42_ft_irc 42_ft_irc Public

    An IRC server implemented in C++98 as part of the 42 School curriculum. It handles multiple clients using poll(2), parses IRC-style commands, manages channels, modes, and user states, and communica…

    C++

  5. 42_ft_linear_regression 42_ft_linear_regression Public

    A simple machine learning project where I implement linear regression from scratch in Python using gradient descent. The program loads a dataset, trains a model, visualizes the results, and predict…

    Python

  6. 42_Inception 42_Inception Public

    Inception was a project that taught me about Docker containers, Docker images, Docker compose and system administration in general.

    Dockerfile