Oluwaseyi Fatunmole – Tech | Business | Economy https://techeconomy.ng Tech | Business | Economy Sat, 13 Apr 2024 17:57:32 +0000 en-GB hourly 1 https://wordpress.org/?v=7.0 https://techeconomy.ng/wp-content/uploads/2025/06/cropped-256Px-32x32.png Oluwaseyi Fatunmole – Tech | Business | Economy https://techeconomy.ng 32 32 [INTERVIEW] Oluwaseyi Fatunmole Share His Experience as a Software Engineer https://techeconomy.ng/interview-oluwaseyi-fatunmole-share-his-experience-as-a-software-engineer/ https://techeconomy.ng/interview-oluwaseyi-fatunmole-share-his-experience-as-a-software-engineer/#comments Sat, 13 Apr 2024 17:57:32 +0000 https://techeconomy.ng/?p=129134 Oluwaseyi Fatunmole is a software engineer with over 5 years’ experience in the field. He majorly builds hybrid mobile applications for cutting across Android and iOS ecosystems hence he has been building fintech, edutech, ecommerce, investment and other business related systems.

Oluwaseyi has recently explored system architecture and backend development and currently works as a Senior Software Engineer in Lagos, Nigeria. He is also a technical writer having some insightful articles out there.

“For me, this path relates to my personality. I have always had this flare for arithmetic, logic and figures. Becoming a programmer was a way for me to express what I already had within me.

“I didn’t find this path instantly, at some point I worked in telecommunications and as a network operation specialist; I eventually switched to software engineering”, he said.

In this interview with Techeconomy Oluwaseyi Fatunmole said,  so far, it’s been great, challenging, but fulfilling.

Excerpt:

TE: What differentiate a full stack software engineer from others?

Oluwaseyi Fatunmole: Well, I am an advocate of mastery in any stack one picks up. For me, my core is Mobile Application Development, but that doesn’t mean we cannot expand our knowledge or diversify when the need arises. A full stack engineer is simply one who has had the opportunity and time to work on both ends of the system (Front and Back).

Even at this, One would still be heavier and at one of these stacks.Thats just the reality being a Full stack engineer.

TE: What are the key technologies and programming languages you work with in your role as a Software engineer?

Oluwaseyi Fatunmole: Like I earlier mentioned, my core is Hybrid Mobile Development and the key technologies I work with are Flutter, Dart, Firebase (Cloud Firestore, Realtime Database). On the backend, i work with C#, .Net.

TE: How do you approach designing and developing scalable and efficient software solutions?

Oluwaseyi Fatunmole: Scalability is key in any development process. We have a lot of applications out there that cannot withstand some rigorous or unexpected exceptions. These systems are difficult to scale when there’s need for updates or advancements. That’s why it’s important to undergo the core Software development Life cycle while building. Also I am big on system architecture and proper documentation of thought processes as Use cases.

This helps the engineers have a foresight and understanding of what they need to do with a properly documented pattern or process to fall back to when things go south. I recommend Atlassian Confluence as a proper use case/design documentation tool for the development team to follow.

Also, individual system architectures, design patterns, coding standards and principles matter.

This makes the individual applications perform at optimized levels and reduces exception and crash rate to the minimum.

TE: What role do you think AI and machine learning play in the future of Software development?

Oluwaseyi Fatunmole: I believe the invention of artificial intelligence is amazing and huge. However, AIs would make your work easier but not do your job. There’s the human thought process that has to be implemented dynamically and manually.

AI would not replace software engineers, AI would only make our jobs easier by providing guidelines or documentations based on what it is fed to do.

AI would properly provide templates to build upon which I believe is a brilliant and efficient usage of this technology as it generally makes our work as software developers less tasking and automatically reduces error margin.

TE: Can you share a challenging project you worked on recently and how you overcame any obstacles or technical challenges?

Oluwaseyi Fatunmole: Oh yeah, this was developing a payment system which required our services to work XML (SOAP APIS).

This was some challenge because it wasn’t the normal process of integrating REST API service and particularly there was an unimaginably slim timeline to deliver this.

Overcoming it was not really an issue, as I just had to pay more attention to this type of service but it cost us a few days added to the delivery due date. This got us through this phase successfully.

TE: In your opinion, what are the most important qualities or skills a successful Software engineer should possess?

Oluwaseyi Fatunmole: For me, being a Software Developer is different from being a Software Engineer. A developer is just like a builder who is concerned about putting bricks together to achieve the desired structure based on what has been stated and given in the blueprint.

An Engineer, worries about more. An engineer would be concerned about the type of bricks used, the quality and other important stuff that makes the building a standard one.

This is really the same as we have in technology. A software engineer, be it frontend, or backend must understand processes outside just developing in their stack.

A mobile engineer must also understand how the mobile application can be developed for optimized experience, how to reduce application sizes, deployment processes and even contribute to how data is processed and sent from the backend, above all to understand system architecture.

These skills would help increase the standard of the system to be built and enable the team to work with bright and better ideas.

TE: How do you stay updated with the latest trends and technologies in the software development industry?

Oluwaseyi Fatunmole: This is one of the core values of being in technology. We have advancements every day so we must always stay up to date to keep up with standards in the industry and tech market. I learn every day. I pick new courses and ensure I complete them within a specified timeline. With proper discipline, this is very well achievable.

TE: What advice would you give to aspiring Software engineers who are just starting their careers?

Oluwaseyi Fatunmole: It’s not an easy journey. You can be stuck and frustrated for days so you need to know why you are doing this. The drive shouldn’t be money; else you might get disappointed at the early stages. Yes, money would come but that shouldn’t be the drive. Understand your journey and stick to it. Let the goal be mastery of a particular stack or technology.

Every other thing such as gigs, money, and recognition will come as far as you have done your due diligence. In all, it’s going to be a great journey if you can make the sacrifice.

TE: How do you ensure the security and privacy of the software applications you develop?

Oluwaseyi Fatunmole: We have a lot of security related implementations one can adopt. For mobile applications, one must understand a lot of parameters, functions contained in the androidmanifest.xml file for Android as well as the info.plist file for IOS. These files contain a lot of parameters that need to be set to intensify app security if properly understood.

Issues such as intent spoofing by hackers can be solved by just setting the parameter to false in this file.

Generally, I also adopt encryption algorithms and usage of hashing for sensitive data. We have AES encryption algorithm, you can also convert sensitive data using any of the SHA 2 algorithms.

Also understanding when to use the mobile apps local storage and not to. Keeping sensitive data such as user auth-token, password on the device can pose a security threat. This is why we have the likes of Providers to help handle data during runtime.

I run vulnerability assessment checks on the software as well; this would identify all risks based on their level, medium, low and high. There are a lot of things to consider in this scenario , let me just stop at this few

TE: Can you discuss the importance of collaboration and teamwork in software engineering projects, especially in a full-stack development environment?

Oluwaseyi Fatunmole: Collaboration is one of the major ingredients every team needs to deploy and release software successfully.

One cannot do it alone. You need the collaboration of the backend, frontend, mobile, devops, quality assurance engineers, UI/UX designers, Software Architect and product managers to achieve a standardized system, thereby ensuring the solution is built within the required timeline.

Without teamwork, these cannot be achieved, hence resulting into delayed timelines and in most cases unfinished products.

TE: Do you agree that AI will eventually take over the jobs of software engineers?

Oluwaseyi Fatunmole: No! AI won’t write you logic based on what you feel at that moment. Humans will be needed to configure what AI does. Like i mentioned earlier, AIs would make our work easier and reduce the error margin but won’t take engineers’ jobs.

TE: What advice would you give upcoming software engineers?

Oluwaseyi Fatunmole: It’s not an easy journey. You can be stuck and frustrated for days so you need to know why you are doing this. The drive shouldn’t be money; else you might get disappointed at the early stages.

Yes, money would come but that shouldn’t be the drive. Understand your journey and stick to it. Let the goal be mastery of a particular stack or technology.

Every other thing such as gigs, money, and recognition will come as far as you have done your due diligence. In all, it’s going to be a great journey if you can make the sacrifice.

]]>
https://techeconomy.ng/interview-oluwaseyi-fatunmole-share-his-experience-as-a-software-engineer/feed/ 2
Why Nigerian Government Must Invest in Technology https://techeconomy.ng/why-nigerian-government-must-invest-in-technology/ https://techeconomy.ng/why-nigerian-government-must-invest-in-technology/#comments Thu, 11 Apr 2024 15:00:57 +0000 https://techeconomy.ng/?p=128976 Sometimes in 1980, the federal ministry of Science and Technology was created in Nigeria. This ministry was implemented solely to transform Nigeria as a nation into a technology enabled and driven country.

Fast forward 44 years , Nigeria is neither a regional nor global technological powerhouse. Looking through the situation of the Nation, one would obviously be caught within the webs of citizens’ complaints and natural vibe of negativity and hardship. It’s not far-fetched to say the country is hard.

Here is the thing, I do not believe Nigerians are made to suffer, neither do I believe Nigeria is naturally a hard place to be. I strongly believe Nigeria is suffering from a high level of ignorance, deception and backwardness.

Evolution is a major concept of life which must be well understood and embraced in any economy. Life has evolved, The world is transformed but I am afraid our dear country Nigeria has not moved.

Obviously, there are so many reasons our country has remained in this state. I am only going to analyse the parts associated with technological advancements in the nation.

Technology is a powerful tool (if not the most powerful) capable of creating life changing experiences which humans eventually live on.

In this age and time, everyone is one way or the other dependent on a certain technological innovation to live or survive. This meets the basic human survival rule which states “be a solution provider and you can never go poor”.

Nigerians use these technologies to survive, notable examples are Whatsapp, Instagram, Facebook, TikTok, Gmail, Microsoft teams etc.

Here is a shocker, these are products developed by individuals/companies in technologically enabling environments which a lot of businesses are completely dependent on to run.

These product owners can decide to make their services unavailable to people from a certain demography at any point in time. This action would happen in a minute or less!

What would be the fate of millions of businesses that run on these services. This is why we must invest in enabling and equipping the bright minds of this Nation with these skills to transform the economy into one who exports technological advancements and innovations and NOT only relying on imports.

These issues are fundamental, from elementary school as most Nigerian born Software Engineers have strived and struggled through self learning and self invested processes to attain the feat they are today.

Our schools are not prepared for this. Our higher institutions are not up to date with technological advancements which makes Computer science and ICT graduates not competent enough to create these innovations.

Our society is not inclined to accept these advancements, people are not enlightened on the need to learn a tech skill in this age and time and we do not have the required facilities to aid this learning process.

One example is this, an aspiring software engineer in Lagos might find it difficult getting a job outside the country because the guys abroad are aware of our poor internet and electricity challenges.

This further results in a decline in the amount of talents that could have been empowered with the necessary exposure and experience out there.

The government needs to invest in facilities to help and encourage young lads learn new and updated technologies , thereby empowering them and further raising potentials who eventually become leaders in the technology sector. If we do this as a nation, in no time, Nigeria will be one of the greatest exporters of technological innovations and professionals.

For innovative tech talents, it would be immensely productive to have the government give loans, support, grants or invest in technologically driven ideas to assist the development process.

How does this profit the economy?

  • We build our own products and innovations!
  • This can benefit the country in the following major waysGreat innovations attract investors all over the world.
  • Increases the employment rates of tech talents, hereby reducing the poverty level in the society
  • Attracts users all over the world
  • Becomes an export for the country
  • Helps in automating stressful and tasking processes in our day to day operations
  • Sets a good standard and prowess for the great Nation Nigeria
  • The younger generation becomes inspired to do more, hereby reducing the amount of youth in criminal and depressing activities.

These would definitely have a good effect in the GDP of the economy

Finally, Nigeria is a great nation, we just need to tap into that greatness, harness and unleash it to the world.

A lot of Niger ian Tech professionals have had to leave the country for “greener pastures”. We need to leverage on this tool called Technology to revive, and amplify our economy into that 21st century advanced and respected technology power house we planned for 44 years ago.

===

Who is Oluwaseyi Fatunmole?

Oluwaseyi Fatunmole is the co-founder of Softfax Solutions built to provide core banking, investment, and business solutions to merchants all over the world via the VINTAPAY Mobile Application.

He is a Software Engineer with experience developing scalable and high-standard mobile applications for both Android and IOS ecosystems.

He is also experienced in developing fintech, edutech, investment, e-Commerce, and other business-related applications with vast usage of the Object Oriented Programming principles.

As someone who works in an agile environment, Oluwaseyi Fatunmole has a concise understanding of the SCRUM principles for solution architecture and delivery. He has worked on the backend side of things with ASP.NET core C# with a vast understanding of system architecture as well as database systems.

]]>
https://techeconomy.ng/why-nigerian-government-must-invest-in-technology/feed/ 1