Pinned Repositories
aidoodle
testing out AIs in games
babies
In this exercise we analyze baby name popularity over the years using Python's popular pandas data science module.
cloud-app-factory
Tutorial illustrating how to use AWS CDK on a Lambda to provision cloud infrastructure directly from a web app.
iowa_homes
Kaggle competition to predict home values in Iowa
mastermind
Mastermind Game: Python vs Bash comparison
QB2EST
Program converts QuickBooks contacts exported to an Excel file into an EST 2.0 (Canada Post) importable text file.
rxdb-demo
An offline first demo showing how to keep an offline and Cloud database in sync.
SAP_jobs
Analysis of SAP Careers Database
senior-dev-masterclass
terraform-dms
Using Terraform to perform an AWS DMS task
mstykow's Repositories
mstykow/cloud-app-factory
Tutorial illustrating how to use AWS CDK on a Lambda to provision cloud infrastructure directly from a web app.
mstykow/rxdb-demo
An offline first demo showing how to keep an offline and Cloud database in sync.
mstykow/babies
In this exercise we analyze baby name popularity over the years using Python's popular pandas data science module.
mstykow/senior-dev-masterclass
mstykow/terraform-dms
Using Terraform to perform an AWS DMS task
mstykow/aidoodle
testing out AIs in games
mstykow/iowa_homes
Kaggle competition to predict home values in Iowa
mstykow/mastermind
Mastermind Game: Python vs Bash comparison
mstykow/QB2EST
Program converts QuickBooks contacts exported to an Excel file into an EST 2.0 (Canada Post) importable text file.
mstykow/SAP_jobs
Analysis of SAP Careers Database
mstykow/aws-glue-libs
AWS Glue Libraries are additions and enhancements to Spark for ETL operations.
mstykow/dir_info
Program provides information about a given directory in Linux.
mstykow/gap_fill_create
Program to fill or create gaps in a sequence of filenames with a characteristic prefix.
mstykow/hello_java
Programming exercises for Python programmers learning Java
mstykow/item_labels
Program to create item labels on Avery 5160 from QuickBooks export file.
mstykow/large_files
Finds alls files of size >100MB in a given directory.
mstykow/linked_lists
Implementation of the linked list data structure in Python
mstykow/mstykow
My personal repo
mstykow/permute
Algorithm to list all permutations of a given string with unique letters.
mstykow/polynomials
Create a polynomial class with several methods
mstykow/post-soviet
This project analyzes democratization trends in post-soviet countries.
mstykow/random
Simple bash script providing a random number in a range without using if statements
mstykow/regex_search
Program opens all .txt files in current directory and searches for any line that matches a user-supplied regular expression.
mstykow/regex_strip
Version of the strip() function using regular expressions instead
mstykow/selective_copy
Program copies files with a certain file extension from the cwd tree into a backup folder.
mstykow/sorting
Implementations of insertion, merge, and Shell sorting algorithms
mstykow/stacks_and_queues
Implementations and applications of stack and queue data structures
mstykow/terraform-lil
Learning Terraform
mstykow/typescript-eslint
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
mstykow/weather
Weather Data Analysis with NumPy & Matplotlib