Understanding the Strategy Design Pattern. In the world of software development, design patterns are essential tools that help developers solve common problems in a standardized way. One such pattern is the Strategy Design Pattern. This pattern is particularly useful when you need to define a family of algorithms,...
I saw a tweet about building a twitter clone being harder than you would think. So this of course started me thinking how I would go about building something like that. Ok so where would I start? First a few assumptions. Development by a lone developer ie me Tech stack will be dotnet and other tech I am familiar with...
I have blogged a few times about interfaces , and how useful they are for producing good quality maintainable code. Let’s look at a problem and the solution I came up with which I am quite proud of. As previously mentioned I am in the process of moving images from AWS to Azure blob storage. Now that the actual files...