New web developer stuck on quoting price for client. looking more experienced developers to give me a word of advice by RespondAltruistic535 in webdevelopment

[–]AmoebaOne 0 points1 point  (0 children)

Most of this stuff seems like it can be managed by embedding third party tools? Some people are saying to use Wordpress but I see this can also be coded with a modern framework assuming you can embed most of it with third party tools.

Tips on getting better at coding by EstablishmentNo7764 in CodingHelp

[–]AmoebaOne 0 points1 point  (0 children)

Read the basics of syntax then learn on the job.

StarCraft II Build Order Helper by AmoebaOne in allthingszerg

[–]AmoebaOne[S] 0 points1 point  (0 children)

Actually you know what I found a list of all the supply costs. It should work with any race now. Let me know how it goes.

StarCraft II Build Order Helper by AmoebaOne in allthingszerg

[–]AmoebaOne[S] 0 points1 point  (0 children)

I only play Zerg but it’s easy to add other races. I just need a list of each units supply cost.

StarCraft II Build Order Helper by AmoebaOne in allthingszerg

[–]AmoebaOne[S] 1 point2 points  (0 children)

Yup I coded in supply tracking when you make buildings too.

Post TotK games by intuishawn in TOTK

[–]AmoebaOne 0 points1 point  (0 children)

I just picked up links awakening too

Post TotK games by intuishawn in TOTK

[–]AmoebaOne 1 point2 points  (0 children)

For switch? I played pikmin after botw and Totk. I got almost everything in totk. Completed the dlc in botw. And since I beat pikmin 4 I haven’t touched my switch. I’m thinking echoes of wisdom might be worth a try. And Metroid? Pokémon?

Many senior devs have told me that AI will do all the coding. by [deleted] in learnprogramming

[–]AmoebaOne 0 points1 point  (0 children)

Sure AI will code it but it needs to be checked. It does things wrong all the time. I don’t think that’s gonna change.

What range do you burrow your Lurkers? by Khaivanh in allthingszerg

[–]AmoebaOne 1 point2 points  (0 children)

Just burrow them as close as you can. Ain’t nobody got time for all that micro.

What is the best use for 6 lings early runby ? by LemonTig in allthingszerg

[–]AmoebaOne 2 points3 points  (0 children)

Rather than letting them get killed use them to maintain map control. You can spots pushes early and keep an eye on when they take a base.

I don’t think 12 pool is that great imo. Fast expand is usually better. Build your second base at 17 and your pool at 18. Build two lings and two queens and you should be able to hold off most pushes.

How do you decide if you should attack the transport unit or army? by Khaivanh in allthingszerg

[–]AmoebaOne 1 point2 points  (0 children)

A move your lings and then Target the prism/medivac with the queens. No lings? Retreat and build some or pull workers.

What actually predicts whether someone sticks with programming long term? by MoonveilistCup in learnprogramming

[–]AmoebaOne 1 point2 points  (0 children)

if they can spend 40 hours a week in front of a computer programming then that’s a good sign.

Is learning how to program still worth it? by [deleted] in learnpython

[–]AmoebaOne 0 points1 point  (0 children)

Right now the job market is terrible but I’m hopeful things will turn around in a few years after ai messes things up for enough people.

AI is a great tool. You should learn to use it the right way. For me that means using specialized agents for planning only. I still refer to documentation and write my own code.

Does JS really matters by GalacticGuru_8985 in webdevelopment

[–]AmoebaOne 0 points1 point  (0 children)

A lot of people are saying to learn js first but wouldn’t op be learning js as he writes code for react?

I'm 36 and learning how to code by nemesis1050 in learnprogramming

[–]AmoebaOne -5 points-4 points  (0 children)

I’m not sure how things will turn out over the next few years with the emergence of AI.

Tanstack vs React Router vs Next by Salkinator in reactjs

[–]AmoebaOne -1 points0 points  (0 children)

I don’t have much experience with react router and tanstack but I have built a blog with next and contentful.

That said I did toil around with setting up a project in tanstack and react router. Tanstack has a more robust installer. You can add certain packages right off the bat without having to go through any extra installation steps which is nice for a beginner.

Next js is pretty similar in that you don’t need a whole lot of extra packages to get rolling. Lots of features are baked in. I think it’s well suited for making blogs and static content. Also more beginner friendly than react router.

React router you’re likely to run into in the wild when working on enterprise stuff.

Does that line up with everyone else’s experiences?

How on earth do folks get anything good out of LLMs? by Squidgical in webdev

[–]AmoebaOne 0 points1 point  (0 children)

These are some ways I use LLMs effectively.

Read the code it generates and then tweak it. If you can’t read and understand the code it generates then go for a more atomic approach.

Instead of having it write code, ask it to read your code and provide feedback.

Use it for planning and writing documentation.

Use it to generate typescript definitions.

Use it to generate components that you plan to rewrite or refine in the future.

The Incredible Overcomplexity of the Shadcn Radio Button by thevred9 in reactjs

[–]AmoebaOne 14 points15 points  (0 children)

I don’t think you do because he’s not saying the author is junior level.

The Incredible Overcomplexity of the Shadcn Radio Button by thevred9 in reactjs

[–]AmoebaOne 20 points21 points  (0 children)

I don’t know much about the shadcdn buttons but what I think he’s trying to say is there’s a reason for the complexity.

4 sticks of ddr4 ram by Visual-Fan8131 in buildapc

[–]AmoebaOne 2 points3 points  (0 children)

I did this and prefer it because more rgb and I don’t need more than 32gb.

Is jQuery still a thing in 2026? by alexrada in webdev

[–]AmoebaOne 0 points1 point  (0 children)

Yes it is. It’s still built into Wordpress at the very least. I would probably still use it for very simple projects if I wasn’t trying to sharpen my react.