Henry Barreto's Blog

Henry Barreto's Blog

Follow
homeSponsorbadges
Tag

General Programming

#programming

More content

Read more stories on Hashnode


Articles with this tag

How to use Vim in your favorite code editor/ide

Feb 22, 20213 min read

Vim is a highly configurable text editor created by Bram Moolenaar in 1991, basing it over an older text called vi, created by Billy Joy in 1976. The...

How to use Vim in your favorite code editor/ide

Armly, command server for #christmashackathon.

Dec 28, 20204 min read

What is it? Armly is a combination of a Soldiers (Clients) and Commanders(Server). Each Commander has a list of Commands, which it sends to its...

Armly, command server for #christmashackathon.

My Rust journey: Macros!

Dec 18, 20204 min read

Beggin with a simple, but straight, definition of Rust's macro: "code that writes code", It also has known as Metaprogramming. This turne the code...

My Rust journey: Macros!

My Rust journey: Traits

Dec 13, 20207 min read

Struct To begin I guess interest to mention Structs due to the uses with Traits, but it also needed to clarify that it is possible to use it with...

My Rust journey: Traits