Hello, World!

By Clemens Tiedt

2021-08-21


Hi, I'm Clemens and this is my blog. As you may have gathered from the sidebar, I'm a software developer.

I currently study in the IT-Systems Engineering Master's program at HPI in Potsdam. My main interests are Operating Systems, Rust, and Mobile Development, so you can expect to see articles about these topics on here. But if I find some other interesting topic to write about, that might also end up here.

Besides Computer Science I'm passionate about Tabletop RPGs and Video Games, so I might also have ideas to share about those.


Read more:

Common Concepts - Iterators

Iterators are a concept that almost any modern high-level programming language implements and you have probably used them already, even if you didn't notice. In this article, I want to pull back the proverbial curtain and look at why iterators are so useful and how they work....

2021-09-29 #rust #python #iterator #common concepts

Share this article: Hello, World!