Pinned Repositories
alliance-jumpstart-updated
A Recruiting Dashboard for Alliance as a Final Project in their Jumpstart Program. This uses Spring 5 and is initialized with Spring Initializr.
BloodQualityControl
A VRising mod to control the blood quality values of all creatures and mobs in the game that have a blood source
gig-FSharp
A CLI App that generates a .gitignore file made in F#
gitignore-generator
An attempt at making a command line application in NodeJS that generates a .gitignore file for appropriate programing languages avaiable in gitignore repository of github
happyTicketingAPI
A :smile: RESTful backend for a Ticketing System
parking-app-api
The Web Service endpoint for my Capstone 2 Project.
parking-sensor
The sensor code using an HC-SR04 and a Raspberry Pi 3 that communicates with my parking-app-api through http
pofay
My new Blog using NextJS tailwind starter blog template.
PointOfSale
C# Point of Sale App which is another project to apply Uncle Bob's Clean Architecture
practical-ddd-api-avalonia
Course content output from following Vladimir Khorikov's DDD in practice course from Pluralsight.
Pofay's Repositories
Pofay/BloodQualityControl
A VRising mod to control the blood quality values of all creatures and mobs in the game that have a blood source
Pofay/gig-FSharp
A CLI App that generates a .gitignore file made in F#
Pofay/happyTicketingAPI
A :smile: RESTful backend for a Ticketing System
Pofay/practical-ddd-api-avalonia
Course content output from following Vladimir Khorikov's DDD in practice course from Pluralsight.
Pofay/SpaceGodot
A Godot Re-implementation of my Space Impact Game in Unity
Pofay/alliance-jumpstart-updated
A Recruiting Dashboard for Alliance as a Final Project in their Jumpstart Program. This uses Spring 5 and is initialized with Spring Initializr.
Pofay/parking-app-api
The Web Service endpoint for my Capstone 2 Project.
Pofay/pofay
My new Blog using NextJS tailwind starter blog template.
Pofay/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
Pofay/clean-reactivities
Output of following along Udemy course using .NET Core, React and Mobx. Adjusted to fit my architectural style.
Pofay/ComputersAndKeys
Pofay/dotenv
Loads environment variables from .env for nodejs projects.
Pofay/dotenv.net
A library to read .env files in a .NET Core environment
Pofay/friendly-discordly-watcher
A Simple discord bot that forwards all Links from an Input Text Channel to an Output Text Channel. Mainly for learning purposes
Pofay/hackernews-ssr
Yet another implementation of Hackernews with Next.JS.
Pofay/happy-ticketing-frontend
:smile: ReactJS Frontend for https://github.com/Pofay/happyTicketingAPI
Pofay/nextjs-course-code
My output code on following Udemy's NextJS course
Pofay/parking-frontend
The Frontend of my Parking Application remade with ReactJS.
Pofay/pofay-blog
New Personal Blog using Gatsby Starter as base. Decided to scrap due to staleness of the settings from 2 years ago.
Pofay/pofay.github.io
The repository for my blog
Pofay/prism-themes
A wider selection of Prism themes
Pofay/projectM
O.J.T completion project by implementing a P.M.S along with other side goodies (analytics, etc.)
Pofay/react-refresher
A Short mini-project/reviewer to get me reacquainted with React
Pofay/realworld
"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
Pofay/sniffling-problems
Just a repository to solve leetcode problems so that I can have tests while solving them.
Pofay/SpaceImpact-Practice
A Game Development Primer for myself to be completed in a month/week.
Pofay/tailwind-nextjs-starter-blog
This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
Pofay/todo-redux
A ReactJS app that integrates Sagas, Redux, and Google's Firestore. This serves as a Learning app for the above technologies.
Pofay/todo-spring
Spring Todo Application for teaching purposes.
Pofay/yet-another-interpreter
C# Tree Walk Interpreter from following Crafting Interpreter's book