I am a self-taught, quick learner and highly motivated Full Stack JavaScript Developer with more than 10 years of experience developing, designing and managing web and mobile applications in a startup environment, seeking to develop skills to ensure software quality and reliability.
Also seeking other challenges and learn new technologies.
Nothing here yet.
Oct 14, 2023 · 1 min read · The strangler fig pattern helps migrate a monolithic application to a microservices architecture incrementally, by adding a facade between the old and new service. The image below explains the process: By adding a facade between the API and the serv...
Join discussion
Sep 27, 2023 · 3 min read · Requirements Install Temporal https://docs.temporal.io/dev-guide/go/foundations#add-your-sdk Start Temporal dev server $ temporal server start-dev Access Temporal UI Go to URL http://localhost:8233/ Create a basic Go app Create project folder <proj...
Join discussion
Sep 26, 2023 · 2 min read · Have you ever seen this type of import? ... import ( "go.uber.org/fx" ) ... Since I came from Java, I always thought Uber had a type of "Maven Central" for Golang. But that is not the case. And it is cleaner. What do I need? One thing: a page wi...
Join discussion
Sep 12, 2023 · 2 min read · This is a series of posts based on Temporal SDK. I am going to explore how Temporal helps us achieve reliable systems with a built-in event sourcing and message broker environment. Personal Context I have some experience trying to build systems and p...
Join discussion