adnenre

I'm Adnen, developer and technical lead.

I Build premium web / desktop experiences .

Focused on performance, aesthetics, and clean code.

I am currently working on open-source tools and sharing my journey through writing.

Adnen

Latest Writing

Writing Archive

This guide reflects the collective best practices and conventions of the Go community, as documented in Effective Go, the standard library, code review comments, and years of idiomatic Go code

21 min read
#Golange

Generics allow developers to write reusable and type-safe code.

8 min read
#TypeScript

TypeScript Utility

TypeScript Utility Types Guide (Omit, Pick, Partial, Required, Readonly, Record, etc.).

4 min read
#TypeScript