Skip to content
View vsennikov's full-sized avatar

Block or report vsennikov

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

Pinned Loading

  1. playwright-portfolio playwright-portfolio Public

    Test automation portfolio using Playwright, TypeScript and GitHub Actions. Includes UI/API coverage, Page Object pattern and automated Allure reporting.

    TypeScript

  2. sports-event-calendar sports-event-calendar Public

    A 3-layer backend app for a sports calendar API (Go, Gin, sqlx) with a simple JS/CSS frontend.

    Go

  3. atdeters/minishell atdeters/minishell Public

    A simple Unix shell implementation, supporting basic command execution, piping, redirection, and built-in commands - entirely written in C. It is the first team project of the 42 shool core curricu…

    C 2

  4. philo philo Public

    An implementation of the classic Dining Philosophers Problem in C using POSIX threads. Simulates philosophers' behavior with proper synchronization to avoid deadlocks and starvation. Includes confi…

    C