Carlos Cuesta
Subscribe
Archives
Building Server-Driven UIs
October 6, 2024
Server-Driven UIs known as SDUI is an architectural pattern that aims to reduce client-side complexity by building user-interfaces from the server over APIs....
Writing RFCs
March 10, 2024
A Request For Comments also known as RFC, is a process that captures ideas and proposals about a specific topic to discuss and find consensus š¤. An RFC...
Effective Refactoring with Codemods
January 30, 2023
Metaprogramming is a technique where we write code to manipulate other code. I know this sounds a bit intimidating and confusing š±, but actually Iām sure...
Using generators to improve Developer productivity
May 24, 2022
Using generators to improve Developer productivity A few weeks ago at N26, we did get stuff done week, during this time the product and engineering teams...
Writing Architecture Decision Records
March 2, 2022
An architecture decision record also known as ADR, is a document that captures an important architecture decision, including the context of how the decision...
Functional programming in JavaScript
March 24, 2021
Functional programming, often abbreviated as FP has become a š„ popular trend over the last years in the JavaScript community, but it was created on the...
The frontend tooling guide to improve Developer Experience
February 22, 2021
Let's talk about how we can use frontend tooling to improve the developer experience in our team and how these tools impact the reliability of shipping value...
Immutability in JavaScript
January 26, 2021
Immutability in JavaScript Have you ever heard something about immutability? Iām mostly sure the answer is yes!, particularly on the programming ecosystem....
Working remotely as a Software Engineer
August 20, 2020
Since March due to the COVID-19 š¦ , the company I work for, decided to ditch the office and go full remote š. Within a day everyone moved his workspace from...
Moving Ulabox to Next.js
August 6, 2020
Hello š It's been a while since I published the last article on my blog. I was really busy with the project I was working on. A few months ago on April we...