PinnedFunctional Programming with Typescript — The SeriesThis is a series of blog posts on how to integrate functional programming principles for your application while keeping it type-safe with…Sep 6, 2022Sep 6, 2022
Published inTestkubeTest Observability for AWS Lambda with Grafana Tempo and OpenTelemetry LayersI got great feedback from my Pulitzer award-winning blog post, “Testing AWS Lambda & Serverless with OpenTelemetry”. The community wanted a…Jul 18, 2024Jul 18, 2024
Published inTestkubeTesting AWS Lambda Functions (Serverless Framework) with OpenTelemetry and TracetestA year ago, I published a blog post about how to use Tracetest with Lambda and AWS. That post took me on an adventure as I tried to figure…Apr 2, 2024Apr 2, 2024
Published inTestkubeTrace-based Testing AWS Lambda with TracetestSince the initial release of AWS Lambda back in 2014, developers have seen the great potential of having a FaaS (Function as a Service)…Jul 7, 2023Jul 7, 2023
Published inTestkubeTracetest Analyzer: Identify patterns and issues with code instrumentationAre you ready!? I’m thrilled to announce a new feature that has been in the works for the past few weeks.Jul 7, 2023Jul 7, 2023
Published inTestkubeAnnouncing the Tracetest Integration with Azure App InsightsToday, we are happy to announce that Tracetest now works with Azure App Insights. This integration enables you and your team to fully…Jul 7, 2023Jul 7, 2023
Published inTestkubeTrace-based testing cloud-native apps with AWS X-Ray and TracetestWhen working with cloud-native applications, having a clear understanding of what every part of the system is doing can become quite…Apr 11, 2023Apr 11, 2023
Published inTestkubeObservability and Trace-based Testing in AWS with Serverless Framework, OpenSearch & TracetestThe OpenTelemetry ecosystem has been growing rapidly in the last year, as it solves one of the major pain points when it comes to…Dec 20, 2022Dec 20, 2022
Published inTestkubeFrontend Overhaul of OTel Demo: Go to Next.jsOne of the OpenTelemetry Project’s many Special Interest Groups (SIG) is the OpenTelemetry Community Demo SIG which gives support to a set…Dec 5, 2022Dec 5, 2022
Rafael — El Hijo RedimidoI. Pelea, conflicto, enojo, miedo, realidad, vergüenzaNov 2, 2022Nov 2, 2022
Factory Functions & Functional Mixins With TypescriptNow that we have discussed the core basics of Functional Programming in the previous posts, it’s now time to combine all of them to make…Sep 2, 2022Sep 2, 2022
Immutability with TypescriptThe next step to learn how to use Functional Programming with Typescript is to understand the concept of Immutability.Aug 26, 20221Aug 26, 20221
High Order Functions with TypescriptNow that we have learned the basics of Functional Programming we can start looking at one more concept to increase the set of tools that…Jul 28, 2022Jul 28, 2022
Serverless Twitter Bot with AWS CDKAll of the code described in this post can be found in this Github Repository https://github.com/xoscar/twitter-botJun 23, 20221Jun 23, 20221
Currying and Function Composition with TypescriptNow that we have gone through what a Pure Function is, we can start looking at what can be achieved by playing around with functions and…Jun 16, 20221Jun 16, 20221
Pure Functions with TypescriptAt the base of the functional programming paradigm lies the concept of pure functions. These types of functions allow developers to keep…Jun 8, 2022Jun 8, 2022
Basic Serverless Tutorial With Node.jsWarning: This is my very first post on Medium and I’m not a native english speaker, so please try to go easy on me…Aug 28, 20172Aug 28, 20172