Skip to content
View PariCoderDeveloper's full-sized avatar
πŸ‘©β€πŸŽ“
Learning
πŸ‘©β€πŸŽ“
Learning

Block or report PariCoderDeveloper

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

Pinned Loading

  1. Online_Store Online_Store Public

    Sperolina Online Shop is a modern and scalable e-commerce platform, developed using ASP.NET with Razor Pages and a Clean Architecture pattern. The system is designed with microservices to ensure hi…

    C# 1

  2. Accounting_Software Accounting_Software Public

    This is a Windows Forms-based Accounting Software developed using a 5-layer architecture. The application communicates with a SQL Server database using the Database First approach, and follows Repo…

    C# 1 1

  3. Library_Managment Library_Managment Public

    The Library Management System is a desktop application for managing books, authors, and user profiles. It allows users to add, update, and delete data, using SQLAlchemy for database management. The…

    Python

  4. Calculator Calculator Public

    This is a simple GUI-based calculator built using Python and Tkinter. The project follows a **component-based structure**, making it easy to manage and extend.

    Python 1

  5. SafeRateLimiter- SafeRateLimiter- Public

    This Python project implements a Rate Limiter decorator that restricts the number of function calls within a specified time window. It helps control execution flow and prevent excessive function ca…

    Python

  6. IPv4-Validator IPv4-Validator Public

    A Python script for validating IPv4 addresses using Regex. It also includes pytest tests to verify the correctness of the code.

    Python