The world is noisy.
Philosophy teaches me to find quiet within.
@adrianacostapr.bsky.social
π¨πΌβπ» Java Software Engineer | Building timeforprice.com | Founder of www.25xistudio.com YouTube Channel: https://youtube.com/@AdrianAcostaPR?si=ebnVyzBaz9sVwoiA Subscribe to my newsletter: https://www.techtopiafyi.com/subscribe
The world is noisy.
Philosophy teaches me to find quiet within.
Philosophy is not about answers, itβs about learning to ask better questions.
26.09.2025 18:34 β π 1 π 0 π¬ 0 π 0I read not to escape life, but to face it with clearer eyes.
25.09.2025 21:42 β π 1 π 0 π¬ 0 π 0Microservices tip:
start with H2 for fast development, then swap to PostgreSQL for production.
Makes debugging and testing smoother.
Thatβs if youβre using Java for your backend.
Building a login system?
Always hash passwords before storing them.
Plain text passwords are a ticking security time bomb.
BCrypt is your friend.
I hear a lot about βvalidate now, build laterβ or βget payments firstβ as proof of demand. But with how fast I code, I worry about disappointing those who pay upfront.
I believe building an MVP first, then getting users to pay, creates a stronger foundation and trust.
I know I havenβt been consistent here lately.
9-5 has been crazy good
5-9 been working on a client for my agency www.25xistudio.com
So Iβve been busy.
But lifeβs great! π
React + Vite on Vercel & getting 404s on routes like /privacy or /tos?
Fix it! Add vercel.json with the code on the image to your project root.
This sends all paths to index.html for React Router to handle.
React + Vite on Vercel & getting 404s on routes like /privacy or /tos?
Fix it! Add vercel.json with the code on the image to your project root.
This sends all paths to index.html for React Router to handle.
This is the true meaning of being wealthy.
23.07.2025 12:30 β π 0 π 0 π¬ 0 π 0Curious if startup founders build their product simply to compete with the other startups/companies or if it was a necessity to use the product?
10.06.2025 18:07 β π 1 π 0 π¬ 0 π 0Last night I had a dream where I explained what java methods do to my father in law.
In a sense it made me realize how easy they are. If they are void, they donβt return anything and if they are a type then return that type.
The dream made me say: I got this.
Still weird cause I know this stuff.
Has anyone here launched a waitlist and actually charged for the product before building it?
Curious how it went, what worked, what didnβt, and what youβd do differently.
How is your flow, does the CTA says Join Waitlist and then takes them to a Paywall or what? π§
#buildinpublic
Has anyone here launched a waitlist and actually charged for the product before building it?
Curious how it went, what worked, what didnβt, and what youβd do differently.
How is your flow, does the CTA says Join Waitlist and then takes them to a Paywall or what? π§
#buildinpublic
Be honest, did you build your SaaS because you needed it, or because you just wanted to launch a startup and compete with someone elseβs tool (that you donβt even use)?
22.05.2025 14:47 β π 1 π 1 π¬ 0 π 0Be honest, did you build your SaaS because you needed it, or because you just wanted to launch a startup and compete with someone elseβs tool (that you donβt even use)?
22.05.2025 14:47 β π 1 π 1 π¬ 0 π 0The words Plus, Max, Ultra, Pro and of course AI are way overused now.
16.05.2025 03:07 β π 3 π 0 π¬ 1 π 0One way to go viral
Post something that simply doesnβt make any sense
Like this:
HTML is a programming language.
Who's got the best CI/CD
GitHub or GitLab?
I know I havenβt been consistent here lately.
9-5 has been crazy good
5-9 been working on a client for my agency www.25xistudio.com
So Iβve been busy.
But lifeβs great! π
Do you use a black ink or a blue ink?
01.05.2025 17:46 β π 2 π 0 π¬ 0 π 0I donβt switch, itβs the urge to want to learn those tech when I should focus on what I use everyday and continue to strengthening my knowledge on it.
29.04.2025 13:49 β π 2 π 0 π¬ 0 π 0Itβs been great! π
29.04.2025 12:30 β π 2 π 0 π¬ 0 π 0Iβve been enjoying the @vaadin.com framework lately.
If youβre a Java dev, you should check it out.
Started with an idea:
βWhat if prices were shown in hours of your life?β
Now Iβm elbows-deep in Elastic Beanstalk, certificates, and DNS zones.
Building is wild.
The best part?
This Sunday the next issue drops and I'll continue the saga.
via @postburst.bsky.social
Iβve noticed that some people post different things on different social media apps.
Do you find it to be worth it or do you post the same thing across all platforms?
Congrats, Arthur! π₯³
25.04.2025 20:25 β π 0 π 0 π¬ 0 π 0Right on!
25.04.2025 13:05 β π 2 π 0 π¬ 0 π 0Commonsense tells you that if you have a service that offers SSL certificate, then you will go and use that. But no, they rather make it difficult.
24.04.2025 19:29 β π 2 π 0 π¬ 0 π 0What AWS donβt tell you is that with EC2 instance (which elastic beanstalk uses to launch your application) you need to go in and install the SSL manually. You canβt use the Certificate Manager service they have since thatβs for other services.
24.04.2025 09:45 β π 2 π 0 π¬ 1 π 0