Haven't even launched the product yet and just made the first sale baby, let's go ๐
https://t.co/y8bOo02lH8 - Sell your apps!
#buildinpublic#AppDevelopment
@anywaydani@antigravity Nice concept. Btw I was wondering how did you get these initial bidders? Any suggestions for me to get initial traction? Btw what I am working on is a bit different offering. Itโs not like yours or https://t.co/yQE39fRpVe . Itโs a platform to sell your application.
@anywaydani@antigravity so thanks for the heads-up.
Curious about the thing youโre building where the price ratchets every time a spot changes hands. Sounds super interesting. Would love to hear more about how it works / the use case if youโre open to sharing!
Building in public is fun ๐
@anywaydani@antigravity Totally agree โ bidding as the core mechanic feels underrated. Iโm building https://t.co/y8bOo02lH8 (transparent marketplace for app/SaaS acquisitions) and already using Dodo Payments instead of Stripe. Still good to keep every payment structured as a finished purchase though,
along side small, flat app listing fees we had a flat $2 bidding fees as well.
But then I had a conversation about this and then I felt I should make bidding completely free on the platform.
Currently testing the changes. Will update.
#BuildInPublic
Building an AI based stock price prediction app.
The prediction chart looks promising.. ๐ป
Can you suggest/help me with the marketing part?
#building#saas
Backend Toolbox #9
Still writing utility methods that Java already solved years ago? ๐
Meet Apache Commons Lang.
A powerful utility library that makes everyday Java coding cleaner and more readable.
โธป
The Problem
How many times have you written code like this?
if (1/6)
for Java developers.
โธป
๐ก Interview Tip
One of the most commonly used methods is:
StringUtils.isBlank(str)
It returns true for:
* null
* ""
* " " (only whitespace)
Unlike: String.isEmpty()
which only checks whether the string length is zero.
Knowing this small (5/6)