Sabitlenmiş Tweet
Michael
57 posts

Michael
@WinkOmar
Sr. Full-Stack & App Developer | Bot Developer | TS/JS, C#/.NET | Node/Nest, React/Next, Angular | React Native, Flutter discord: sedex8x telegram: @Lbamboo_MA
Katılım Temmuz 2025
9 Takip Edilen490 Takipçiler

🚀 Rebuilt a checkout flow in Kotlin using Jetpack Compose.
Old XML views had state sync bugs. UI and data kept drifting out of sync.
Compose fixed it — state drives UI, always. UI bugs dropped 70%.
No more findViewById.
#kotlin #android #mobiledev

English

@DolfySocial The enum never exposes a raw Color — it returns a semantic value like .surface or .labelPrimary, and UIKit/SwiftUI resolves the variant at render time.
So the package stays environment-agnostic. No if colorScheme == .dark anywhere in view code. The contract holds in both modes.
English

@WinkOmar Compile-safe tokens — that's the real system. 'If it doesn't compile, it's not consistent' should be a rule, not just good advice. Most teams treat tokens as conventions; you're treating them as contracts. How are you handling dark mode variants in the same Swift package?
English

🚀 Shipped a live delivery tracker widget for iOS using Swift WidgetKit.
Users kept opening the app just to check order status. Needed a better way.
Built a home screen widget. Day-7 retention jumped 22% after launch.
Less taps = happier users.
#swift #ios #mobiledev

English

@DolfySocial Exactly the right question — dark mode is where the "tokens as contracts" idea gets really tested.
We use Color assets in the xcassets catalog (Any/Dark slots) and reference them via typed wrappers in the package.
English

🚀 Shipped real-time driver tracking in a Kotlin Android app.
Needed location updates every 30s without draining battery. Background services kept getting killed.
Used WorkManager with chained jobs. Battery impact under 3%. Zero missed updates in prod.
#kotlin #android #mobiledev

English

@DolfySocial Great question — the widget exposed every "I'll fix it later" design decision immediately 😅
We lean on a shared Swift package with typed tokens (colors, spacing, radii) imported by both targets. No raw values, no drift. If it doesn't compile, it's not consistent.
#mobiledev
English

@WinkOmar Moving from app to widget is the ultimate design consistency test — every token you didn't define becomes a visual mismatch on the home screen.
What's your color/spacing source of truth for the widget layer? #mobiledev
English

🚀 Shipped biometric login in a Flutter fintech app.
Users hated typing PINs on every open. Login took 4s on average.
Added Face/Touch ID via local_auth + secure token storage. Login now 0.8s.
Less friction = more retention.
#flutter #mobiledev #dart

English

⚙️ Picked React Navigation over Expo Router for a client app.
Expo Router was fast to set up. But we needed custom auth flows + deep links.
React Navigation gave us full control. Shipped without hacks.
Fast setup ≠ right fit.
#reactnative #mobiledev #javascript

English

@marleen_swift Thanks, I am looking for any kinda projects in Web and Mobile app development fileds.
English

@WinkOmar Solid stack. At that level, the difference usually comes from how you approach problems, not just tools. What kind of projects are you looking to get into next?
English
Michael retweetledi

Goodbye Claude Code subscription fees.
Someone just built a proxy that runs Claude Code completely free... and it's wild.
You literally plug in a free NVIDIA API key and point Claude Code at localhost.
That's it.
It handles everything:
- Converts Anthropic API calls to NVIDIA NIM format
- Unlocks 40 requests/min for free
- Supports Kimi K2, GLM 4.7, MiniMax M2, Devstral and more
- Streams thinking tokens and tool calls live
- Even includes a Telegram bot so you can run Claude Code from your phone
No API bill. No rate limit panic. No vendor lock-in.
Honestly, this goes beyond router tools like OpenRouter.
It doesn't just swap the model... it turns Claude Code into a free agent you can control remotely.
The project is open-source on GitHub.
It's called free-claude-code.

English
Michael retweetledi

3 guys. Same apartment. $1.5 billion paid out by Roblox in 2025.
They figured out the code doesn’t matter anymore.
Roblox has 380 million monthly users. $1.5B paid to creators last year. Up 31% from the year before.
The top 1,000 creators averaged $1.3 million each.
The wall that kept everyone out was always Luau - Roblox’s custom programming language. You needed to learn it. Most people never did.
Claude writes Luau. And it connects directly to Roblox Studio via MCP.
One developer built a full mining tycoon - currency system, shop, rebirth mechanics, persistent data - in 2 hours. Zero scripting experience. Every line of code generated by AI.
These guys live together. They share a kitchen and a game engine. And they claim to make millions doing exactly this.
The barrier is gone.
The window is open.
Most people still haven’t noticed.
starmex@starmexxx
English
Michael retweetledi

I never run out of content to post anymore.
Built an automation that monitors 50+ news sources, scores articles for relevance, and writes social posts automatically.
It finds trending topics in my niche before they explode everywhere else.
Saves me 15-20 hours monthly and keeps me ahead of every trend.
Comment "NEWS" and I'll DM it to you (must be following)

English
Michael retweetledi

🐛 React Native FlatList was freezing on scroll after ~200 items.
Missing keyExtractor forced full re-renders on every scroll event.
One prop fix. Scroll butter-smooth ever since.
Small things kill UX.
#reactnative #mobiledev #performance

English





