Writing a good README file

Writing a good README file
Documentation is a key for any coding project and the README file is a big part of it. In this article you can find some best practices on how to write a good README file.

GitLab CI/CD and React Tests

GitLab CI/CD and React Tests
Continuing after my previous post about Gitlab CI/CD, I would like to show another example of Continuous Integration, this time with unit testing react components.

GitLab CI/CD and GitLab Pages 1

GitLab CI/CD and GitLab Pages
In this post I will try and explain how to deploy a simple javascript application on GitLab pages, using Continuous Deployment with a live working example.

How I made my app a PWA 1

How I made my app a PWA
I have previously posted on why I made my app a Progressive Web App (or simply PWA) and in this post I will try and explain how I turned my app into a PWA.

Why I made my app a PWA 1

Why I made my app a PWA
In my previous post I talked about the Intellectual and Industrial Property eServices app and in this post I will talk about why I developed it as a Progressive Web App (or simply PWA).  

Intellectual and Industrial Property eServices 1

Intellectual and Industrial Property eServices
Take a look at the brand new site of the Intellectual and Industrial Property of the Department of the Registrar of Companies and Official Receiver of Cyprus (DRCOR). The site provides links for all the online services of the Intellectual and Industrial Property Department and also utilises the Online search registry (cRegistry) technology to provide ...

Online search registry (cRegistry) 2

Online search registry (cRegistry)
Recently I had a chance to create an online search system which can basically connect to any database type and search and display information. I tried to make the system as configurable as possible and it should be easy to adapt in any business environment so I thought I’d share my work. I called my ...

Trello Kanban like Board for Issues and Tasks Tracking 2

Trello Kanban like Board for Issues and Tasks Tracking
I was always concerned with handling the various issues and tasks that are related to the IT systems we maintain. I have been experimenting with Trello with my coworkers and I found that using a Kanban like Boards for our organization’s IT issues, was working for us, so I thought I’d write about it.

Getting on top of things with MonitrAll

Getting on top of things with MonitrAll
This is for all those in IT people working in crazy environments. Have you ever found your self trying to administer several systems, all using different technologies, insane IT operations that break all the time, no documentation, people who knew the systems nowhere to be found, and always trying to defend your self to the ...

Gmail Issue Tracking System 1

Gmail Issue Tracking System
One of the most demanding task in my work place is handling the various issues that are related to the IT systems we maintain. So I was asked to come up with a method of tracking these issues with the limited resources that we have. That means that we had to implement a method that ...