-
The best DI container, TS-injecty
How to inject dependencies without effort 🤘 with TS-injecty, 👌 No dependencies, 🚀 Simple but powerful, 🎄 Does not requires decorators, 🏋️♂️ Works great with both javascript and typescript ,🏎️ Auto register dependencies class., 🧩 Well typed for your dependencies
tags:
-
RabbitMQ in 5 minutes
Do you want to learn about Rabbitmq in 5 minutes? In this post I explain the basic concepts of Rabbitmq in 5 minutes.
-
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.
tags:
-
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.
tags:
-
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.
-
Reuse Vue component in a directive ♻️
In this post I will show you how to reuse a vue component in a directive without duplicate code or create vanilla javascript replicating this behavior. Sometimes it is necessary to do it because you will have to rewrite all the vue code in vanilla javascript, and sometimes that would be a lot of work, right?