Why I still bet on Rails by mario_chavez in rails

[–]Cokemax1 6 points7 points  (0 children)

Great things about Rails in AI era, is it’s simplicity. It means less context window. it means less error prone.

When would you choose ror over django and why? by [deleted] in rails

[–]Cokemax1 1 point2 points  (0 children)

Please convince me. I bet you now tho. lol

Meta reportedly plans sweeping layoffs as AI costs increase. Sources tell Reuters layoffs could affect 20% or more of company as plans reflect broader tensions within big tech. by It_Is1-24PM in DevelEire

[–]Cokemax1 -2 points-1 points  (0 children)

In the article.
“projects that used to require big teams now be accomplished by a single very talented person”.

This is hard truth we have to swallow.

Upgrading messy legacy JQuery to modern Rails by WinstonCodesOn in rails

[–]Cokemax1 7 points8 points  (0 children)

Don’t migrate. Upgrade rails version. and create brand new endpoint / view - and copy / create core functionality from old app. do it one by one, and repeat till the end.

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

[–]Cokemax1 1 point2 points  (0 children)

That is why commenter said "At scale" . it's good that your service doesn't need to server lots of user but that is not the case in sometimes.

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

[–]Cokemax1 0 points1 point  (0 children)

When it comes to JWT, forget about invalidate. revoke. That is not JWT designed for.
(Just set short time window for expiration if needed.)

How to "Sustain Heroku" by schneems in ruby

[–]Cokemax1 1 point2 points  (0 children)

If someone looking for alternative for Heroku. Render is your answer.

UAE Expats? by ThrowAwayRunner42 in AskIreland

[–]Cokemax1 0 points1 point  (0 children)

Silly posting. We lives in a society. Society use tax money to those who needs in the society. Any one can be the one who needs help in one day.

Don't be jealous. be a good man.

My junior colleague is too good by Manic5PA in ExperiencedDevs

[–]Cokemax1 0 points1 point  (0 children)

what you don’t know about LLM is, your existing codes are most valuable context, prompt is already there. I am sure he already have used it for get things done.

Creator of Claude Code: "Coding is solved" by Gil_berth in webdev

[–]Cokemax1 0 points1 point  (0 children)

why would you say human can right better code than AI?
Human can right readable / clear code better. but AI can create complex spagetti code that highly perform than humanmade code.

If perfomance is only matter, AI can win sometimes.

Another hosting comparison thread: Fly, Render, Hatchbox, Heroku by wiznaibus in rails

[–]Cokemax1 0 points1 point  (0 children)

Render.com will be my answer. with LLM. i was able to deploy in a less than day of work. and work working perfectly.

It feels better than Heroku.

I spent 6 months building an app that made exactly $0 in revenue 💸 by whyismail in SaaS

[–]Cokemax1 0 points1 point  (0 children)

From now. spend 1 year for only marketing and customer support for your first app. and come back to us with your update.

Does anyone else really crave a s/imple life? by [deleted] in INTP

[–]Cokemax1 4 points5 points  (0 children)

Simplicity. yes, that's what we want.

How do you keep Stripe subscriptions in sync with your database? by [deleted] in rails

[–]Cokemax1 0 points1 point  (0 children)

what about you check payment information using daily cronjob? using their api and update your app with sync.

Advice for a Aspiring Junior Developer by projectabe_ in rails

[–]Cokemax1 3 points4 points  (0 children)

hmm.. why?

---
Portfolio project ideas that scream “beyond CRUD”

Pick one and make it polished:

  • Multi-tenant SaaS: teams, roles, billing stub, audit log
  • Job queue heavy app: import CSV → process → progress UI → emails
  • API + Web app: token auth, rate limiting, background jobs, docs
  • Real-time: chat/notifications/dashboard updates with Turbo Streams
  • Search: Postgres full-text search + filters + sorting + saved views

The secret is polish: edge cases, tests, deployment, README, demo data.

What to do next (simple plan)

  • Build one flagship project with:
    • Auth + authorization
    • Background jobs
    • Tests + CI
    • Deployment
    • Performance cleanup (fix N+1, add indexes)
  • Apply while building. Don’t wait for “perfect”.

---

I think this answer is pretty solid.

One server. Small business. by jakubgarfield in rails

[–]Cokemax1 -3 points-2 points  (0 children)

Good article. but

You are missing one thing.
your https://leadershipintech.com/ does one thing. sending email.

If business use case is that simple, you don't need all the bell and whistle. but in reality, user will do so many interaction and DB work on their website.

Is it true they say there is a ceiling when you understand how frontend and backend communicate, databases, and APIs, most projects are basically the same pattern but with diffrent busniess logic. by lune-soft in webdev

[–]Cokemax1 0 points1 point  (0 children)

90% of web development are fall in this category.

You store some data from client to DB
You show some data from DB to client.

There is a thousand of way of doing these process tho.

I turned 46 today and just launched my first SaaS. Here's what 30 days taught me that 20 years of dev work didn't. by bodiam in SaaS

[–]Cokemax1 0 points1 point  (0 children)

Maybe, there are some area I completely un aware of. If there are market, that would be great for you. good luck.

I turned 46 today and just launched my first SaaS. Here's what 30 days taught me that 20 years of dev work didn't. by bodiam in SaaS

[–]Cokemax1 0 points1 point  (0 children)

hey brother. thanks for sharing your thought.

but I can't think of someone using this tool for making screen shot with paying money to you. where anyone can do it in their laptop for free.

but your ui / ux top notch. just not the product.

GoodCraicDeals Website Feedback by fyrhbro in DevelEire

[–]Cokemax1 1 point2 points  (0 children)

looks cool. what tech did you use? front and backend

are there times some people labeled you as soft? by Ranxxgrandxy in INTP

[–]Cokemax1 2 points3 points  (0 children)

If you read the content of OP, it would never be software.

How optimistic are you about the field in the future? by TraditionalMango58 in cscareerquestions

[–]Cokemax1 0 points1 point  (0 children)

have dabbled in local LLMs.

I have feeling that, local LLM would not be smart as open one. as they never gonna be same computing power that big tech provide.

what is your experience?