Dominick Sorrentino
36 posts
Building Smarter Football Predictions with Standard Deviation in Node.js
In football betting propability analytics, raw stats mean nothing without context. That’s where standard deviation becomes one of…
Using Clustering to Group Songs by Tempo, Energy, and Vocals
Introduction With the rapid expansion of digital music libraries and streaming platforms, organizing and understanding large collections of…
The Linux Programming Interface – Time
In any type of program, we mostly are interested in two different time: Real (Calendar) time: This time…
Golf.com: Reverse Routing: Playing The Old Course Backwards
Playing The Old Course at St Andrews in “reverse routing” means tackling the historic links clockwise—starting on the…
Memory Pool Design Patterns
As a junior computer science student, I have experienced a complete transformation in my understanding of performance development.…
How Odoo Customization Empowers Your Business with Tailored ERP Solutions
Every business is unique—so why settle for a one-size-fits-all ERP solution? In 2025, companies are shifting away from…
Chunk-Busters: Don’t cross the Streams!
⚠️ If you have photosensitivity, you probably want to skip this. See the static image below, those lights…
Starting my Open Source Journey
About me My name is Arina Kolodeznikova, I am a Computer Programming & Analysis student at Seneca. I…
String methods
Substring – returns substring into substring. Example Code var longString = "This is very long string"; Console.WriteLine(longString.Substring(5)); Result…
Build native image from Spring Boot Application with GraalVM builder
Overview This section explains how to create a native image from a Spring Boot application using GraalVM’s native…