Josh on Code
Life
Computer Science
Web Engineering
Performance
LinkedIn
My Github
NuvoAir
On a trip with friends from Spotify to Ibiza, Spain I snapped this photo overlooking a beach-lined harbor. Some of the clearest water I have seen.
Blog Series
Building this Blog w/ Strapi JS
Here is how I built JoshOnCode.com using Strapi.js and Nuxt.js. I am going to cover a lot of pitfalls I ran into with various technologies. By the end of this series you should have a good idea how to build your own similar blog.
Getting Started with Event Sourcing
In this series we work through the need for an event source, how to implement one early in a project, and what pitfalls to avoid.
Posts
Javascript Code Formatting Nightmare
June 10th 2021
For some reason the Javascript code formatters available are kindof a mess. Here's what I've discovered.
Strapi NSFW Photo Filter (using DeepAI)
April 11th 2021
Setting up a Strapi photo filter for NSFW photos was surprisingly easy
Programming Resources
July 20th 2020
CORS
April 22nd 2020
An overview of what CORS is and how to develop for it.
The Fourier Transform Demystified
April 19th 2020
Demystifying the Discrete Fourier Transform
Complex and Complicated
April 14th 2020
A lot of engineers throw the words complicated and complex around about their code. In this post, I share my opinions and experience on the topic and how to avoid complexity by using modular code.
Skill of the Loop
April 6th 2020
Looping is one of the most common programming tasks. In this post we explore tricks to improving your skills in this most basic of skills.
About Me
March 29th 2020
Coronavirus
March 29th 2020
Node.js, Ruby, Python, versus C
March 28th 2020
In this post, I compare Node.js, Ruby, Python, and C (optimized and unoptimized) in basic data structure, looping, and function calling operations. Node.js wins hand down.
Hello World: Introduction
March 25th 2020