Api Integration

  • How good is your Pokemon team? An n8n workflow that gives you the answers

    01/11/2025

    In previous articles, we explored the fundamentals of n8n, from initial setup to different node types and professional best practices. Now it’s time to take it a step further and work with intermediate concepts you’ll constantly encounter in real-world automations.

  • Diving deeper into n8n: node types, best practices and a workflow that tells you when to grab an umbrella

    01/07/2025

    In the previous chapter we reviewed what process automation is and why tools like n8n have become essential for connecting services and reducing manual work. We also showed how to spin up n8n with Docker in a matter of minutes and highlighted its advantages over proprietary solutions.

  • Build a New Year resolution generator with ChatGPT

    01/01/2025

    Almost everyone makes New Year resolutions at the beginning or end of the year, or at least rethinks goals and objectives. For this article, considering the time of year, we’ll do something “different,” something simple yet practical.

  • Asynchrony in Flutter

    15/09/2024

    Introduction to asynchrony in programming In the world of programming, one of the biggest challenges developers face is how to manage tasks that take time to complete without blocking the execution of the rest of the program.