Kyle Schwartz

Kyle Schwartz @kylejschwartz

About: Software Developer @ Filogix

Location:
Toronto, Canada
Joined:
Nov 26, 2019

Kyle Schwartz
articles - 13 total

Migrate a JS Project to Yarn Berry

For this tutorial, you will need a starting project. The assumption is that there is no lock file and...

Learn More 4 0Dec 28 '21

Shuffle JavaScript Array in 1 Line

const shuffle = () => arr .map((e) => [e, Math.random()]) .sort((a, b)...

Learn More 6 0Dec 6 '21

Installing Jellyfin on LG webOS

UPDATE 2022-11-29: Jellyfin has added their app to LG's WebOS store for newer TVs (2021+). For older...

Learn More 4 4Nov 6 '21

Using Packetriot to Access OctoPrint Remotely

Introduction Welcome! This is a pretty straight-forward tutorial on setting up Packetriot....

Learn More 0 0May 12 '21

Setting Variables Using Switch Statements In JavaScript

Here is a snippet showing an example of how this would be done. Each animal has a favorite color whic...

Learn More 0 0Jan 19 '21

Install Docker (Compose) on Oracle Linux 8

Welcome! I couldn't find a simple, straightforward tutorial on how to do this. Everything written her...

Learn More 23 0Dec 22 '20

My Unnecessary Adventure in (Re)Building a Media Sever

Welcome! Strap in because this is gonna be a long ride. To preface, I had an existing media server t...

Learn More 7 0Oct 30 '20

Gitea + Drone CI + Vercel = Gitea Pages

Gitea + Drone CI + Vercel = Gitea Pages Welcome! So this article comes after a year of bei...

Learn More 6 0May 17 '20

How to Install Drone CI for Gitea

How to Install Drone CI for Gitea Welcome! This is a simple tutorial that is heavily based...

Learn More 1 0May 17 '20

Integrating GitLab CI/CD, Flask, and Heroku

This tutorial assumes you already have a working flask application within a virtual environment and h...

Learn More 10 1Jan 4 '20

Using Githooks for CI/CD

A tutorial on how to to use git-scripts for CI/CD Create the package.json Create a packag...

Learn More 5 0Jan 4 '20

Useful Bits of Code From Around The Web

Reading Files in JS Text File fetch('file.txt') .then(response => respon...

Learn More 3 0Dec 21 '19

Hosting Gitea on Google Cloud Platform

This tutorial assumes you already have a registered domain and access to your DNS records. I used Clo...

Learn More 9 0Nov 26 '19