typedef struct {
char *name;
char *degree;
char *location;
char *interests[4];
char *currently_learning;
} Developer;
Developer opu = {
.name = "Opu Hossain",
.degree = "B.Sc. CSE (Year 1)",
.location = "Bangladesh",
.interests = { "Systems Programming", "Computer Architecture",
"Android / KMP", "CLI Tooling" },
.currently_learning = "C · Kotlin · Socket Programming",
};| Project | Description | Stack |
|---|---|---|
| LogBook | Open-source blog — auth, rich text | Python · Django · Tailwind |
| TruthByte | CLI file integrity checker with multi-algorithm hash verification | Bash · Linux |
