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...109 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·175 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
Shagnik Sarkarsarkarshagnik.hashnode.dev·Nov 2, 2024Gesture Controlled Virtual MouseOne afternoon, while studying a PDF on my PC, I had to keep scrolling down with my mouse, which was out of reach. It was frustrating. So, I wondered, "Isn't there a way to use my hands from a far distance to scroll the PDF?" With this thought, I sear...python 3.8.5
Chidinma Ozoemenachidinmawrites.hashnode.dev·Nov 1, 2024Understanding Git and GitHub: Differences, Importance, and Their ContributionsGit and GitHub are often mentioned together, but they serve distinct purposes and have their unique features and contributions to software development. What is Git? Git is a distributed version control system (DVCS) created by Linus Torvalds in 2005....GitHub
Shubham Khanshubhamkhan.hashnode.dev·Oct 23, 2024How to Safely Remove a File from Git History: A Beginner's GuideWhen working with Git, it's not uncommon to accidentally commit sensitive information or files you don't want in your repository's history. This guide will walk you through the steps to remove a file from Git history and ensure it stays out of your p...Git
Michael Laroccamichaeljudelarocca.hashnode.dev·Sep 30, 2024How to Create a New GitHub Repository from a Zip File ProjectWhen you take web development courses on platforms like Udemy, you often get a starting zip file project in a repository. In this article, I will show you how to create your new repository with it! Introduction When you take web development course...GitHub
Kunal Salvekunal2411.hashnode.dev·Sep 25, 2024Day08 of #90DaysOfDevOps Challenge: Essentials of GitHub | Creating New Repository from scratch.First things first, it is Day 08 of the #90DaysOfDevOps Challenge. Today, I want to dive deeper into the fascinating world of GitHub. As a tech enthusiastic , I have always been fascinate by how multiple developers can collaborate on the same project...90 Days of DevOps EngineerGitHub
Victor Okekecloudchain.hashnode.dev·Sep 21, 2024A Walkthrough on deploying Your Static Website on EC2 Using NGINX ServerCloud computing has transformed how many businesses operate, allowing them to scale rapidly while maintaining cost-efficiency. As companies shift towards more scalable and distributed infrastructure, deploying websites on cloud platforms like AWS is ...35 readsAWS