Hello, World!
My name is Eckhardt Dreyer. I am a software developer from Namibia. In this blog I plan to share thoughts, opinions, discoveries, tutorials and a lot more. The point of this blog is not just tutorials, but acts moreso as a place for me to brain-dump, if you happen to learn something along the way, that's great.
About me
I have been coding since around 2017, and I have been working professionally as a software developer since 2019. I have experience in a variety of languages and technologies, but I am most comfortable with JavaScript and TypeScript. Although these days my Zig skills are getting up there. If you want proof, here's a hello world:
const std = @import("std");
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
try stdout.print("Hello, world!\n", .{});
}
But this is easier for web dev:
console.log("Hello, World!");
Jokes aside, I hope you enjoy it around here. Feel free to reach out if you have any questions :)
Interested in working with me? Reach out here