Here is where I will put technical things that are not related to the POE project. Maybe that means something I did on this site that I wanted to write about or something that came up at work. Pretty much a good catch-all for developer or tech related content.

 

You can view my github repos. Probably nothing special, but doesn't hurt to have a look if you like that kind of thing.

Leetcode 643

12-21-2023

A small write up about leetcode problem 643. 

View More ...

Are You Still There?

07-25-2018

A simple solution to visually count silence.

View More ...

Sharing Is Caring

07-18-2018

A solution to a silly problem. 

View More ...

Speech Synthesis Extension

04-03-2018

The details behind creating an extension to read text aloud in Chrome.

View More ...

Bringing Value

03-27-2018

My summary of what value I bring to a company.

View More ...

I Made Another Chrome Extension

02-05-2018

I made an extension to automate a task that was previously manually done.

View More ...

How I Keep Track of Job Applications

09-11-2017

The system I used to keep track of job applications I filled out.

View More ...

Applying For Jobs Sucks

08-16-2017

Why not streamline it a bit?

View More ...

Creating my first SVG (By Hand)

06-20-2017

I never had created and SVG file and wanted to see if I could. 

View More ...

Game Of Life

05-15-2017

Learning how Conway's Game of Life is made. 

View More ...

Counting Pixels By Color

05-05-2017

Getting a decent enough estimate of pixels in an image based on color.

View More ...

Data Import Program: Part Three

04-23-2017

Bigger fixes to the data import program that was crashing. Part three.

View More ...

Data Import Program: Part Two

04-22-2017

The data import program started to fail. Initial updates. Part two.

View More ...

Data Import Program: Part One

04-21-2017

Data import task. Part one of a three part series.

View More ...

Regular Expressions Part Two

04-17-2017

A practical use for regular expressions that made a project much easier

View More ...

Regular Expressions

04-07-2017

Regular Expressions, for fun?

View More ...

Sorting and Querystrings

03-06-2017

Quick thoughts on sanitizing inputs.

View More ...