Introduction to an open-source framework to create AI multi-agent workflows: Bee Agent Framework
The goal of this post is to introduce you the AI Agents and the Bee Agent Framework and how to …
The goal of this post is to introduce you the AI Agents and the Bee Agent Framework and how to …
When you model entities with typescript, it is very common to get an interface like
interface User { …
I have been using standardjs (and standardts) for 5 years as lint ruleset in my projects, and I am …
Circular imports (or circular dependencies, or cycle dependencies, but not the same as circular …
Hexagonal architecture is a software design pattern based on the separation of responsibilities. The …
Last year I wrote a post about the typescript enums: how to use them, some of the disadvantages, how …
We can agree decoupling is a good practice that simplifies the code and the maintainability of the …
When you introduce Typescript in a legacy project, or you are using a library that doesn’t …
Enums is one of the nice things Typescript bring to the Javascript development’s …