From Frontend to Go: My Learning Experience on HTTP Request with Go ContextMy Foray into Go BackendJul 25, 2024Jul 25, 2024
Published inThe Observer’s NotebookThe Weight of Silence: A Short Reflection on Sartre’s Wisdom“Every word has consequences. Every silence, too.” Jean-Paul Sartre’s observation has resonated deeply with me over the years. In my own…Jun 25, 2024Jun 25, 2024
Published inLevel Up CodingCuriosity Strikes! The Intricacies Before main() in CThe Genesis Before main()Jun 9, 2020Jun 9, 2020
Demystifying Abstraction in OOPAn abstraction is a tool that humans use to deal with complexity. In software design, abstraction is the process of boiling down a concept…Apr 25, 2020Apr 25, 2020
What is a Void Pointer?A void pointer in C is a convertible pointer that points to variables of any data type and therefore it cannot be simply dereferenced…Apr 24, 2020Apr 24, 2020