Skip to content
View jonalfarlinga's full-sized avatar
Sailing through seas of syntax
Sailing through seas of syntax
Block or Report

Block or report jonalfarlinga

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jonalfarlinga/README.md

👋 Hi, I’m Denny

I'm a software developer who's excited by the prospect of building tools that others find useful. I'm very interested in testing and Agile methodologies. I've written and iterated on automated tests for my personal projects, making several improvements as I've learned more.

My Stack

Languages

Web Core

Frameworks

Tools

My Projects

Birddex

A lifelist app for birders
Live Site
Gitlab Repo
We deliver a single-page application on the front end using React and a backend API using FastAPI. Data is managed by a PostgreSQL database. The Birddex repo contains several design diagrams and our project journals.

I integrated Azure blob storage in order to allow users to upload their own images to the site.

Topics: Dynamic Rendering Web Page, User Authentication, API, SQL Database, Automated Testing, Heroku

Proficient

A portal to your web-based teaching aid
Live Site
Gitlab Repo
Proficient is a portal to my available teaching aids. We have Pdiff and Calends with more to come! Proficient manages your login details accross all the apps, and keep an eye out for more functionality on the portal as well!

Topics: Authentication, React, FastAPI, Rest, Automated Testing, CI/CD, SQL Database, CDN, DNS, Heroku

Calends

A syllabus-building utility for professors
Live Site
Github Repo
This project uses a React front end hosted on Azure Storage and Azure Functions to serve the backend API. The business logic involves scraping html for data, then building a dictionary containing dates that can be rendered in HTML as a table-style calendar.

This project was originally using Django backend. I rebuilt the backend in FastAPi, and at the same time switched from a create-react-app front end to Vite. I then rebult the backend for Azure Functions.

Topics: Web-scraping, Dynamic Rendering Web Page, API

PDiF

A simple utility to calculate diff on PDFs
Live Site
Github Repo
Have you ever tried had to grade a second draft of a 15-page final? Only to find out the student only changed 3 words?! PDiF to the rescue! This app runs a Meyer's diffing algorithm on 2 pdfs and outputs the text of the pdf with removals highlighted in red, and additions highlighted in green.

Topics: React, Azure Functions, API, Meyer's diff.

Portfolio Project

My cloud-hosted resume and portfolio page
Live Site
Github Repo
Following the Cloud Resume Challenge, I created my portfolio as a full stack app using Azure Storage hosting and Azure Functions. I used HTMX to build the single-page application with page updates served as strings from the Azure functions API.

Topics: HTMX, Dynamic Rendering Web Page, API, Azure Function App

Chat-12

An instant messaging app for developers
Work in progress
Gitlab Repo
We built an API using Flask with a persistant database using MongoDB. In the next phase we will build a front end using React and websockets.

I created unit tests for the database interface. In the first iteration, the tests were tightly coupled by mocking to the tested code. To fix this, I created Pytest fixtures that start an in-memory Mongo database for proper interations during test.

Topics: Flask, MongoDB, Data Design, Automated Testing

Lawn Mower

A system utility to keep the desktop clean
Github Repo
I wrote this script to keep my computer desktop clean. I wrote an install batch file that sets the target directory and the desktop locations, and I created a run batch file that starts the script as a background process.

The running script moves all files off the desktop every two minutes.

Topics: File System Manipulation, Task Scheduling, Shell scripting

About me

As a high school student, my fascination with software development sparked a lifelong passion for software development. Despite career detours, my affinity for problem solving has remained unwavering. I thrive on collaborative projects and effective project management, orchestrating cohesive workflows for optimal outcomes. Transitioning towards software development aligns with my pursuit of happiness and productivity, fueling my daily quest for discovery and problem-solving.

My approach to my work emphasizes practicality, prioritizing functionality while maintaining adherence to standards and best practices. Outside of software, my experiences as a sailor taught me valuable lessons in holistic thinking and adaptability, mirroring my approach to project management.

Looking ahead, I aspire to design impactful systems that aid people regardless of scale, aiming to be a reliable support figure and providing assistance when needed. In essence, I am driven by a relentless pursuit of knowledge, blending technical expertise with a collaborative spirit and a passion for crafting solutions that truly make a difference.

How to Reach Me

Pinned Loading

  1. calends-online calends-online Public

    A syllabus-builder for college classes. Calends builds a calendar for you. Put in the range of class dates and the weekdays class will meet, then select an institution and you're done! Copy the gen…

    JavaScript 1

  2. mlp-dash mlp-dash Public

    Help Rainbow Dash destroy all of the rain clouds, but watch out for the evil Changelings!

    Python 1

  3. lawn-mower lawn-mower Public archive

    An app for automatically and programmatically altering the computer's file structure. Run the install bat, then set up the lawn-mower.bat to run on system startup. Lawn-Mower will periodically move…

    Batchfile 1

  4. portfolio portfolio Public

    Welcome to my portfolio project. The application is rendered through HTMX and CSS using Bootstrap. The public site is deployed as a Static web page on Azure Storage and the API is deployed via Azur…

    Python 1

  5. victus victus Public

    This is a Java implementation of the Triumph! tabletop wargame.

    Java