How to access Microk8s dashboard without proxy
Quick tutorial on how to enable access to the microk8s dashboard externally without having to use dashboard-proxy
Quick tutorial on how to enable access to the microk8s dashboard externally without having to use dashboard-proxy
JetBrains Rider provides Docker support using the Docker plugin. The plugin is bundled and enabled by default. For more information. In this post we’ll walk through the process of running a docker compose files in Rider.
Dapr is an event-driven, portable runtime created by Microsoft as an open source initiative. Due to the fact that Dapr is event-driven it plays an important role in microservices as the applications can be designed to efficiently react to events from external systems or other parts of the solution, and also produce events in order to inform other services of new facts to continue their processing.
I experienced some challenges installing and connecting to Postgres SQL on my local Ubuntu 19.04 server, so I thought I would just detail the process… Read More »How to install Postgres SQL Ubuntu
A quick guide to getting your ubuntu workstation configured to develop cross platform mobile applications using ionic
Orchard Core is a redevelopment of the free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
A quick post to explain how to update the Anaconda Navigator making use of the terminal commands available
MySQL is an open source SQL relational database management system that’s developed and supported by Oracle. For many open source developers it is the Go to… Read More »How to install MySQL server ubuntu 18.04
We take a look at using AWS Comprehend to start developing a Custom Name Entity Recognition utility to re-use in our software projects
A review of the System76 Darter Pro laptop from a software developers perspective
Step by step guide on how to Configure an AWS Lightsail Ubuntu server to deploy an ASP.net core website
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
I am predominantly a Linux and MacOS in my home office and usually make use of Windows Virtual Machines for my Windows based development. I… Read More »How to install Virtual Box 5.2 ubuntu 16.04
how to implement a dark theme for the thunderbird email client on ubuntu
Quick easy to follow instructions to installing and using Evernote on your Linux computers.
A quick time saving tutorial how to resize your virtual box VM Disk size on your ubuntu linux desktop
A detailed step by step on how to install configure cake on a ubuntu headless server to build ASP.net core applications
Easy to follow concise & detailed steps required to install .net core on a headless Ubuntu 16.x server
set up a Continuous Integration / Continuous Deployment DevOps environment for a ASP.net Core project. How to install Team City 10.x on a Ubuntu 16.X server
PostgreSQL has bindings for many programming languages such as C, C++, Python, Java, PHP, Ruby and now it’s possible to develop ASP.net Core C# Web Applicaitons using Entity Framework Core to make use of Postgres databases. It can be used to power anything from simple web applications to massive databases with millions of records.