Even if you are writing a backend application in java. And you are bad programmer. You will still right nonsense.
Is just like a stethoscope in the hand of a mechanic.
So be good at your craft and see wonders.
@emmofie@Ol0ye It means they placed order on their fake restaurants.
So they are the restaurants and they are also the buyer.
From my understanding. Nothing was delivered
With gratitude and deep reflection, I made the difficult decision to decline the appointment as Youth Ambassador. This is not out of disrespect - it can be a matter of purpose, timing and conviction.
Fellow Nigerians, good morning.
I woke up this morning after my church service with a deeply reflective heart, and despite every constraint, I felt compelled to share these thoughts with you.
Many people do not truly understand the silent pains some of us carry daily—the private struggles, emotional burdens, and quiet battles we face while trying to survive and serve sincerely in difficult circumstances.
We now live in an environment that has become increasingly toxic, where the very system that should protect and create opportunities for decent living often works against the people—a society where intimidation, insecurity, endless scrutiny, and discouragement have become normal.
More painful is when some of those you associate with, believing you would find understanding and solidarity among them, become part of the pressure you face. Some who publicly identify with you privately distance themselves or join in unfair criticism.
We live in a society where humility is mistaken for weakness, respect is seen as a lack of courage, and compassion is treated as foolishness—a system where treating people equally is questioned simply because you refuse to worship status, tribe, class, or power.
Personally, I have never looked down on anyone except to uplift them. I have never used privilege, position, or resources to oppress others, intimidate the weak, or make people feel small. To me, leadership has always been about service, sacrifice, and helping others rise.
Let me state clearly: my decision to leave the ADC is not because our highly respected Chairman, Senator David Mark, treated me badly, nor because my leader and elder brother, Alhaji Atiku Abubakar, or any other respected leaders did anything personally wrong to me. I will continue to respect them.
However, the same Nigerian state and its agents that created unnecessary crises and hostility within the Labour Party that forced me to leave now appear to be finding their way into the ADC, with endless court cases, internal battles, suspicion, and division, instead of focusing on deeper national problems and playing politics built more on control and exclusion than on service and nation-building.
Even within spaces where one labours sincerely, one is sometimes treated like an outsider in one’s own home. You and your team become easy targets for every failure, frustration, or misunderstanding, as though honest contribution has become a favour being tolerated rather than appreciated.
And when you choose to leave so that those you are leaving can have peace, and you step out into the cold, you are still maligned and your character is questioned. Despite all your efforts to continue working for a better Nigeria and engaging people with sincerity and goodwill, those who do not wish you well continue to attack your character and question your intentions.
There are moments I ask God in prayer: Why is doing the right thing often misconstrued as wrongdoing in our country? Why is integrity not valued? Why is the prudent management of resources, especially when invested in critical areas like education and healthcare, wrongly labelled as stinginess? Why are humility and obedience to the rule of law often taken to be weakness rather than discipline?
Let me assure all that I am not desperate to be President, Vice President, or Senate President. I am desperate to see a society that can console a mother whose child has been kidnapped or killed while going to school or work. I am desperate to see a Nigeria where people will not live in IDP camps but in their homes. I am desperate for a country where Nigerian citizens do not go to bed hungry, not knowing where their next meal will come from.
Yet, despite everything, I remain resolute. I firmly believe that Nigeria can still become a country with competent leadership based on justice, compassion, and equal opportunity for all.
A new Nigeria is POssible. -PO
Calling me a gatekeeper is laughable.
I’ve spent the last 12 years building courses to help people become software engineers. I just released a course on Claude Code and how to use it the right way.
This isn’t gatekeeping. Just an honest concern.
We have a new generation of devs who don’t read books, don’t finish 30% of a course, spend hours on IG and TikTok, and now lean on AI agents to write code they don’t understand. No review. No quality check. They can’t even tell quality from garbage. They just hit Enter like they’re pulling a slot machine.
Some may say: “Mosh, why do you care? It’s their app, let them build it however they want.”
Here’s why:
1/ It’s not just their app. Their code holds real users’ data (payments, messages, health info, etc). People who never agreed to be test subjects pay the price when things break.
2/ The talent pipeline is a commons. Every senior was once a junior who learned the fundamentals. Skip that for a generation and in 10 years there’s no one left who actually understands the systems everything runs on (banks, hospitals, infrastructure, etc)
3/ They’re being sold a lie. Influencers profit from “you don’t need to learn, just vibe-code.” The devs buying that pitch are the ones who’ll be unemployable when the market corrects and companies realize they need people who can debug, architect, and reason.
This isn’t gatekeeping. It’s the opposite! I want this generation to make it.
So if you’re starting out: learn the fundamentals, finish what you start, and use AI to amplify real skill, not replace it.
I don’t know about feminism doctrine
But in Islam, you should only bear your father’s name, regardless of gender.
A wife should retain her father’s name, while the children of the marriage should bear their father’s name.
You’ve probably seen the phrase “messages are encrypted” on messaging platforms. But what does it really mean?
Here’s a simple explanation:
When a message is encrypted, it is turned into a secure code while it is being sent. Only you and the person you are chatting with can read it because your devices automatically have what is needed to unlock the message.
So how do you get the codes?
You don’t need to do anything. The app creates and manages the codes for you in the background. When you start a chat, your device and the other person’s device exchange special digital keys automatically. These keys are what lock and unlock your messages without you even noticing.
In simple terms, encryption keeps your conversations private and secure without requiring any effort from you.
#DidYouKnow #TechTips #SmartLiving
#PrivacyMatters
Provider awareness means you must not tie your implementation to a single provider. Your product must have the ability to switch from Provider A to B and still attain the same results.
PS: While you are trying to do this, you must also follow the principles DRY.
While you might need to implement a feature very urgent.
Ensure you are building for not just the moment but for the future, too.
So today we were going over a feature at work that we need to implement.
However, this feature will also rely on third party API for completion.
After several architectural discussion.
As a rule of thumb, any feature or implementation that has to do with third parties must be Provider aware.
This week alongside anything I will be working on. I will focus on building an agent. That test every aspects of my code. It will be so clever to test it just like a human tester.
This I believe will reduce 80% of my testing headache.
The package export a global interceptor that intercepts all http requests and can filter.
Success metrics
Error metrics
Provider specific metrics.
With this we were able to create proper alarms for specific endpoints and monitor overall service health.
So I was to develop a general telemetry tools. This is going to be an in-house package. That can be easily be used around all our services.
This package will report both http and grpc metrics using AWS cloud watch.
I built this and completed it within 2 days.