Welcome to my site. Here you’ll find out a bit about me, my skills, interests and some blog posts so take a look around!
Welcome to my site. Here you’ll find out a bit about me, my skills, interests and some blog posts so take a look around!
I recently created a simple React app for running different tax calculations (still a work in progress) called Calc Mate and decided to deploy it on a Linode instance I have running Nginx. Create a new nginx site configuration file for the react app Create a new configuration file for your application. Add configuration The … Continue reading Serving a React app from Nginx
p5.js is an amazing JavaScript library that streamlines creating graphical applications in your browser. Learn more at https://p5js.org/ They also have an extremely useful online editor https://editor.p5js.org/ which I used for this example and the link to it will be below. Resource URL Github source code for the display https://github.com/jonathanmeaney/Seven_Segment_Display_Clock p5js editor version of display … Continue reading p5.js Seven Digit Segment Clock
I recently got the excellent Unicorn Hat HD for my Raspberry Pi and its a lot of fun. I created a simple clock program using python to display the current time and date with an animated row to indicate the number of seconds completed in the current minute. It can be left running as it … Continue reading Raspberry Pi – Unicorn Hat HD Clock
This post is just a quick overview of some of the basics of React development, shedding light on component basics and some of the technologies and terms used in React development. You can think of a React component as a piece of the UI in your application. A User Interface can be broken into small, … Continue reading Basic React Component Structure and Concepts
You must be logged in to post a comment.