PPparmar pavaninpavan7.hashnode.dev路Feb 9, 2024 路 1 min readAdding and Pushing Branches to GitHub馃殌 Mastering Git: Adding and Pushing Branches to GitHub Hey LinkedIn fam! 馃憢 Ever wondered how to seamlessly add and push branches to your GitHub repository? 馃寪 Here's a quick guide to help you navigate through the process: 1. Create a Repository on ...00
PPparmar pavaninpavan7.hashnode.dev路Feb 1, 2024 路 2 min readPython Data Structures List Methods Usage.Python: list methods usage. append() - Adds an element to the end of the list. my_list = [1, 2, 3] my_list.append(4) print(my_list) Output: [1, 2, 3, 4] clear() - Removes all elements from the list. my_list = [1, 2, 3] my_list.clear() pri...00
PPparmar pavaninpavan7.hashnode.dev路Jan 30, 2024 路 3 min readDay 1 - Introduction to DevOps#productivity#software#devops DevOps is a software development that bridges the gap between software developers and IT staff in a way that new features can be released more quickly and get immediate feedback. This is made possible through the use of ...00