KYC
956 posts

KYC
@Kelly__cloud
@viewmynte , Head of technology
VIEWMYNTE Se unió Ekim 2016
147 Siguiendo252 Seguidores

@Shibu_Thobs 1. The late Dr Myles Munroe
2. Bishop Davip oyedepo
3. Apostle Arome Osai
4. Kennet E. Hagin
5. Apostle joshua selman
English

Laravel 13 adds a database driver for Reverb. You no longer need Redis to scale WebSockets horizontally.
The problem it solves:
Laravel Reverb is the first-party WebSocket server. To run more than one Reverb instance behind a load balancer, Laravel 12 required Redis as a pub/sub message broker between those instances. No Redis, no horizontal scaling. Full stop.
For teams already running Redis for queues and cache, that's fine. For everyone else — managed hosting, VPS setups, teams who don't want another service to provision — it was a real barrier.
Laravel 13 removes it.
The change:
// config/reverb.php
'scaling' => [
'enabled' => true,
'driver' => 'database', // new in Laravel 13
],
// .env
REVERB_SCALING_ENABLED=true
REVERB_SCALING_DRIVER=database
# No REDIS_HOST needed
Your MySQL or PostgreSQL database handles the pub/sub coordination between Reverb instances. It's already in your stack. It's already backed up. Your team already understands it.
When to use the database driver:
✓ No Redis in your current stack
✓ Managed / shared hosting environment
✓ Fewer than ~500 concurrent WebSocket connections
✓ You want fewer moving parts in production
When to still use Redis:
→ Already running Redis for queues or cache (use it — it's free)
→ High-frequency broadcasts (>50/sec)
→ 1,000+ concurrent WebSocket connections
The honest caveat: Redis uses native push semantics and is faster at high volume. The database driver uses polling. For most applications, the latency difference is imperceptible. For high-throughput apps, benchmark first.
Full guide — complete Reverb setup from scratch, channel types, Nginx proxy config, Supervisor process management, and the decision table — linked here.
#Laravel #Laravel13 #WebSockets #PHP #RealTime #WebDevelopment medium.com/p/laravel-13-a…
English

⚠️Today's browser update (v1.88.130) contains fixes for Chromium vulnerabilities found to be exploited in the wild.
You may have received the automatic Brave update already. If not, you can manually update by visiting 'About Brave' from the browser's ☰ menu.
The Android update is waiting on Google Play Store review and should be out shortly.
English

@AgborMoses34 Now that you have made it public, they will find other means to store their stolen money. Lets make such visions private abeg.
English

⏰ AMA Reminder — Happening Today
The ViewMynte AMA on X Spaces is happening today.
🕗 Time: 8:00 PM (Nigeria WAT)
🎙 Join here: x.com/i/spaces/1Xxyg…
Don’t miss the updates on ViewMynte development, roadmap, and live Q&A.
See you there. 🚀
English

@PhtEmmanuelO Honestly this is where you know how important IOS and Mac is, 🤧😅
English
KYC retuiteado

⏰ Reminder: ViewMynte AMA This Saturday
Join us this Saturday for the ViewMynte AMA on X Spaces.
🕗 Time: 8:00 PM (Nigeria WAT)
🎙 Join here: x.com/i/spaces/1Xxyg…
We’ll share updates on development, the roadmap, and answer community questions.
Don’t miss it. 🚀
English

Dear @viewmynte Community,
I'd like to share a testimony: the progress of ViewMynte is not a result of my own efforts alone, but a testament to divine wisdom and guidance. I've worn multiple hats, serving as graphic designer and lead tech engineer, coding every aspect of the app. With God's guidance, ViewMynte is overcoming challenges and poised for success 💪.
The ViewMynte Beta App is near completion. I'll keep you updated on our progress as we focus on community growth.
Best regards,
Kelly Igiogbe
English

Hey @viewmynte Fam! 🌸
Happy New Month! "The night is darkest before dawn, and the sleeping mighty army is about to wake up!" 💪
ViewMynte Beta App is near completion! Resolved a major hurdle, now focusing on community growth. Stay tuned!
English

@PhtEmmanuelO @TheGiantWallet @Cryptoceleb1 @adaora_crypto @cz_binance @0xLabsTheArtist Congrat God Servant🙌
English

Preview: @TheGiantWallet v2.0.0
Tested. Improved. Ready.
Africa is not just participating in crypto —
We are building the future. $GTAN
Download this first: play.google.com/store/apps/det…
English

BILLICAT COMMUNITY
This first version of Sendiro marks just the beginning of something great. We are excited to officially launch the initial phase, and this is only the foundation. More powerful features, improvements, and innovations will be rolled out very soon.
We are building step by step, with long term growth and sustainability in mind. Your support and belief in the vision continue to drive us forward.
Kindly note that Billicat remains the official utility token of Sendiro Exchange. It will continue to play a central role within the ecosystem as new features are introduced.
The journey has just begun. Stay tuned for what comes next.
Together, we build.

English

@Johnbillyseer Congratulations🥳🥳🥳, please i would love to learn from your instructions why i prepare for lunch🙏
English

BREAKING NEWS
After many challenges, I went to God, and He gave me a strict instruction to follow, a simple instruction that changed everything.
I obeyed, and we were approved. We followed the instruction, and now our app is officially approved.
Congratulations to the Billicat community!
Download Sendiro now:
play.google.com/store/apps/det…�

English












