Category: C#

Document my stuff

I have got an idea to document my information about my server on my server. I could download any wiki type CMS, but I thought it would be a good practice to make my own application!

Home Ticketing #6 – REST API

In this article, I will discuss about the REST API, what I have use for my home alerting service. This API is between my database engine and the incoming requests.

Simple data store for my shell scripts

Usually, if I write a script, I do not prefer to store any parameter or input value as hard coded onto the scripts. And those long parameter lists seems clunky for me. Due to this reason, I made a simple key-value data storage for my local running scripts.