Dave K
Dave K's Blog

Dave K's Blog

Follow
homeArchiveAbout Mebadges
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

.NET MAUI - Saving PDF Files with ITextSharp

Aug 3, 20234 min read

Introduction In the earlier articles in my PDF Splitter series, we have relied on the inbuild .NET libraries to handle working with PDF files in MAUI,...

.NET MAUI - Saving PDF Files with ITextSharp

.NET MAUI - Creating a New Project

Apr 12, 20236 min read

Introduction This article is the third article in my PDF Splitter series but the first one in which we start to drill down into the code. Creating the...

.NET MAUI - Creating a New Project

How to Improve as a Software Developer

Feb 10, 20234 min read

Where to Start Having spent over 10 years as a software developer and having managed teams and mentored people from other areas of technology, it...

How to Improve as a Software Developer

Using Swagger to Document DotNet Core APIs

Jun 27, 20204 min read

What is swagger and why should I use it? Swagger is a specification of rules/notation used to define how an API should be documented. As of Swagger...

Using Swagger to Document DotNet Core APIs

Advanced 7 Segment Display Driver with a 4511 IC and Raspberry Pi

Apr 27, 20165 min read

Background In my first post of this series I discussed a very simple way of driving a 7 segment display directly through the Raspberry Pi 2. Whilst...

Advanced 7 Segment Display Driver with a 4511 IC and Raspberry Pi

Creating a Seven Segment Display Driver with Raspberry Pi

Mar 30, 20167 min read

Background This post is intended to be the first in a series of posts as I delve into the world of software and hardware development using Windows IoT...

Creating a Seven Segment Display Driver with Raspberry Pi