Pedro Ramos

  • Cursor-based Pagination for GraphQL Servers

    · 8 min read · by Pedro Ramos

    If you have worked with pagination before, you are most likely familiar with the offset pagination model, common for REST APIs. But for GraphQL servers, is offset pagination always the…

  • Modeling data with DynamoDB

    · 10 min read · by Pedro Ramos

    In this article, we will perform the modeling and queries of a simple e-commerce domain using the NoSQL database, DynamoDB, and address its main concepts. And before we start modeling…

  • Using Docker to instantiate local databases

    · 7 min read · by Pedro Ramos

    From tutorials to enterprise-level software, knowing how to set up a local database instance is a mandatory skill. You’ve probably had to go through tons of installers to instantiate databases…

  • A Beginner’s Guide on How to Improve Your Software Tests

    · 11 min read · by Pedro Ramos

    This article is recommended for you if you're looking for ways to improve your software testing techniques. If you're more experienced, feel free to comment on your practices as well.…