I'm a software developer working mainly in London and the south east of the UK for the last 20 years.
From my early career years working with SQL Server and VB6 COM desktop apps, I have developed a focus on Microsoft tools and technologies.
Following the move into .Net I now predominantly code in C# and TypeScript with a back-end bias due to my interest in working on systems integration and Azure cloud migration problems for enterprise back-office applications.
This has transitioned into more senior and team-lead roles, where I also find myself working on CI/CD build pipelines and Azure powershell scripts etc, while still happy to jump into some T-SQL whenever the DBA needs a hand or Entity Framework won't suffice.
The following is a quick overview of the various bits and bobs you'll find on my GitHub, from my personal pet PDM app project (Admin Assistant), through to various small code samples and any forks of OSS projects im actively working on contributions for.
This is my main personal project that is closest to the sort of code I work on professionally. It gives me somewhere safe (i.e not in works codebase 😄) to try new technologies and techniques on an enterprise grade system with sufficient real world complexity.
Whilst it's always going to be WIP, the core backend web-api is well under way at the time of writing. The various UI projects are POC / Prototypes at the moment and there is a lot missing in terms of non-functional capabilities, such as security, better error handling, logging & instrumentation etc.
The architecture and focus of efforts on the Web-API has been so I can easily try out new UI frameworks with minimal additional effort in future. It also utilise a larger than typical number of third-party packages, reflecting its experimental / RnD nature.
This is a private repo of my fathers where he is developing a python desktop application to work with all the data needed to record our Family Tree. I have helped with advice on architecture, data modeling and TDD as well as code contributions to the business domain and infrastructure.
It has been an interesting learning experience coding in a language I don't normally work with.
Inspired by a Twitch streamer writing a java version of blackjack as a TDD stream, I started development of what may become a set of casino / card games in .Net. The project currently contains the initial WIP implementation of TDD C# blackjack as well as a dice / random number generator module.
I tend to use this project to back-up / share any code samples I may need to put together quickly for some RnD or to help provide examples for more junior devs I may be mentoring. It also contains sub-folders for any code katas i've worked on.