Joshua Matthews

Joshua Matthews @jmatth11

About: Software Guy that likes photography

Joined:
Feb 5, 2022

Joshua Matthews
articles - 7 total

Automated Cleanup in C

Table of Contents: Intro Documentation Usage Errors and Branching Inside...

Learn More 5 1Jun 18

The 90% Makefile

Contents: Introduction Project Setup Makefile Conclusion Introduction I've been doing...

Learn More 5 0May 5

Unique Shared Library Problem

The Problem I was trying to work with a library the other day that I built from source,...

Learn More 5 0Jan 28

Implementing I2C for the ATtiny85

tl;dr Implemented the I2C protocol for controller devices on an ATtiny85 using just the AVR base...

Learn More 10 0Nov 24 '24

Quick Zig and C String Conversion Conundrums

Intro My background is mostly in C and as I am still new to zig some of the type...

Learn More 7 0Oct 13 '24

Using Postgres Notifications To Enhance Dev Testing

tl;dr Link to Github repo The Setup Sometimes your database can seem like a black box....

Learn More 5 0Oct 9 '24

Implementing UTF-8 Encoding in Zig

tl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor....

Learn More 5 0Sep 24 '24