Tana is an inventory management solution for business management that is actively used in production.
\begin{itemize}
\item Used \textbf{Flask} and \textbf{Python} for Backend to create a \textbf{Rest API} which can be accessed by any client.
\item Used \textbf{SQLite} as database because it is highly portable, extremely lightweight and low maintenance.
\item Used \textbf{React} and \textbf{Javascript} to create a web application which conforms to \textbf{Material Design Guidelines} using \textbf{Material-UI Library}.
Questable is an \textbf{RPG-like-bot} and \textbf{API Server} for maintaining events in real life. It is accessible via Telegram Bot as well as a command line client.
\begin{itemize}
\item Used \textbf{Flask} and \textbf{Python} to create a lightweight \textbf{Rest API}.
\item Used \textbf{Python} and \textbf{Python-telegram-bot} library to create a bot client.
\item Used \textbf{SQLite} as database because it is highly portable, extremely lightweight and low maintenance.
\item Used \textbf{Requests} library to create a \textbf{Python wrapper} around the \textbf{Questable Server API} which was then used along with \textbf{argparse} to create \textbf{CLI} as well as a \textbf{REPL} for \textbf{Questable}.