If I had to prove someone's existence, my first approach would be to find the person himself. Then, I would turn to other sources. I would do the same for God. It might sound crazy, but it could turn out to be the opposite—or maybe not. Just give it a try. In case it works, how does that sound?
@selfmadecoder
@selfmadecoder
Tech Nerd
I've built a simple anonymous secret-sharing app using Better Call and Next.js. I have to attend work now, but I'll share the project tomorrow. This was just for testing Better Call, it's incredibly easy to write, offers amazing type safety, and includes a fully typed RPC client also 🔥
@selfmadecoder
@selfmadecoder
WebSockets are ideal, even when using a pub/sub model scaling web socket is a headache ( might be skill issue ). However, using HTTP polling can sometimes be a better alternative. In fact, many WebSocket use cases can be replaced by HTTP polling, which is quite interesting. Personally, I hate seeing my VPS server's CPU working at 100% 🤦♂️.
@selfmadecoder
@selfmadecoder
If you have a job, make sure to learn and code outside of work, just for fun. This will help you maintain your curiosity and keep your passion for coding alive.
@selfmadecoder
@selfmadecoder
Tech Nerd
I've built a simple anonymous secret-sharing app using Better Call and Next.js. I have to attend work now, but I'll share the project tomorrow. This was just for testing Better Call, it's incredibly easy to write, offers amazing type safety, and includes a…
I've been busy the whole time—exhausted, but I have to finish it today. No fancy UI, just using ShadCN. Picking up where I left off and going live right now.
I’ll probably wrap it up in 1-2 hours. My bro suggested adding upvote and downvote features since it's a secret-sharing site with anonymous posts (no login required). Voting is tricky—I’m considering tracking IP addresses and maybe storing a unique identifier on the user’s device to prevent double voting.
Yeah, let’s build it!
@selfmadecoder
I’ll probably wrap it up in 1-2 hours. My bro suggested adding upvote and downvote features since it's a secret-sharing site with anonymous posts (no login required). Voting is tricky—I’m considering tracking IP addresses and maybe storing a unique identifier on the user’s device to prevent double voting.
Yeah, let’s build it!
@selfmadecoder
Tech Nerd
FYI : all the secrets you see on the image are AI generated 😁 @selfmadecoder
And one thing I forgot… You just need to write the secret, the title is generated by GEMINI. I told it to make the titles super controversial, so you might end up with a wild one for your secret too! 😁
@selfmadecoder
@selfmadecoder