Pinned Repositories
AbstractClassesDemo
Angular-GettingStarted
Sample Angular application used in the "Angular: Getting Started" course: http://bit.ly/Angular-GettingStarted
apm-new
Pluralsight Angular: Getting Started exercise
ArraysAndListsProject
ASPTesting
2nd round of completing ASP.NET project from 5/11/2020
docCopier
To practice coding for my own projects, I'm writing a program that copies a user-defined .docx file and saves it to another user-named .docx file in ~/Documents.
gDrive-Backup
Here's the script I wrote to backup my Pi. It copies all contents of /home/pi/ to my Google Drive.
gitignore
A collection of useful .gitignore templates
Switch-Organizer
Hey, I'm Brett. Thanks for checking out my Video Game Organizer app here. See the Readme for details.
TacoParser
An exercise in geolocation, csv parsing, and logging
brettandrews3's Repositories
brettandrews3/Switch-Organizer
Hey, I'm Brett. Thanks for checking out my Video Game Organizer app here. See the Readme for details.
brettandrews3/Angular-GettingStarted
Sample Angular application used in the "Angular: Getting Started" course: http://bit.ly/Angular-GettingStarted
brettandrews3/apm-new
Pluralsight Angular: Getting Started exercise
brettandrews3/auth0-nextjs-samples
Auth0 Integration Samples for Next.js Applications
brettandrews3/Classes_Practice
I did some practice with classes. In trails.py, I created a parent class Trail, then child class BikeTrail inherited and modified the parent's behaviors. Sample function calls are in the comments in trails.py.
brettandrews3/content
The content behind MDN Web Docs
brettandrews3/CSS-KenKen
KenKen Exercise for CSS: Flex Box & Grid
brettandrews3/dictionary_practice
I'm running some practice code on dictionaries in Python.
brettandrews3/Django_Test
I'm testing out the Django framework, using the video "Understanding Django in 30 Minutes" by Eduonix.
brettandrews3/fibonacci
Running some practice code to see the Fibonacci sequence in action with Python.
brettandrews3/Game_Choices
I'm writing a program that imports existing games and takes user input to select which one to launch.
brettandrews3/Game_Organizer
I'm working on writing my own video game organizer. It should provide a format for adding new video games and relevant details (format, developer, genre, etc.). The exact approach may change by the end. This first attempt is written as a dictionary.
brettandrews3/IsAnAnagram
A skill-building exercise with Amie, April, Sarah, and Brett
brettandrews3/JavaScript30
30 Day Vanilla JS Challenge
brettandrews3/KanyeSwansonAPI
API exercise from 5/7/2020 "SwanYe"
brettandrews3/LinkedListsWithAmie
Linked lists practice with Amie, Sarah, and Brett
brettandrews3/mu_code
brettandrews3/MVCDataFromDatabaseToFormToo
brettandrews3/PalindromeExercise
Exercise utilizing xUnit with Test Driven Development
brettandrews3/pokedex
A TrueCoders project from the Spring 2022 class
brettandrews3/ps-carvedrock-aspnetcorebp
brettandrews3/PSAngularUnitTestingCourse
files & status for my Pluralsight course on Unit Testing
brettandrews3/Readability_Test
This app analyzes the readability of the text fed into it. Readability scores range from 5th grade to postgraduate reading levels. The initial text sample comes from Head First Learn to Code, Chapter 1.
brettandrews3/recursive_practice
I'm practicing some recursive cases from Head First: Learn to Code, chapter 8
brettandrews3/TrainingAngularCSharpProject
brettandrews3/Turtle_Race
An extension of the Turtle_Test repo. I'll be importing the turtle and random modules to setup a turtle racing program. Docstrings should be in place by project finish to describe how the program works.
brettandrews3/Turtle_Test
I'm testing out the turtle module in Python. It's my first time seeing turtle since my BASIC days in the early 90's.
brettandrews3/typescript-fundamentals
brettandrews3/web-dev-starter
brettandrews3/Website_Blocker
A practice program that blocks user-defined websites.