Pinned Repositories
ARGB-colors
The ARGB Colors App is a desktop application written in C# with .NET and WPF. This application allows users to create and manage colors by adjusting sliders for Alpha, Red, Green, and Blue (ARGB) values. Users can add new colors and delete existing ones displayed in the app.
Blog-asp
Blog ASP is a web-based application developed using C# and ASP.NET. This project features user authentication, post management, and comment interactions. Unauthorized users can view posts, accounts, and comments, while logged-in users can create posts, leave likes/dislikes, and add comments.
Calculator-with-dinamic-interface
Calculator with Dynamic Interface is a C# Windows Forms application developed using .NET. The calculator interface is generated dynamically at runtime, providing users with a simple tool to perform basic arithmetic operations such as addition, subtraction, multiplication and division.
Car-exchange-app
Car Exchange is a web application developed using Java Spring Boot and the MVC architecture. The project uses RESTful APIs for interaction between the client and server. All data is stored in an Oracle database via JDBC, with CRUD operations implemented for managing car listings.
Catalog-manager
Catalog Manager is a C# Windows Forms application developed using .NET. The application provides a simple interface for managers to execute CRUD operations on a list of products. All data about goods is saved locally in a binary catalog file (.bin) when exiting the application, ensuring that the data persists across sessions.
Library-manager-redux
This React project was created to demonstrate the use of React.js, a popular JavaScript library for building user interfaces. The project showcases the fundamental concepts of React, including components, state, and props, while integrating modern front-end practices.
Libro
Local-manager
Local Manager is a simple console application written in C++ to manage local resources or entities. This project was created to demonstrate core principles of object-oriented programming (OOP) and resource management.
ToDoList-js-node.js
To Do List is a task management application built using Node.js. It allows users to create, update, delete, and manage tasks, with all data saved in a MongoDB database. The project implements CRUD operations and provides a simple, user-friendly interface using Bootstrap for styling.
Yakaboo-app
Yakaboo App is a WinForms application developed in C# that allows users to manage a collection of books. Users can perform CRUD operations, and all book data is saved in a database using Entity Framework Core. The application connects to an MS SQL Server database, making it a practical solution for book management.
zabavb's Repositories
zabavb/Libro
zabavb/ARGB-colors
The ARGB Colors App is a desktop application written in C# with .NET and WPF. This application allows users to create and manage colors by adjusting sliders for Alpha, Red, Green, and Blue (ARGB) values. Users can add new colors and delete existing ones displayed in the app.
zabavb/Blog-asp
Blog ASP is a web-based application developed using C# and ASP.NET. This project features user authentication, post management, and comment interactions. Unauthorized users can view posts, accounts, and comments, while logged-in users can create posts, leave likes/dislikes, and add comments.
zabavb/Calculator-with-dinamic-interface
Calculator with Dynamic Interface is a C# Windows Forms application developed using .NET. The calculator interface is generated dynamically at runtime, providing users with a simple tool to perform basic arithmetic operations such as addition, subtraction, multiplication and division.
zabavb/Car-exchange-app
Car Exchange is a web application developed using Java Spring Boot and the MVC architecture. The project uses RESTful APIs for interaction between the client and server. All data is stored in an Oracle database via JDBC, with CRUD operations implemented for managing car listings.
zabavb/Catalog-manager
Catalog Manager is a C# Windows Forms application developed using .NET. The application provides a simple interface for managers to execute CRUD operations on a list of products. All data about goods is saved locally in a binary catalog file (.bin) when exiting the application, ensuring that the data persists across sessions.
zabavb/Currency-exchange
This is a simple console application for currency exchange, developed in C# using the .NET framework. The project serves as a basic implementation to demonstrate fundamental concepts in currency conversion.
zabavb/Employee-manager
Employee Manager is a simple console application written in C++ to manage employee records. This project was created to demonstrate core principles of object-oriented programming (OOP) and data management.
zabavb/Employee-manager-asp-app
Employee Manager is a web app developed using ASP.NET and C#. The project incorporates MS SQL Server via Entity Fr and is structured with Ocelot. It also integrates many other features. With CRUD functionality for employees under the admin role, it provides managers the ability to manage employees, while employees can only view their own data.
zabavb/Exam-php-Yii
Exam PHP Yii is a web application developed using the PHP Yii framework. This project serves as a platform for demonstrating core web development skills using Yii's powerful architecture.
zabavb/Exam-Project-TPM
The Calculator App is a group project developed as part of a collaborative assignment from IT Step Academy. This application provides basic and advanced calculation functionalities using Windows Forms (WinForms) in C#.
zabavb/Gas-station
Gas Station is a C# Windows Forms application developed using .NET. The project is designed to provide cashiers with a simple and intuitive interface to manage gas station operations. It allows users to calculate fuel prices in UAH and include additional charges from a mini-cafe service, ensuring an easy and efficient workflow for cashiers.
zabavb/Library-manager
Library Manager is a Windows Forms application developed in C# using .NET and MS SQL Server. It allows managers to execute CRUD operations over a list of books, authors, and publishers, with all data stored in a database managed through Entity Framework. The interface has a partially dynamic build, providing a flexible and user-friendly experience.
zabavb/Library-manager-redux
This React project was created to demonstrate the use of React.js, a popular JavaScript library for building user interfaces. The project showcases the fundamental concepts of React, including components, state, and props, while integrating modern front-end practices.
zabavb/Local-manager
Local Manager is a simple console application written in C++ to manage local resources or entities. This project was created to demonstrate core principles of object-oriented programming (OOP) and resource management.
zabavb/Mail-app
The Mail App is a Windows Forms project developed using C# and .NET. This application allows users to send email messages after filling out necessary details like SMTP server name, server port, email credentials, and recipient information. It also enables users to manage their inbox, search for emails by body content, subject, unseen etc.
zabavb/Movie-API-app
The Movie API App is a Windows Forms (WinForms) application developed to interact with the OMDB API for movie search functionality. Users can search for movies using the search bar and view detailed information about the films retrieved from the API.
zabavb/My-weather-app
My Weather App is a simple web application built with jQuery that retrieves real-time weather data using Ajax requests from the OpenWeatherAPI. The app allows users to search for current weather conditions by city name and get live updates on temperature, humidity, and other weather details.
zabavb/Precious-stones-manager
Precious Stones Manager is a Windows Forms application developed in C#. It provides an easy-to-use interface for managers to handle precious stones, allowing them to perform CRUD operations on a list of stones. The stones are sorted by color, and all data is saved in an XML file Stones.xml locally when the app is closed.
zabavb/Product-manager
Product Manager is a Windows Forms application developed in C#. It leverages Azure Blob Storage for managing and storing product-related data. This project demonstrates file management and cloud storage integration using Microsoft's Azure Blob Storage services.
zabavb/Product-manager-with-sql-queries
Product Manager with SQL Queries is a WinForms application developed in C#. It allows managers to perform CRUD operations on a list of products and categories, which are stored in an MS SQL Server database. The app uses SQL commands to manage the database, demonstrating efficient database management through direct SQL queries.
zabavb/Project-management
Project Management is a Node.js application built using Express. It allows users to create, view, update, and delete projects, with all data stored locally in a data.json file. This application demonstrates CRUD operations with local storage using JSON.
zabavb/Repository-Dapper-patterns
Repository Dapper Patterns is a C# project developed using .NET and MS SQL Server. It implements two well-known design patterns: Repository and Dapper. This project allows users to perform CRUD operations on Category and Product tables in the database, demonstrating the practical use of these patterns for database interaction in .NET applications.
zabavb/Student-Course-console-manager
Student-Course Console Manager is a Java-based console application developed using Maven. It enables users to manage students and the courses they attend, with data stored in an Oracle database via JDBC. The application provides full CRUD functionality for both tables, making it a practical tool for managing educational data.
zabavb/Technology-store
This is a web app developed on ASP.NET. The project features a microservices architecture with Ocelot as the gateway managing routes between three APIs and the client app. It includes cookie-based authorization and field validation. Data is managed and saved in an MS SQL Server database via EF Core.
zabavb/ToDoList-js-node.js
To Do List is a task management application built using Node.js. It allows users to create, update, delete, and manage tasks, with all data saved in a MongoDB database. The project implements CRUD operations and provides a simple, user-friendly interface using Bootstrap for styling.
zabavb/Yakaboo-app
Yakaboo App is a WinForms application developed in C# that allows users to manage a collection of books. Users can perform CRUD operations, and all book data is saved in a database using Entity Framework Core. The application connects to an MS SQL Server database, making it a practical solution for book management.
zabavb/vbriand
Yet another profile readme, but this one's mine!
zabavb/zabavb