• About
  • Articles
  • Projects
AboutArticlesProjects

© 2025 John Aldrin Plata. All rights reserved.

Building and Exploring

I'm John Aldrin Plata, a software developer and electronics enthusiast from the Philippines.

I enjoy building things and exploring new technologies.

Setup Laravel with CircleCI and deploy to Laravel Forge

January 26, 2022

Setup a Laravel application with continuous integration and deployment using CircleCI and with Laravel Forge

Read article

Drive a Parallel Port using C#

August 8, 2021

A guide shows how to control a parallel port using C#. We'll start by learning about what a parallel port is and its uses then we take it further by creating a project that controls the LED lights. We will be using inpout32.dll to send and receive data.

Read article

Categories

  1. C#
  2. DevOps