Pinned Repositories
AWS-Slides
Contains screenshots of all the slides of Andrew Brown's AWS Course
Flatris-LAB
Flatris - Updated Repo for easier deploy with Azure DevOps
GitHub_Challenge
GitHub Assignment
GitHub_Challenge_Practice
GitHub Day 2 Activity Follow each step exactly, in order. Create a repository named “GitHub_Challenge” on GitHub and choose to include a README. Clone the repository to your computer. Use Git Bash to create a new branch named “feature_1”. Checkout the new branch Create a text file named “code.txt”, open it in a text editor, and write three lines of text about the city you live in. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. From Git Bash, checkout the “main” branch. Edit the README in a text editor to add two lines of text talking about GitHub. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. From Git Bash, create a new branch named “feature_2”. Checkout the new branch Create a text file named “more_code.txt”, open it in a text editor, and write four lines of text about sports. Commit the changes. Open the README and delete the second line of text. Add two more lines about the weather outside. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. Lastly, merge each branch back into the main branch. This can be done through Git Bash with commands or through creating Pull Requests on GitHub.com Once finished you should have the following files: A README.md file with one line talking about GitHub followed by two lines about the weather. A code.txt file with three lines of text about the city you live in. A more_code.txt file with four lines about sports. Submit the link to your repository in Canvas.
hello-world
My first repository
music_bot
Music discord bot with all the functionality you'll ever want
my_first_repo
pedromrls
Config files for my GitHub profile.
PortfolioProjects
pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
pedromrls's Repositories
pedromrls/AWS-Slides
Contains screenshots of all the slides of Andrew Brown's AWS Course
pedromrls/Flatris-LAB
Flatris - Updated Repo for easier deploy with Azure DevOps
pedromrls/GitHub_Challenge
GitHub Assignment
pedromrls/GitHub_Challenge_Practice
GitHub Day 2 Activity Follow each step exactly, in order. Create a repository named “GitHub_Challenge” on GitHub and choose to include a README. Clone the repository to your computer. Use Git Bash to create a new branch named “feature_1”. Checkout the new branch Create a text file named “code.txt”, open it in a text editor, and write three lines of text about the city you live in. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. From Git Bash, checkout the “main” branch. Edit the README in a text editor to add two lines of text talking about GitHub. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. From Git Bash, create a new branch named “feature_2”. Checkout the new branch Create a text file named “more_code.txt”, open it in a text editor, and write four lines of text about sports. Commit the changes. Open the README and delete the second line of text. Add two more lines about the weather outside. Commit the changes. Push the changes to GitHub. Check GitHub.com to verify you see the changes. Lastly, merge each branch back into the main branch. This can be done through Git Bash with commands or through creating Pull Requests on GitHub.com Once finished you should have the following files: A README.md file with one line talking about GitHub followed by two lines about the weather. A code.txt file with three lines of text about the city you live in. A more_code.txt file with four lines about sports. Submit the link to your repository in Canvas.
pedromrls/hello-world
My first repository
pedromrls/music_bot
Music discord bot with all the functionality you'll ever want
pedromrls/my_first_repo
pedromrls/pedromrls
Config files for my GitHub profile.
pedromrls/PortfolioProjects
pedromrls/pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
pedromrls/Free-Python-Books
pedromrls/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
pedromrls/thinkful_da_projects
This repository is a collection of the capstone projects I worked on while going through the data analytics program at Thinkful (now CheggSkills) in 2021.
pedromrls/tiny_python_projects
Code for Tiny Python Projects (Manning, 2020, ISBN 1617297518). Learning Python through test-driven development of games and puzzles.
pedromrls/youtube-clone