jones.busy

  • Home
  • About

all things cloud

Automation

Improving Code Quality with Sonar, GitHub and Azure DevOps CI

In my previous post I walked through the set up of a dotnet core project in Sonar Cloud, showing how, with a few settings in your csproj file and a couple of dotnet tools, you can create a code coverage Read more…

By Ben, 11 months11 months ago
Automation

Improving Code Quality with SonarCloud

I’ve mentioned in a previous post how recent versions of C#8, along with some reputable code analysers have helped developers improve the quality of their code. One of those analysers is from Sonar, a well known code quality company offering Read more…

By Ben, 11 months11 months ago
Api

Web Api Versioning with Swagger

Lots has been written about using Swagger to provide a useful api documentation api and even more about versioning your web apis. Bringing the two together with as little code as possible is now a common ‘boilerplate’ requirement so I Read more…

By Ben, 12 months12 months ago
Api

Testing Web Apis with Specflow

Following on from my previous post on using Nullable reference types to aid validation with Web Apis where I mentioned the idea of forming model requirements early on in your design to allow developers to set which properties can be Read more…

By Ben, 12 months12 months ago
Api

C# 8.0 nullable reference types in Web Api validation

Whilst we may look forward to the new ‘syntatical sugar’ we get with updates in the C# language versions, I think one of the most pertinent new features in C#8.0 is the option to enable nullable checks on your code. Read more…

By Ben, 12 months12 months ago
Coding

Creating mock test data for MongoDb

When consulting for large firms, where the existence of copious amounts of test data is established, it makes it very easy to realise the potential of any prototype or greenfield work very quickly. Be the focus on UI or the Read more…

By Ben, 12 months12 months ago
Coding

Testing MongoDb Queries

Using nuget packages to help facade the complexities of some resource dependency can no doubt speed up development, but often it can create a bit of a headache when it comes to unit testing. Anything that uses a lot of Read more…

By Ben, 1 year1 year ago
Cloud

Logging to Splunk Docker instance

In my previous post, we set up a Splunk Docker container and configured it to collect http posted events to its HEC and pushed an example log event through postman. However, in order for this to work, we had to Read more…

By Ben, 1 year1 year ago
DevOps

Setting up logging to Splunk Docker instance

Ensuring you have logging enabled for your application has always been a high priority but even more so now, in the age of DevOps, that a comprehensive solution is in place to support any pro-active approach to managing issues in Read more…

By Ben, 1 year12 months ago
Cloud

Getting to grips with Docker: Part 2 – Docker Compose

In my previous post, I sert up a very simple Docker supported web api project using a Dockerfile to determine the set up and launch. To consider the maintainability of production-deployable scenario, we can look towards Docker Compose to organise Read more…

By Ben, 1 year1 year ago

Posts navigation

1 2 Next
Recent Posts
  • Improving Code Quality with Sonar, GitHub and Azure DevOps CI
  • Improving Code Quality with SonarCloud
  • Web Api Versioning with Swagger
  • Testing Web Apis with Specflow
  • C# 8.0 nullable reference types in Web Api validation
Recent Comments
  • Steve on Testing MongoDb Queries
  • Improving Code Quality with SonarCloud – jones.busy on C# 8.0 nullable reference types in Web Api validation
  • Is this a Microservice – jones.busy on Automatic Blob backup between accounts with Azure Functions
  • Automating Azure Sql Export – jones.busy on Automatic Blob backup between accounts with Azure Functions
Archives
  • February 2020
  • January 2020
  • December 2019
  • May 2019
  • March 2019
Categories
  • Api
  • Automation
  • Azure
  • Azure Functions
  • Azure Storage
  • BDD
  • Cloud
  • Coding
  • DevOps
  • Docker
  • Git
  • Microservices
  • MongoDb
  • NoSql
  • TDD
  • Uncategorised
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Home
  • About
Hestia | Developed by ThemeIsle
This website uses cookies and other tracking technologies to analyse our website traffic, and to understand where visitors are coming from. By browsing this website, you consent to the use of cookies and other tracking technologies.Accept Reject Read More
Privacy & Cookies Policy

Necessary Always Enabled