Samokhvalova Valentinablog.valsa.solutions·May 12, 2024Understanding Repositories: The Essential Storage Solution for Code and DataIntroduction In the world of software development and data management, a repository plays a crucial role as a central location where various types of content are stored and managed. This article explores what a repository is, its different types, and...DockerArtifact Storage
Muhammad Umermuhammadumer.hashnode.dev·Oct 12, 2023Part 2 - Implementing testing and organizing the codeIn part 1, we implemented the authentication module. Now we will ensure we follow the best practices. So let's start with testing. Feature Testing Authentication is a feature of our app. The user can register, login and log out. These are actions a u...Making a Notes App in Laravelservices