Pinned Repositories
Abstract-Bank-System
This repository shows how OOP principles can be applied to model real world problems and systems
AfricasTalkingGateway
Golang implementation for AfricasTalking Api
ECommerceDemoAPI
A simple API that models an e-commerce system.
ECS
The main codebase for employee clocking system that will be used to check employee time attendace remotely
ECS-App
This is the mobile app for my employee clocking system
ExtractAllTextFromHTMLDoc
The program scans the document passed as line by line and at times keeps a variable to show whether their is a tag "<" currently open. If there is a tag open the characters read are ignored. If we find a closing tag ">", the characters read after that are recorded in our StringBuilder class. Once the program is done with a line, it prints the text on the console without the tags and the attribute values and reads another line until it reaches the end of the document.
Focus
A simple to-do list application
HouseHelpFinder
This web app is used to find house helps and contact them
Loki
Blazor component library
RQLinq
developerharon's Repositories
developerharon/RQLinq
developerharon/Loki
Blazor component library
developerharon/AfricasTalkingGateway
Golang implementation for AfricasTalking Api
developerharon/anatomyAppWeb
developerharon/ECommerceDemoAPI
A simple API that models an e-commerce system.
developerharon/Focus
A simple to-do list application
developerharon/AspNetCoreTodo-1
developerharon/AuthenticationDemoApp
developerharon/BlazorDeviceInterop
Blazor library for interacting with browser Web APIs
developerharon/CodeMazeGuides
The main repository for all the Code Maze guides
developerharon/create-upm-release
Create release of Unity3D package as .unitypackage file and trigge new publish on OpenUPM.com
developerharon/CroppingImagesDemo
A demo of cropping image in Blazor using Chronos.Blazor.Cropper and MudBlazor
developerharon/developerharon
developerharon/eos-sharp
C# client library for EOS blockchains
developerharon/eosio-web-ide
eosio-web-ide
developerharon/EosSharpUnity
A demo for making UPM packages with EosSharp
developerharon/FasterVarLenExample
I am creating a remote implementation of FasterKV
developerharon/GithubActionsDemo
I'm practice on how to create a release package on GitHub
developerharon/gitignore
A collection of useful .gitignore templates
developerharon/HelloUnity
A copy and paste game from this tutorial: https://youtu.be/pwZpJzpE2lQ
developerharon/MauiBlazorAppDemo
A demo for .NET MAUI Blazor Hybrid App
developerharon/minsk
This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.
developerharon/p2p
developerharon/practical-entity-framework-core-6
Source code for 'Practical Entity Framework Core 6' by Brian L. Gorman
developerharon/RQL.NET
RQL.NET is a resource query language for .NET intended for use with web apps. It provides a simple, hackable api for creating dynamic sql queries from user submitted JSON.
developerharon/Square-Spiral-Matrix
It prints a square spiral matrix on the console
developerharon/SwaggerDemoApp
developerharon/Tense
A library to aid in the construction of REST services
developerharon/Tense.Rql
A library that supports RQL for REST Services
developerharon/UnityPackagesDemo
I am learning how to use GitHub Actions to publish Unity Packages