Tadeu Chambel Bento

Crio sistemas de informação mais eficientes

📌 20 de Outubro, 2024

Angular: Run Multiple APP_INITIALIZER sequentially

In Angular the APP_INITIALIZER is designed for running asynchronous code during the application’s initialization phase – it waits for an observable or promise to complete before running code from your main app component. While this feature is quite useful, adding more than one APP_INITIALIZER will cause them to run in parallel, which makes it difficult to manage dependencies between them.

📌 12 de Outubro, 2024

RP2040: Paving the way for Intel on the SBC Market

This is an opinion article where I explain why I believe that the RP2040 chip from the Raspberry Pi Foundation just opened the door for Intel to be an important player on the SBC market. At the same time the Pi Foundation may enter other profitable businesses typically held by FTDI. For years the Raspberry […]

📌 13 de Setembro, 2024

Angular: RouterLink Ctrl+Click New Tab

In Angular projects, it’s common to use [routerLink] in template elements to handle navigation. While effective, this approach lacks the functionality of “Ctrl + Click” (or “Cmd + Click” on macOS) to open links in a new browser tab. In this post, I’ll share a simple yet effective directive to implement this feature.

📌 4 de Julho, 2024

LXD / Incus: Enter Container As User

In most situations, you would be entering your containers as root, and that’s perfectly reasonable. After all, an unprivileged container ensures that the root inside it will only have root privileges within that container and nowhere else. Sometimes, however, it might be useful to enter a container with a specific user.

tadeubento.com

Sobre

TBCalc Icon TBCalc - Console Calculator

A experiência de uma consola chegou agora à calculadora. Ideal para cálculo complexo e disponível no browser e aplicação.

TBCalc Online ›

🌟 Software Essencial

A lista de soluções e programas que utilizo diariamente que considero de qualidade.

Ler mais ›

  • Sequel Mongo
    Query builder para MongoDB e PHP ao estilo SQL.
  • WPBento Bundler
    Desenvolvimento WordPress com Webpack e sanidade.
  • SubStringy
    Biblioteca de manipulação avançada de strings em PHP.
  • LoFloccus
    Sincronização de favoritos.

Ver mais projectos no GitHub ›