Working with clients is challenging but the rewards of delighting your client by developing software that really delivers on their needs make it worthwhile. Ingy reflects on her Imago summer project experience and draws some lessons for working with non-technical clients.
Category: Tech Talk
LCT and its Tech Stack What is LCT: LCT is a local contact tracing application developed by Michael Corning of the Soteria Institute alongside Enduring Net’s Ser-huang Poon. It aims to help fight the spread of Covid-19 in local communities and or large organisations. Tech stack: LCT is a dockerized JavaScript-based web app, with a VUE.js-based UI and a Redis, Socket.io, Node.js backend. The Imago Team’s […]
As a part of my work in the Cohere project, I had to learn about and utilise Docker. The purpose of this article is to impart some knowledge and lessons about Docker, knowledge that I wish I had known when I initially started utilising it. This blog post is split into two distinct sections: the first section presents a brief overview of Docker itself and its uses, and the second section provides some Windows-specific advice. What is Docker? Docker is an open platform that allows users to package up applications in containers with everything they need to run. […]
Working with Netlify CMS
Amish explains how the Netlify CMS was used to create a simple but effective wiki facility, to allow Supergen Bioenergy Hub researchers to keep their app up-to-date.
Karam describes how he set up our CI/CD facility by installing a GitLab Runner on our development VM.