Writing My Own Printf Funtion
Preface This essay is a documentation of my learning process. It details how I went about engineering my own ft_printf(). The task was to write a ft_printf() à la the original printf() in C The function has to handle the following conversions: cspdiuxX% I did not attempt the optional bonus assignments for this project. Process […]
42 Days in 42 Singapore
This essay was written after my first project submission. It is a reflection of my experience at 42 Singapore and my thoughts on the school’s pedagogy. 42 Singapore has continued to be an inspiring learning experience. My first C project for the Core Curriculum – Libft – was finally completed on 09 October 2023. I […]
26 Days After Piscine
This writing was originally a post on Linkedin For 26 days, I have been visiting the Singapore University of Technology and Design (SUTD) daily for intensive ‘swimming sessions’ at the piscine – french for swimming pool – to learn how to code, and it has been a truly inspiring learning experience. In those 26 days, I went […]