Skip to content
View artidek's full-sized avatar

Block or report artidek

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
artidek/README.md

πŸ‘‹ Hi, I'm Artem Obshatko

A seasoned Automation & Control Systems Engineer with 12+ years of international experience in Oil & Gas and Chemical industries.
Skilled in SCADA, DCS, PLCs, Functional Safety, and industrial protocols.

Currently diving deep into software engineering as a student at 42 Warsaw, driven by a passion for clean code, problem-solving, and system optimization.
On a mission to blend industrial automation expertise with modern software development for the future of smart industry.

πŸ”§ Tech-savvy | 🌐 Multilingual | πŸ’‘ Always learning | πŸ–₯️ C β€’ Linux β€’ Networking

Pinned Loading

  1. 42_fdf 42_fdf Public

    FDF is a 3D wireframe renderer written in C, as part of the School 42 curriculum. It reads a 3D height map and projects it onto a 2D screen using isometric projection.

    C

  2. 42_philosophers 42_philosophers Public

    C implementation of the Dining Philosophers problem using threads, mutexes, and semaphores. Demonstrates synchronization, deadlock avoidance, and process/thread management for 42 school.

    C

  3. 42_push_swap 42_push_swap Public

    artidek/42_push_swap: Sorting algorithm project for 42 school. Sorts integer stacks with minimal stack operations, using custom data structures and optimized algorithms.

    C

  4. 42_ft_printf 42_ft_printf Public

    A custom implementation of the C standard library's printf function. This project recreates printf with support for formatting, variable arguments, and buffer management, demonstrating deep underst…

    C

  5. 42_minishell 42_minishell Public

    Minimal Bash-like shell written in C for the 42 School curriculum. Supports built-in commands, pipes, redirections, environment variables, and signal handling.

    C

  6. 42_pipex 42_pipex Public

    A minimal Unix pipeline emulator written in C, replicating shell pipe behavior. Implements process creation, file redirection, and command execution for educational purposes.

    C