Tagged: Home Ticketing

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.

Home Ticketing #4 – Handle data – EF setup

In my opinion, it is good way to make a separate layer between the database and the program logic. If I changed the database, it would be easier to make changes. Besides on this way, I can be assumed that each of my program treat the database on allowed ways. None of them will use or manipulate the data in database freely. It increase the robust of this application.

Home Ticketing #1 – Watch my back(end) at home!

Home, I am using a Debian server where are store my files, media files and some of my application what I strictly use on my local network. Although, I am the only user who use it, not a good thing when something bad happen there and I have no information about that. I am that kind of guy who like to write solution for myself, so I have decided that I build a ticketing system where I can collect alerts from my server and from my other devices (e.g.: Raspberry Pi).