Software Engineer with 3 years of industry experience building client-facing web applications and internal tools.
- Greencastle, PA
- https://stefandev.com
- @StefanAppDev
Pinned Loading
-
BlazorPortfolioWebsite
BlazorPortfolioWebsite PublicBlazor WebAssembly (WASM) .NET Hosted Personal Portfolio
HTML 2
-
storage-service
storage-service PublicA simple microservice for managing home & small office storage containers.
TypeScript
-
## Creating a 95% Bootstrap Confiden...
## Creating a 95% Bootstrap Confidence Interval for the sample standard deviation ### General Steps 1. Take the original sample, which has a sample size of sample_size, and treat it like the population. 2. Take a sample of size sample_size, with rep 1create_bootstrap <- function (.data, num_samples, sample_size) {
2# Create "num_samples" samples, of size "sample_size", from the original population ".data"
3samples <- rerun(num_samples, sample(.data, sample_size, replace = TRUE))
45# Find the standard deviation of each dataset
-
-
CatalogApp
CatalogApp PublicThis is a catalog app that allows an authenticated user to add, edit, and delete catagories and items. I created this catalog for my girlfiend's custom tutu buissness.
HTML
-
Project-Movie-Trailer-Website
Project-Movie-Trailer-Website PublicStores a list of your favorite movies and then serves this data as a web page.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.