PinnedPublished inLevel Up CodingHow to setup a CI/CD pipeline for your Java project in GitlabIn this article I will cover the importance of CI/CD, why it is used in the majority of tech companies, and how to setup your own pipeline…Jan 29, 2024A response icon1Jan 29, 2024A response icon1
Published inLevel Up CodingCreating a live chat application using Java and ReactA straightforward guide for a simple chat applicationFeb 20, 2024Feb 20, 2024
How to never null check again in your Java codeFirst of all, what even is the problem will null checking?Jan 27, 2024A response icon4Jan 27, 2024A response icon4
Dependency Injection In Java made easy (With Lombok)Dependency Injection is a fundamental design pattern in Java that promotes loose coupling and enhances testability and maintainability of…Jan 27, 2024Jan 27, 2024
How to prevent SQL injection in your Java Spring Boot ApplicationSQL injection is a type of attack that allows a user to interfere with the queries that an application makes to its database. It is one of…Jan 27, 2024Jan 27, 2024