Aleksandr Novikovnovikov.hashnode.dev·Mar 10, 2024Transcript and slidesHow To Catch Graphs With Linked Lists And Generics It’s great to be with you today. I’m Alexander Novikov. I’ve been fascinated by graphs for many years. They say you can picture anything as a graph. I took this phrase literally. I work on a databas...Discussmultimodal graph
Jorge Vásquezjorgevasquez.blog·Dec 1, 2023Elevate and Conquer, Unleashing the Power of High-Level Endpoints in ScalaTraditionally, developers have relied on constructing routing tables to build their REST APIs. These tables map specific routes to corresponding request handlers. However, this approach involves manual decoding of headers, query parameters, and reque...Discuss·102 readstapir
Jorge Vásquezjorgevasquez.blog·Dec 2, 2022Behold! The Happy Path To Captivate Your Users With Stunning CLI Apps!As developers, we often have to create command-line applications, which expose APIs, workflows or data processing functionality in a way that is accessible to scripts and non-developers. Although a simple command-line application can be created by on...DiscussFunctional Scala
Jorge Vásquezjorgevasquez.blog·Dec 2, 2021Be Smart, Constrain Your Types to Free Your Brain!Admit it: You have used a String to model email values, even though most strings aren’t valid emails (don’t worry, we all have!). Imprecise data models are easy, but they crash applications and corrupt external systems. On the other hand, precise dat...DiscussScala
Hans L'HoestProhans.lhoest.eu·Feb 23, 2014FizzBuzz Functional Fun in ScalaUpdated with a more functional implementation of FizzBuzz November 2015 Updated with a link to an implementation using Monoids July 2016 FizzBuzz fun in Scala using Scala Streams. The straightforward implementation of FizzBuzz usually involves defini...DiscussFizzBuzz Fun in ScalaFunctional Scala