Grant Fritchey in AI AI built my WordPress plugin. Here’s what worked – and what went wrong (building an app with AI, part five) Learn what happens when you try building a working WordPress plugin for your app with AI - featuring plugin creation,... 20 July 2026 9 min read
Dejan Lukić in AI The best AI developer tools in 2026: from coding agents to code review A developer's honest take on the best AI tools for research, day-to-day coding, and code review in 2026 — covering... 15 July 2026 9 min read
Grant Fritchey in AI I let AI build my API. Here’s what happened (building an app with an AI LLM, part four) Learn how to use Microsoft CoPilot and GitHub Copilot to build a secure REST API— covering Azure deployment, PostgreSQL integration,... 13 July 2026 8 min read
Grant Fritchey in AI AI can build the pipeline, but don’t trust it for security (building an app with an AI LLM, part three) Learn what happens when you let GitHub Copilot and VSCode set up database migrations and a GitHub Actions pipeline on... 06 July 2026 8 min read 1
Abhishek Goyal in Development How I built a startup with no web development background: lessons from launching Unibridge The story of how I built Unibridge - a platform helping new arrivals navigate housing, banking, and SIM cards -... 03 July 2026 17 min read 2
Nick Harrison in Development How to match names in C# without exact string comparisons Learn how to build a confidence-based name matching system in C# using normalization, Double Metaphone, Jaro-Winkler, and weighted scoring.… 02 July 2026 22 min read 21
Chisom Kanu in Development How to handle large datasets and parallel processing in esProc SPL Learn how esProc SPL handles large-scale data processing with efficient memory management, cursor-based processing, and parallel execution.… 22 April 2026 22 min read 11
Joydip Kanjilal in .NET How to use refresh tokens in ASP.NET Core – a complete guide Learn all about JWT-based authentication, access and refresh tokens, and how you can implement them in an ASP.NET Core application.… 11 March 2026 19 min read 211
Development Goodness Woke in Development Agile software development process vs DevOps and Waterfall Learn what the Agile software development process is, how it works, and how it compares to DevOps and the Waterfall... 09 January 2026 10 min read
Michael Sorens Create PowerShell Cmdlets in C#: Step-by-Step Visual Studio Guide Create PowerShell cmdlets in C# using Visual Studio: 15 steps covering project setup, Cmdlet inheritance, CmdletAttribute, parameter decorators, pipeline input,... 19 February 2016 19 min read
Christos Matskas Using SignalR to Create Mobile Applications SignalR isn't just for web applications. It can also provide the basic real-time communications for a connected Windows Universal Application... 16 November 2015 12 min read
Doris Robinson Testing and the Application Lifecycle In application or database development, testing is too often given secondary importance. There are advantages to the whole delivery process... 07 October 2015 19 min read
David Berry Improving Web Page Performance Visitors to a website are put off by having to wait for pages to load. Additionally, Google uses the metric... 21 August 2015 17 min read
Tom Fischer Safe(r) Custom User-Authentication If you are still storing passwords with MD5 hashing you're doing it wrong. The .NET platform provides a Cryptography library... 12 June 2015 16 min read
Robert Sheldon Microservices in Promise and Practice Are microservices the cure for the ague of monolithic applications, or do they bring their own problems with them that... 13 April 2015 18 min read
AWS Robert Sheldon in AWS Amazon’s Aurora: A Distributed SQL Database Alternative For MySQL Applications SQL-based distributed Cloud Relational databases aren't new, but Amazon's Aurora offers an alternative to SQL Azure, and, being MySQL-compatible, provides... 15 January 2015 13 min read
Bud Aaron How to set up a database-driven Azure site So how easy is it to set up a database-driven application on Azure, using the tools that one is familar... 26 April 2012 12 min read
Peter Larsson The Road to Professional Database Development: Set-Based Thinking Under the pseudonym of 'SwePeso', Peter Larsson is famous on SQL forums for the amazing performance he can get from... 21 February 2012 7 min read
Tom Fischer Unit Testing Myths and Practices We all understand the value of Unit Testing, but how come so few organisations maintain unit tests for their in-house... 05 January 2012 9 min read
Michael Sorens Subversion and TortoiseSVN Cookbook Part 1- The Basics If you have more than zero developers in your team, then you need Source Control. In this article Michael starts... 03 November 2011 23 min read