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 wordpress a PWA

How I made my wordpress a PWA
Keeping up with the PWA frency, I discovered that it is fairly simple to convert your wordpress into a Progressive Web App, so I thought I’d share my exprerience.

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).  

Google Sheets script for Trello V2 8

Google Sheets script for Trello V2
Since I have posted the Google Sheets script for Trello I made some updates to include members assigned to card and customfields value (power-up), so I thought I’d share the code.

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 ...

Getting Organized with Google Sheets – Everything in one place

Getting Organized with Google Sheets - Everything in one place
Lately I have been experimenting with Google App Scripts for Google Sheets and in the back of my mind I always had the possibility of having all our digital organization in one place. Things finally feel into place and here I am presenting how to Get Organized with Google Sheets and have Everything in one place.

Google Sheets Script for Web Apps

Google Sheets Script for Web Apps
Following on the post for Google Sheets Script for email Report, I wrote another Google App Script to also show HTML as a web app following the same rules as in my previous post.