IOIslam O. Elgoharyinthepayload.hashnode.devUnder the Hood: An Architect’s Guide to Go vs. Scala (Part II)This is the second part of my series comparing Go to Scala and diving deeper into their differences. In the first part, I compared their philosophies, the circumstances of their design and the Runtime6d ago·4 min read
IOIslam O. Elgoharyinthepayload.hashnode.devUnder the Hood: An Architect’s Guide to Go vs. Scala (Part I)1. Introduction: The Architect’s Dilemma Imagine this, you are tasked to initialize a project from scratch. You are given the business requirements and the freedom to choose your tech stack. Which language do you choose? Do you choose a language with...Feb 13·4 min read
TITech Insights Hubintopperblog.hashnode.devScala Play Framework: Reactive Web FrameworkScala Play Framework: Reactive Web Framework What Changed Everything Modern development requires modern tools. Table of Contents Overview Setup Guide Implementation Best Practices FAQ Overview Understanding the tool. Setup // Quick start const setu...Feb 12·1 min read
TITech Insights Hubintopperblog.hashnode.devGatling Load Testing: High-Performance Load ToolGatling Load Testing: High-Performance Load Tool What Changed Everything Modern development requires modern tools. Table of Contents Overview Setup Guide Implementation Best Practices FAQ Overview Understanding the tool. Setup // Quick start const ...Feb 12·1 min read
MAMathieu Ancelininblog.cloud-apim.comBuilding a JVM-Native WAF: A Journey from WASM to Pure ScalaFor the past two years, Otoroshi has had a Web Application Firewall powered by Coraza, the excellent Go implementation of ModSecurity. To achieve that, we compiled Coraza to WebAssembly (wasm) and ran it inside Otoroshi using our wasm virtual machine...Feb 3·19 min read
VGVidisha Gawasinopensourcegirl.hashnode.devGSoC 2025 - Scaladex Project Review📋 Project Summary Project: Scaladex: Support for Compiler Plugins Duration: Google Summer of Code 2025 (medium project – 175 hours) Key Contributions: Extended Scala models by introducing the CompilerPlugin platform in Platform.scala and updating B...Nov 11, 2025·9 min read
VGVidisha Gawasinopensourcegirl.hashnode.devAdding CompilerPlugin Platform Support in Scala ModelsOne of the core objectives of my GSoC 2025 project with Scaladex was to provide first-class support for Scala compiler plugins. Compiler plugins are a unique type of artifact in the Scala ecosystem — they extend the compiler’s capabilities and often ...Nov 11, 2025·4 min read
SVShubham Vishwakarmainshubhams-gsoc-journey.hashnode.devMy GSoC 2025 Final Report – Tracing the Road to Multi-Agent Reliability🌟 A Journey That Began with a Trace When my GSoC journey with the Scala Center began, my focus was simple yet ambitious to make Large Language Model (LLM) pipelines more observable, reliable, and explainable. That idea turned into something much big...Nov 10, 2025·5 min read
RNRamu Narasingainthinkthroo.comfp-ts library in Hoppscotch codebase.In this article, we review fp-ts library in Hoppscotch codebase. We willl look at: What is Hoppscotch? What is fp-ts? fp-ts usage in Hoppscotch CLI. I study patterns used in an open source project found on Github Trending. For this week, I revi...Oct 29, 2025·3 min read
AAAnshuman Awasthiinawesomegsoc.hashnode.devGSoC 2025 with Scala Center - The Final ReportBy Anshuman Awasthi 🌟 TL;DR I contributed to the LLM4S codebase during GSoC 2025 to add multimodal features (image generation, image preprocessing/embeddings, speech recognition and text-to-speech, and supporting assets/docs). My work included mult...Sep 28, 2025·5 min read