Ad astra per aspera
I'm writing about Software Engineering and all the cool tech stuff around it. I want to make everything I know easy for everyone to understand. I don't just want to make things; I want to help us all learn together and make tough topics as easy as enjoying reading.
I hope my blog lights up the way in this huge, unknown online space. With honey.glass, I aim to create a place where we all share what we know freely, helping and feeding our curiosity. This journey might be tough, but it's also going to be rewarding.
You can find me on Twitter and GitHub. I'm excited to meet you and share what we know. Let's make the online world a better place together!
Writing
Generating Code Is Cheap, Engineering Is Not
(Updated on )
Generating code has become cheap. Building good software has not. AI takes over more of the implementation, and engineers move one level higher. From up there, they design the systems the code lives in, set the rules AI has to work within, and still see the users, the product, and the business.
Read Post
The never type in TypeScript
(Updated on )
The greatly underestimated and often overlooked never type is a core Type in the TypeScript type hierarchy. TypeScript itself says: "The never type represents the type of values that never occur." Even though it is said to never appear, it is omnipresent.
Read Post