• Skip to primary navigation
  • Skip to content
  • Skip to footer
Pedro Müller Software Engineer
  • Resume
  • Blog
    Pedro Müller

    Pedro Müller

    Passionate about energy, clean code, modern web technologies and ai

    • Berlin, Germany
    • GitHub
    • LinkedIn
    • Email

    Cursor as Your Tool: A New Workflow for AI-Native Development

    2 minute read

    In a world where coding productivity tools are evolving rapidly, Cursor is pioneering a new frontier. Founded by four MIT students in 2022, the company launc...

    Understanding Static Methods in JavaScript: A Comprehensive Guide

    3 minute read

    Before diving into why static methods matter, let’s quickly understand what they are. In JavaScript, a static method is a function that belongs to a class it...

    Clean Code Practices in TypeScript: A Practical Guide

    1 minute read

    A comprehensive guide to writing clean, maintainable TypeScript code with practical examples and best practices.

    Understanding Promises in JavaScript: From Callbacks to Promise.allSettled()

    2 minute read

    Being new to JavaScript has these things. I’m sure you understand what an async function is and how asynchronicity works in JavaScript. A key difference from...