News

If you ever need to sort character strings stored in SQL Server fields, check out this demonstration of how to write a common sorting algorithm using SQL Server TSQL code.
Wave 1 - Sort by Length In this method you will take a string as a parameter. The method will return an array of words in the string, sorted by length. Solve the problem without using the ruby .sort ...
GCSE Programming constructs - CCEA Sorting arrays Computer programs use data stores to organise the different types of data they contain. Data stores can be either a constant, variable or an array ...
Junior Developer Task – June 2025 This project is a serverless API endpoint built to fulfill a technical challenge. The API receives a string via a webhook, transforms the string into an array of ...