• Pricing
© 2026 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
Juan Sebastián Urrego Escobar

Juan Sebastián Urrego Escobar

Current Role: Engineering Director for Data Division at Takealot

GitHubTwitterWebsite

Articles by Juan Sebastián Urrego Escobar (5)

Week of Java: Part 5 - Testing Your Code
Juan Sebastián Urrego EscobarJuan Sebastián Urrego Escobar
May 13, 2022

Week of Java: Part 5 - Testing Your Code

To wrap up the 5 part series, lets look more deeply into how to do automated testing of your Serverless application

Week of Java: Part 4 - A Multi-layer Core for Your Function
Juan Sebastián Urrego EscobarJuan Sebastián Urrego Escobar
May 12, 2022

Week of Java: Part 4 - A Multi-layer Core for Your Function

Part 4 of 5 with our series and its time to start implementing our architecture in code and configuration using some appropriate design patterns and following a Function as a Microservice style.

Week of Java: Part 3 - Designing and Implementing a Multi-Tier Lambda App
Juan Sebastián Urrego EscobarJuan Sebastián Urrego Escobar
May 11, 2022

Week of Java: Part 3 - Designing and Implementing a Multi-Tier Lambda App

In this 3rd part of our 5 part series about Java and Serverless, we design our full architecture and look at all the pieces in preperation for our code.

Week of Java: Part 2 - Setting Up Your Local Development Environment
Juan Sebastián Urrego EscobarJuan Sebastián Urrego Escobar
May 10, 2022

Week of Java: Part 2 - Setting Up Your Local Development Environment

When building Java based Serverless applications, testing locally can be handy. In part 2 of the series we find out how.

Week of Java: Part 1 - Setting Up the Project
Juan Sebastián Urrego EscobarJuan Sebastián Urrego Escobar
May 9, 2022

Week of Java: Part 1 - Setting Up the Project

Serverless and Java (using Kotlin) can be a great match. Juan spends the time this week showing us how with part 1 being all about setting up.