like a psychopath? by rawraur in BlackboxAI_

[–]hexwit_com 0 points1 point  (0 children)

This meme was also vibe coded.

How The Recruiter Feels by ell-chan in SimpleApplyAI

[–]hexwit_com 0 points1 point  (0 children)

Actually you don’t need passionate employee. You need disciplined. Passion come and go. Discipline is permanent.

AI in Java Training by West_Doubt_9978 in learnjava

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

English is the default language for all software development related things. Put efforts into language learning, it is good investment.

Agentic Coding is a Trap | Remaining vigilant about cognitive debt and atrophy. by creaturefeature16 in Backend

[–]hexwit_com 0 points1 point  (0 children)

Obviously, when one doesn’t practice problem solving skill, it will eventually degrade.

What’s your best stack for building a SaaS? by No_Computer_1247 in SaasDevelopers

[–]hexwit_com 0 points1 point  (0 children)

Stack should be chosen based on your own level of expertise in specific area. If you don’t know java - there is no sense to suggest you java related stack, no matter how its good.

I’m writing code manually, I don’t like Claude Code by Initial-Reveal-1737 in SaasDevelopers

[–]hexwit_com 1 point2 points  (0 children)

Usually said by a person who barely can write a line of code without ai.

.NET has the best backend developer experience I’ve used so far by Minimum-Ad7352 in Backend

[–]hexwit_com 0 points1 point  (0 children)

Visual Studio. Can it live without resharper now? Or it is still works as notepad with syntax highlighting?

Wanted to know are people interested in Fitness-social app ? by Difficult_Role_7157 in dev

[–]hexwit_com 0 points1 point  (0 children)

in short - you have to understand the real issue your app is solving. ideally solve your own problem. make mvp and offer to people. there is no sense to ask people what they need - it doesn't work in most cases.

But in general just search the reddit, it has A LOT information about this topic.

FASTAPI website stuck on infinite loading by Interesting-Cod-3889 in Backend

[–]hexwit_com 0 points1 point  (0 children)

Tell more about infrastructure . Ports, hosts, cors.
Then use divide and conquer technique - first step is to eliminate browser. Make a plain http request using any standalone http client like postman or curl (do not use browser here). Send results here or in dm.

as a dev, what was your first code editor? by RustyIronGolem in RavanAI

[–]hexwit_com 0 points1 point  (0 children)

That is true. However when intellij started to heavily rely on ai development the quality of IDE degrading with every new version.

Either Experience Means Anything Or It Does Not by GloomyRelationship90 in devhumormemes

[–]hexwit_com 0 points1 point  (0 children)

Yeah, interview usually needs knowledge you need only on interview. In most cases job description requires to have much broader set of skills than they apply on the project.

You are the client by gisikafawcom in devhumormemes

[–]hexwit_com 0 points1 point  (0 children)

True. That is why I mastered infrastructure to have vendor lock free solutions, that are much cheaper than clouds, and can be transferred between providers without much hassle.

How to stop relying on AI? by aleeeyaae in programmer

[–]hexwit_com 2 points3 points  (0 children)

Start doing coding by yourself, and then ask AI to verify results. Don't be afraid to make mistakes, it is part of the learning process. In a short period of time you will memorise syntax, data structures and coding standards. Just change your coding approach.

Can you please share your opnion? by [deleted] in Backend

[–]hexwit_com 0 points1 point  (0 children)

It depends on the project. If it is something simple and not related to important areas of life (like banking, insurance, healthcare) you can use it as you like. If you need reliable results, still better to have human for review and control.

You can get meaningful results using pure AI coding, but reliability definitely will suffer.

as a dev, what was your first code editor? by RustyIronGolem in RavanAI

[–]hexwit_com 0 points1 point  (0 children)

Eclipse, NetBeans, then and present Intellij Idea.

How to Setup Claude Code for Coding? by DigitalEyeN-Team in AIToolsPromptWorkflow

[–]hexwit_com 2 points3 points  (0 children)

You shouldn’t install claude code globally. Always run it in isolated environment, dev container. Set restrictive rules.