#TIL: You can combine two #Git repos into one and preserve all commit history.
Didn't come to my mind beforeπ
@ahmeddhus.bsky.social
βThink like artists but work like accountantsβ Mobile Software Engineer π§πΎβπ»π± https://linktr.ee/ahmeddhus
#TIL: You can combine two #Git repos into one and preserve all commit history.
Didn't come to my mind beforeπ
It's been a while since I genuinely enjoyed working on something as much as I enjoy diving into mobile security and ensuring PCI compliance.
#MobileSecurity #PCICompliance #FlutterDev
forum.itsallwidgets.com/t/does-using...
#FlutterDev #Security
#TIL
If you use --dart-define in a Flutter iOS build, the values are stored in Info.plist as a Base64 string, meaning anyone with the .ipa can decode and access them.
Something to keep in mind before adding anything sensitive there.
#FlutterDev #iOSDev #MobileSecurity
Before you launch, try estimating how many tokens your prompts typically use so you can plan ahead and avoid unexpected limits.
03.08.2025 07:12 β π 0 π 0 π¬ 0 π 0Itβs also crucial to understand how AI tokens are calculated.
Theyβre not exactly characters or words, but chunks of text (called tokens) based on how the model breaks down language.
On Firebase, for example, there are three key limits: requests per minute, requests per month, and tokens per minute.
03.08.2025 07:12 β π 0 π 0 π¬ 1 π 0If your project uses an AI model, itβs important to understand how your usage is measured.
π§΅
#Firebase #AI #MobileDev #IndeDev #BuildInPublic #DeveloperTips
I really need to start enjoying UI design more than I currently do π
#mobiledev #buildinpublic #indiedev #UIDesign
Is it a bad idea to publish the first version of your app without authentication or a cloud database?
Just saving everything locally β even if some features require internet?
Iβm thinking it might be fine for v1, but not sure... π€
What would you do?
#buildinpublic #mobileapp #mvp #indiedev
Love this beautiful package π«ΆπΎ
29.07.2025 18:18 β π 1 π 0 π¬ 0 π 0π Just wrapped most of the feedback from internal testers!
The next TestFlight build will include the rest. Trying not to fall into the "it must be perfect" trap.
How do you fight perfectionism when building?
#buildinpublic #TestFlight #indiedev
Turns out this is a known false positive in some static security scanners.
Even if the app is secure, the tools might flag encryption usage based on patterns rather than actual risk.
#TIL #flutter #security #flutterdev #falsepositive
But I could not rule out the possibility that a third-party package might be using it.
While investigating, I found that the official Flutter documentation addresses this exact situation:
π docs.flutter.dev/reference/se...
#TIL #flutter #security #flutterdev #falsepositive
#TIL: Security False Positive
The security team sent a report warning about "weak encryption AES/CBC/PKCS5 or PKCS7" in my Flutter app.
I was confident I did not use that encryption method, but β
#flutter #security #flutterdev #falsepositive
The bookβs been on my nightstand for weeks.
I thought I had chapters left.
Turned out⦠just two pages.
Procrastination is wild.
#reading #books
Just dropped the beta of my AI CV Builder to a few friends, and the feedback is π₯
Didnβt expect this much excitement so early π
Canβt wait to make it even better!
#buildinpublic #flutterdev #indiedev
Took a break after a 643-day streakβstarting a new language today! π
#LanguageLearning #Duolingo
I faced the same thing when deleting iOS simulator cache files (found it completely by accident π ).
23.07.2025 08:49 β π 1 π 0 π¬ 0 π 0Another day, another pull request opened to an open-source repo
#OSS
Both Apple & Google dev accounts are set!
Almost ready to launch.
(Just a bit more Google paperwork though π
)
#BuildInPublic #IndieDev
Just finished designing the app icon for my AI CV builder app!
Loving how it turned out π₯π
More coming soon...
#buildinpublic #indiedev #flutterdev #logodesign #cvbuilder
My friend and #Flutterdev Khader tries desperately to help his brother who is still in Gaza. If you can support him
chuffed.org/project/resc...
Loving my new generative CV loading screen β¨π
#buildinpublic #flutterdev #indieapps #AI #UXDesign #indiedev
This looks awesome! Curious, do you handle all the UI/UX design yourself for your side projects, or do you ever bring in a designer? Also, whatβs your general approach to UI/UX when working solo?
18.07.2025 13:59 β π 0 π 0 π¬ 0 π 0Loving my new generative CV loading screen β¨π
#buildinpublic #flutterdev #indieapps #AI #UXDesign #indiedev
Yeah, thatβs why Iβm still shifting between both. X definitely has more engagement, but I still prefer it here. Just wish the feed felt a bit more alive
18.07.2025 08:53 β π 1 π 0 π¬ 0 π 0Totally agree but it still feels pretty quiet around here. Hoping more of the community finds its way back soon.
18.07.2025 08:32 β π 1 π 0 π¬ 1 π 0App design β
Itβs now polished enough to ship a beta.
#BuildInPublic
My side project just reminded me again how important refactor timing is. Knowing when to refactor can save you from a world of bugs later.
#IndieDev #SideProject #BuildInPublic