Henry Barreto's Blog

Henry Barreto's Blog

Follow
homeSponsorbadges
Tag

journal

#journal

More content

Read more stories on Hashnode


Articles with this tag

A journal about debugging Rust on C integration

Feb 27, 20233 min read

I enjoy system programming, and moving bits from here to there is one of the reasons why I love programming. Therefore, it is almost mandatory to know...

A journal about debugging Rust on C integration

An experience with embedded a device: the first contact

Oct 25, 20222 min read

Desiring to begin to learn about embedded devices, I bought an Orange Pi Zero 2, a small and low-cost computer, an alternative to Raspberry Pi, to...

An experience with embedded a device: the first contact

An easy way I have found to use Vim/Neovim as an IDE

Oct 20, 20223 min read

Vim is so known that I think its presentation is redundant, but here we go: Vim is a highly configurable text editor built to enable efficient text...

An easy way I have found to use Vim/Neovim as an IDE

Documenting your API with OpenAPI standard

May 29, 20225 min read

What is OpenAPI? OpenAPI standard is the most broadly adopted industry standard for describing new, and old, APIs. Through it, you can describe which...

Documenting your API with OpenAPI standard

Meu diário de leitura:Clean Architecture - Capítulo 12: Componentes

Jun 18, 20213 min read

Lembrando que esse "blog" contém o meu entendimento sobre o tema que, naturalmente, pode conter erros e que serão resolvidos com a noção dos...

Meu diário de leitura:Clean Architecture - Capítulo 12: Componentes

O que é dyn no Rust?

May 17, 20215 min read

Uma dos maiores diferenciais da linguagem Rust é sua proposta para gerenciamento de memória mais seguro e eficiente, sem o uso de Garbage collector e...

O que é dyn no Rust?