Video: Ghost theme development using docker
For those who prefer a visual training guide to my earlier post Ghost theme development using docker, I hope you find the following useful! »
Hi Chris! What's the robot.txt? How do I create one? Is it even required?! What is the robots.txt The robots.txt file sits in »
The recent decision by Microsoft to move away from project.json/xproj dotnetcore structure to the MSBuild compatible csproj structure has been met with mixed reviews »
Entity framework core (EF Core) is a object relational mapper (ORM) for dotnet core. Allowing developers to interact with databases using .NET objects. Microsoft documentation can »
Securing your website with HTTPS is a must-have for modern websites, as it provides secure communication between the user and the website, ensuring data integrity and »
For those who prefer a visual training guide to my earlier post Ghost theme development using docker, I hope you find the following useful! »
Recently I've moved my personal website across to a self-hosted Ghost installation - a professional publishing platform optimised for SEO and speed. Very quickly I realised »
Today is my last day in full-time employment and marks the end of a significant chapter of my life. 5 years ago I moved from a »
This post will provide a simple example of how to display multiple validation message types, like errors and messages, using FluentValidation. The ValidationSummary and TextBox messages »
This post will cover the following points (aprox. reading time 15mins): What is the Html.EditorFor method? Simple EditorFor example Extending EditorFor with templates based on »