Page Not Found!

Damián Pumar

404

Page Not Found

Sorry, we couldn't find the page you were looking for.

← Go Home

Recent Blogposts

  • Communication between <iframe>

    Communication between <iframe>

    The iframe's are a powerful tool, but sometimes we need to send data from the iframe to the parent window, in this post I will explain how can you send data from <iframe> to its parent window without any cors restriction and sending complex objects.

  • Add new functionality with less code ⌨️

    Add new functionality with less code ⌨️

    In this post I will explain how can you add it new functionality with less changes are posible, without modifying the design of your application, without breaking any SOLID principles using the decorator pattern.

  • Frontend dependency injection container

    Frontend dependency injection container

    do you know what dependency injection is? How do dependency injection containers work? In this post I will explain how it works and how you can implement it in your project, we will see the advantages, disadvantages with code examples.