Projects with this topic
-
This project is a simple Product Management system built with Java and Maven. It was developed in collaboration with Charaf Eddine as part of a practical assignment designed to help us learn and apply essential software development tools.
The main objective of this project is to understand how to use Git and GitLab, including version control workflows, branching strategies, and GitLab CI/CD automation. We implemented CRUD functionalities, wrote unit tests with JUnit, and configured a GitLab pipeline to compile the project, run tests, and generate the final package.
The repository follows a real development workflow using feature branches, Merge Requests, and validation rules such as Pipelines must succeed. It serves as hands-on training to practice modern development habits and continuous integration principles.
Updated -
The Service Cluster allows users to rate movies and leave optional comments. It's built with Spring Boot 3 and Spring Cloud, using REST communication between microservices. The system focuses on storing and retrieving individual ratings, with no analytics involved. Gradle is used for build and dependency management.
Updated -
(work in process) A simple weekly planner to help you through your busy life !
All-in-one (slightly exagerrated) app which allows you : To create a todo-list to remind everything, / to track your habits to stay commited to your goals, / to genreate a shopping list based on your favorite recipes !
Have a good week :)
Updated -
code is stored at https://gitlab.com/cheshimantu/allure-example-ae
Updated -
Конфигурация GitLab Runner + Selenium CI для автоматизированного тестирования пользовательского интерфейса с отчетами Allure — готовое решение для проектов Java/Gradle с использованием контейнеров Docker, включая развертывание GitLab Pages.
Updated -
Crypto Monitor es una aplicación Java Spring Boot que obtiene precios en tiempo real de criptomonedas desde la API de CoinGecko, los publica en Kafka y los transmite por WebSocket a un frontend en HTML para visualización en vivo.
Crypto Monitor is a Java Spring Boot application that fetches real-time cryptocurrency prices from the CoinGecko API, publishes them to Kafka, and broadcasts them via WebSocket to an HTML frontend for live visualization.
Updated -
-
Project is intended as a well documented and tested sample Maven/ Java/ Spring Boot/ Docker project to be deployed to the Akash Crypto cloud (or other Docker supported clouds). Shall fetch blockchain wallets and resolve the USD value with the public Coingecko REST APIs to display Wallet Currency, Balance, Staking Balance, Staking Rewards in both the Token Amounts (like ATOM, AKT, OSMO) and their USD equivalent.
Updated -
-
The JUnit 2024 Course Repository is a comprehensive learning platform designed to teach JUnit testing concepts in a practical, hands-on way. Built on a robust Spring Boot application with Maven, this project demonstrates industry-standard unit testing practices for Java applications. Whether you're new to testing or looking to enhance your skills, this repository covers everything from writing effective unit tests and integrating with Maven to leveraging mocking frameworks like Mockito. It's an ideal resource for developers seeking to master JUnit and improve code quality in real-world projects.
Updated -
update the status of test cases based on the most recent execution it's an ugly solution (I have an idea, we'll use bash ha-ha-ha) allowing to set outdate status for the tests which haven't been executed for a while. It's better to write a go app for this to be honest
Updated -
A coding challenge for a job application.
Updated -
An extension for MockWebServer to provide test utilities and test framework integrations.
Updated -
-
This project is a example a junit test with mockito
Updated -
Introdução a criação de APIs REST com Spring Boot e testes de cobertura com JUnit5 e Mockito
Updated -
This project is about fetching data from external api, storing and sharing by mongo database as well as migrating favoured offers by Mongock
Updated -
A 2D game inspired by "The world of Wumpus", with the implementation of the optimal algorithm for the backpack problem
Updated