Anshul Raianshulrai.hashnode.net·Dec 11, 2022Dev Retro 2022: How I started my journey as a coder? and now how it's goingINTRODUCTION Hello👋 dear folks😎, I'm Anshul enrolled in B.tech CSE and presently learning web development, DSA, and DevOps. I ❤️ to try new things I'm here to discuss all the problems you are facing in coding by explaining them by comparing my poin...Success Ekudehinwa and 755 others are discussing this756 people are discussing thisDiscuss·10.5K likes·3.9K reads#DevRetro2022Superb yrrrr 162
Matt Davisonmattdavison.hashnode.net·Dec 17, 2022How I got here - life.history.back(); | #DevRetro2022Dev Retro 2022 has arrived on Hashnode and developers across the internet are taking a moment to reflect on the journey that has got them to where they are today, and I'm no exception to this. With the hype surrounding Spotify Wrapped, and other simi...Raven Dickerson and 23 others are discussing this24 people are discussing thisDiscuss·449 likes·793 readsJavaScriptGreat job so far, you’ve come a long way, keep at it. You’ll be fine and you might be famous. 9
Vinit Shahdeovinitshahdeo.hashnode.net·May 13, 2021How to get GitHub Stars ContributionsLast year, GitHub launched the GitHub Stars program to thank GitHub’s most influential developers who have gone above and beyond in helping others in the community – not only by maintaining repositories but by helping educate, inspire and influence o...Discuss·361 likes·1.9K readsOpen Source
Adinath Salunkesalunkeadinath.hashnode.net·Apr 25, 2023Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2(1)Git Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't wa...DiscussGit
Afees Oduolaodudev.hashnode.net·Apr 25, 2023How to start open-source contribution as a new developerOne of the ways to collaborate, sharpen your skills, and build your portfolio is through open-source contribution. This article will focus on open-source projects. Open-source projects are publicly available for anyone's use, modifications, and enhan...DiscussOpen Source
Jonah Ssegawadevjhex.hashnode.net·Apr 25, 2023What is Open-source?Open-source is a term that is very common to people most especially developers and other computer specialists. Again it is a very confusing term when it comes to people who are just starting in the tech industry, so what is it? Well, don't worry beca...Discuss·1 likeOpen Source
Tamal Dastamal-writes.hashnode.net·Apr 24, 2023Discovering OpenSource ProjectsTL;DR: By the end of this blog, you'll have mastered how to find and contribute to Opensource projects of your choice, be it code or non-code contributions. A brief about Opensource OpenSource project is like a big puzzle that lots of people can work...Discuss·78 likes·202 readsOpen Sourceyou can find open-source projects on social media. To find on social media use #hashtags such as #opensource etc. also, join tech communities to find projects. 12
Atiq Khanatiq2288.hashnode.net·Apr 25, 2023Day 8 Task: Basic Git & GitHub for DevOps Engineers.1)What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. ...DiscussDevops
Mohammed Muqaffamuddinmuqafam.hashnode.net·Apr 25, 2023Day 8 Task: Basic Git & GitHub for DevOps EngineersWhat is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. Wi...DiscussGit
Shubham dhiyanidhiyanidevops.hashnode.net·Apr 25, 2023Jenkins CI/CD ProjectCreating CI/CD Pipeline for your Node JS Application Task-01 Fork node-js repository: Create a connection to your Jenkins job and your GitHub Repository via GitHub Integration. Use GitHub WebHooks and make sure you have CICD setup Installing doc...Discuss·61 readsDevops
Sambhavi Dhanabalancodessam.hashnode.net·Apr 25, 2023GitHub ProjectMaintaining a repository in GitHub is quite common in any team these days. One place for your code, issues, PRs and more. On top of all these, what if there is a means to visualize issues in a trello like tool? Single source of truth for just everyth...DiscussGitHub
Abhishek Kishoritachiuchiha.hashnode.net·Apr 25, 2023Git References (Master and Head)In Git, a "reference" is a pointer to a commit or branch in the version control system. It allows you to easily navigate and keep track of different versions of your codebase. Git references come in various types, including branch references, tag ref...Discuss·1 likeMastering Git: A Bit More Git
Dhananjay kulkarnidhananjaykulkarni.hashnode.net·Apr 25, 2023Complete Jenkins CI/CD Project - Continued with DocumentationTask: Creating README.md file If you are using GitHub for managing your software projects, it is important to have a good README file that explains your project to potential users and contributors. A README file is a text file that provides informati...DiscussDevops