Welcome everyone to my website. This platform is my new project and in this first blog post, I will describe its mission, current status, and future development plans.
Since I have started programming I used a lot of different websites to host my profiles. GitHub.com for code sharing and collaboration. I switched to GitLab.com a few months ago after GitHub acquisition by Microsoft. Facebook for socializing and posts sharing. Devpost.com for presenting my hackathon projects. LinkedIn for networking and sharing the resume.
All these websites have one disadvantage for me. Lack of control. You cannot change any functional or visual aspects of these platforms. Additional features can only be developed through provided official APIs, but even then you are limited and cannot fully integrate your ideas.
To solve this issue I decided to develop my platform. Now I am fully free to develop and extend it as I wish. The main purpose of this is to aggregate all the digital data about me in one place, which was distributed across several websites on the web.
Additionally, after domain acquisition, I was able to set up my email server on the same node I have hosted the website and register giorgi@kabanashvili.com as my new primary email address. Feels way more professional after so many years of using gmail.com.
Until the project is under development working name will be Project Devio. At this stage it consists of three independent parts:
Backend is written with NodeJS and Express framework. For the database I chose MongoDB. For now, RESTful API contains simple CRUD routes to serve Frontend and Manager.
The front-end part is what you see right now. I used NodeJS, Express, and Bootstrap. For the template engine, I chose EJS. Maybe later I will migrate to React, but for now, EJS is enough.
The manager is written with NodeJS, Express, and EJS. It is an admin panel to manage all the data presented via Frontend. At the moment I also can monitor user views. Most of them at the moment are from bots or web crawlers, but I hope this tendency will change towards real users. Maybe later I will write more details about how views are working.
The goal of this project is to become a self-sufficient application by having a powerful API, a nice frontend, and a manager with rich functionality. I hope at some point in the future other people will get interested in this project and I will share a stable version with the community. I have many ideas and take my time to develop them. Right now it seems strange for me that you read until here and I thank you for your time. Keep coding and let the journey begin!
echo "Hello World!"