- 
            
                  Designing resilient software architectureDesigning resilient, maintainable, and scalable software involves well-planned architecture, including attention to architectural drivers. 
- 
            
                  A primer for emerging software architectsThis guide for emerging architects explores software architecture principles and their application in an Agile environment. 
- 
            
                  A refreshing spin to Auth in ASP.NET Core 8Unlock a more flexible and streamlined auth journey in ASP.NET Core 8 with improved SPA customization, token-based auth support, and intuitive docs. 
- 
            
                  Conphig v2.0 publishedConphig is a lightweight .NET 6 package for loading configuration. Version 2.0 is now available on Nuget. 
- 
            
                  Comments in JSONJSON doesn't allow for comments, but depending on your use case, you may want to add comments to your JSON files. Here's how to support that in C#. 
- 
            
                  Spaces in variable names in ZX Spectrum BASICVariables in ZX Spectrum BASIC can contain spaces, which is useful for naming variables with multiple words, but it makes parsing difficult. 
- 
            
                  Making the MOD player availableAfter fighting CSP and the browser security model, the MOD player is now available for anyone to use, on any web site, to play any MOD file. 
- 
            
                  Using music as a timing source for demosIn this article, I add a new feature to my JavaScript music player: the ability to subscribe to timing events based on the music. 
- 
            
                  Syncopation and a human touchThe final two effects are implemented, and they help demoscene musicians add some more feeling to their songs. 
- 
            
                  Adding pitch-related effectsThe MOD player is progressing nicely. Vibrato, portamento and arpeggio effects are now implemented and working correctly. 
- 
            
                  Implementing looping and the first effectsSome of the effects needed to play some of the iconic demo tunes of the 1990s are now implemented, and samples can be looped correctly. 
- 
            
                  Playing a full song, almostMy MOD player is finally able to play a full song, almost. It's still missing the effects, but it's a good start.