SoftwareIntrospectre
I'm a developer with a passion for learning and process improvement. This year will be a great year for building things.
Wolters KluwerClinton, MA
Pinned Repositories
AddressBookApp
Project that allows users to create a customized Address Book (CRUD operations through C# MVC)
AddressBud_VisualStudio
Address Book app using ASP.NET Core with RazorPages
Angular_HelloWorld
Practice Applications that use Angular JS
DRM_Free_PC_Games_Finder
FrontEndMasters_DataStructuresAndAlgorithms_Course
Gunner-Guide
Backups for my game SteerShot: a top-down real-timed navigation puzzle game
Spotify-API-ETL
Spotify API - Recently Played Songs ingestion into a database after validation
The-Complete-SQL-Bootcamp
SQL challenges using PostgreSQL 9.6 in pgAdmin 4 from "The Complete SQL Bootcamp" Udemy course by Jose Portilla
Vertabelo-Academy---SQL-Essentials---SQL-Queries-Course
SQL Training course for work
Zero_to_Snowflake
Learning about how to use Snowflake through the lab "Zero to Snowflake"
SoftwareIntrospectre's Repositories
SoftwareIntrospectre/DRM_Free_PC_Games_Finder
SoftwareIntrospectre/FrontEndMasters_DataStructuresAndAlgorithms_Course
SoftwareIntrospectre/RecipeAPI
Recipe API that I created. Purpose is to apply knowledge about building APIs in Python.
SoftwareIntrospectre/Replace_BadDataPatterns_Python
Example of how to use Python to replace undesirable data patterns for an ETL process. Based on a of a project I worked on before requirements changed. Purpose is to show my thought process only.
SoftwareIntrospectre/Spotify-API-ETL
Spotify API - Recently Played Songs ingestion into a database after validation
SoftwareIntrospectre/Zero_to_Snowflake
Learning about how to use Snowflake through the lab "Zero to Snowflake"
SoftwareIntrospectre/AddressBookApp
Project that allows users to create a customized Address Book (CRUD operations through C# MVC)
SoftwareIntrospectre/AddressBud_VisualStudio
Address Book app using ASP.NET Core with RazorPages
SoftwareIntrospectre/Bank_Management_System_in_C
Learning C by making small projects. This one's a Bank Management system.
SoftwareIntrospectre/Calculator_in_C
SoftwareIntrospectre/ComputerScienceFundamentals
A repo to reinforce my foundation of Computer Science Fundamentals. Each program is a custom example I came up with, based on the concepts I'm learning and applying.
SoftwareIntrospectre/DataStructuresAndAlgorithms_Kata
Taking a DSA course in JavaScript. Translating those into Python as I go along.
SoftwareIntrospectre/DesignPatterns
A place to practice Design Patterns with example code. Purpose is to keep track of my progress.
SoftwareIntrospectre/DevOps_Course_2021
Course to learn DevOps tools and best practices
SoftwareIntrospectre/end-to-end-data-engineering-project-4413618
This repo is for the Linkedin Learning course: End-to-End Data Engineering Project
SoftwareIntrospectre/FactoryPatternExample
Practice using the Factory Design Pattern. Intended to solidify understanding, so that I can use it effectively in the Address Book app.
SoftwareIntrospectre/FactoryPatternServerProject
Reverse engineered Java project into C#. Used to implement different Server resolutions using Factory Pattern
SoftwareIntrospectre/FlaskAPI_From_Scratch
Tutorial to learn how to make a Python Flask API
SoftwareIntrospectre/Interfaces_VisualStudio
Practice with C# Interfaces using Visual Studio Community 2019
SoftwareIntrospectre/LearnPythonFlask
Small CRUD app using Python Flask, deployed to Heroku
SoftwareIntrospectre/Mini_Projects
Small projects to learn smaller skills needed while doing bigger projects
SoftwareIntrospectre/move_onedrive_to_pc
Proejct to move files from Microsoft OneDrive to my C drive. Purpose is to learn and use BASH scripting to do this.
SoftwareIntrospectre/OOP_Learning_In_Python
Workspace to practice OOP with Python
SoftwareIntrospectre/Pharma_Drugs_ELT
Project to practice ELT method of data integration using Pharaceutical Drug Data
SoftwareIntrospectre/Programming_Practice
A repo for practice problems I work on, learning new concepts, etc.
SoftwareIntrospectre/pyshp
This library reads and writes ESRI Shapefiles in pure Python.
SoftwareIntrospectre/PythonAutomatedTestingTutorialProject
Following along with mCoding LLC's "Automated Testing in Python with pytest, tox, and GitHub Actions" video tutorial. For educational purposes.
SoftwareIntrospectre/recipe-db
Database of recipes used by http://xanthir.com/recipes/
SoftwareIntrospectre/SlapThatLikeButton-TestingStarterProject
A starter project to show how to set up and use automated testing in Python
SoftwareIntrospectre/Sorting_Algorithms
A place to learn, practice, and implement sorting algorithms