Web Development

A collection of 9 posts

A way to build CRUD apps with R Shiny and SQLite cover image
R,  Data Science,  Web Development

A way to build CRUD apps with R Shiny and SQLite

Background Often as software engineers working within organisations we are coerced into using a software stack that we may not have chosen…

Flask application with Postgres containerized across multiple clouds cover image
Web Development,  Cloud Infrastructure,  System Administration

Flask application with Postgres containerized across multiple clouds

Flask app with a Postgres database containerized across multiple clouds Background We are building out an application that has a decoupled…

Model scoring API examples cover image
Data Science,  Web Development

Model scoring API examples

A basic example of a predictive model scoring API The associate Github repo for this blog post is https://github.com/mortie23/fastapi-linear…

Git post-receive hook for deployment of a static site cover image
CI/CD,  Web Development,  System Administration

Git post-receive hook for deployment of a static site

Using a post receive hook for website deployment Other deployment methods Firstly, let’s mention that there are other potentially easier…

Integrating Azure Cognitive with Retool cover image
Data Science,  Web Development

Integrating Azure Cognitive with Retool

What is Retool Retool is a simple tool for creating a web application. One of the things that makes Retool great is you’re never limited by…

Tableau Web Data Connector Node Generator cover image
Business Intelligence,  Web Development,  Data Engineering

Tableau Web Data Connector Node Generator

Using Tableau Web Data Connector (WDC) as the data source for dashboard. This post is in reference to the associated Github repo at https…

Setting up a cloud webserver for hosting a static site cover image
Cloud Infrastructure,  Web Development

Setting up a cloud webserver for hosting a static site

Why would I want to do this? Since there are many easier (options) for hosting a static website (of which I recommend and also use Github…

Embedded BI cover image
Business Intelligence,  Web Development

Embedded BI

What is Embedded BI When people talk about Embedded Business Intelligence (BI) they are usually referring to putting things such as…

Speed Up My Site cover image
Web Development

Speed Up My Site

Originally I built my personal site by using a free responsive template and then I just modified the source code. The page loads were slow…