An Inspiring Conversation with Anthony Ngene: From Nigeria to Google and BeyondIntroduction In the fast-evolving realm of software engineering, individuals look to the stories of triumph and progress not solely for motivation, but as a guiding light to navigate their career paths. Recently, as an Outreachy intern, my peers and ...Aug 6, 2024·6 min read
Declaring a string in C programming languageIn C, a string is a sequence of characters stored in a character array. There are several ways to declare a string in C, and the best way depends on your specific needs. Here are some options: 1. Using a character array: char str[100]; // Declares a...Dec 17, 2022·2 min read
# Best technique in approaching ALX Software Engineering tasks and curriculumIntroduction: Would you believe me if I tell you that it is really challenging to do a 70 hr/week course with most tasks having a 24hr deadline alone. This is reality and that is why if you have problems working with people then you may want to adjus...Sep 10, 2022·5 min read
My ALX software engineering program - Two weeks onboardingA documented series of my 12-month intensive SE programAug 26, 2022·9 min read