Aouassar Asmaealgostyle.hashnode.dev·Jan 22, 2025Integration Testing for JPA Repository in Spring BootWhy Intergation Test and Not Unit Test ? Unit Tests : Not ideal for testing Spring Data repositories because they require mocking many JPA components, which can disrupt the repository’s functionality. Integration Tests : Better suited for testing r...Spring Boot
Prajwal Deshpandeprajwalsblog.hashnode.dev·Jan 16, 2025Why Your Next Project Should Embrace a MonoRepo StructureUnderstanding MonoRepos: A Simple Guide for Developers In the world of software development, managing multiple projects can be a daunting task. This is where MonoRepos comes into play. A MonoRepo, short for monolithic repository, is a single reposito...software architecture
AMITfuture-stack.hashnode.dev·Jan 12, 2025Onboarding Documentation: Git and GitHub for ChaiCohortThis documentation is specially designed for beginners to introduce them to two amazing tools: Git and GitHub, which are frequently used in our company. The purpose of this article is to help those who have no prior knowledge of Git and GitHub and to...branches in git
Abhishek Kumargitandgithubabhishek.hashnode.dev·Jan 11, 2025Welcome to Git and GithubThis documentation serves as your go-to guide for getting started with these essential tools. It covers everything from installation and setup to executing key commands and adhering to best practices for version control. With this guide, you can conf...Git
Adekunle Fatundecore-architectural-components-of-azure.hashnode.dev·Dec 27, 2024Git and GitHubGit is a distributed version control system that enables developers to manage several project versions, work together, and keep track of changes made to their codebase. It facilitates keeping track of modifications, making it simple to go back to ear...Git
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 23, 2024Deep Dives for GitLabWhat is GitLab ? GitLab is a web-based DevOps platform that provides comprehensive tools for software development, version control, CI/CD, and collaboration, serving as a popular alternative to GitHub for managing the entire software development life...GitLab
Maheshwar Ligadefortechwastitechwasti.com·Dec 2, 2024Understanding Repositories in Spring Data JPA!Spring Data JPA provides several repository interfaces to facilitate data persistence and retrieval. These interfaces extend each other to build upon functionality, starting from basic CRUD operations to more advanced capabilities like pagination and...Spring BootSpringboot
Tim Bailey-Jonestimcod.es·Nov 20, 2024Keeping on top of changes across multiple git repositoriesThis is a classic "I scratched my itch, hope it helps" story. I made a Github Gist out of it. I sometimes lose track of unpushed/uncommitted changes, across multiple projects / clients. To get a handle on this, I wrote this script called git-dirty an...115 readsGitHub
Shaheer Ahmadshaheerahmad.hashnode.dev·Nov 6, 2024Creating an Azure DevOps Pipeline to Clone a GitHub Repository to an Azure DevOps RepositoryIf you’re looking to clone a GitHub repository into an Azure DevOps repository and keep the two in sync, an Azure DevOps pipeline can handle this for you automatically. This pipeline will clone the code from a GitHub repository, set up the Azure DevO...11 likes·256 readsshaheer365
Shefalidevshefali.hashnode.dev·Nov 4, 202411 GitHub Repositories to learn NodeJsIn this post, I’ll share 11 super helpful GitHub repositories to help you learn and get better at Node.js. These repositories cover everything from basic ideas and good practices to building complete apps, giving you the hands-on practice you need to...1 likeWeb Development