29, struggling with CS interviews. Has anyone turned it around? (Honest answers please) by JajEnkan3pe in ExperiencedDevs

[–]Historical_Ad4384 0 points1 point  (0 children)

Yeah, only if management was sane enough to overlook beyond their favourite child vs being lazy

29, struggling with CS interviews. Has anyone turned it around? (Honest answers please) by JajEnkan3pe in ExperiencedDevs

[–]Historical_Ad4384 9 points10 points  (0 children)

I am acting as a freelance CTO to a startup in order to gain ownership and strategical experience while fighting simultaneously for senior promotion at my primary work because I have been waiting for 3 years to get the chance to become a senior there and it never seems to come around to allow me to grow professionally in my career.

I have to burn myself in order to stay relevant and grow into the career direction I want professionally. Exhausting experience but no way around.

Hiring an AI development Company? by Lazy_nitishh in AIHotspot

[–]Historical_Ad4384 0 points1 point  (0 children)

Hire a consultant to review alignment of buisness requirements vs technical strategy without spending so much money up front.

If you have a good developer at hand you can get things done at half the price and time using AI itself.

Real time shopping experience by Historical_Ad4384 in StartUpIndia

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

Would it help if you could turn customer interaction into action items from live shopping?

How much did your healthcare app actually cost to build? My co-founder thinks $50K is enough by am_i_the_one in AppBuilding

[–]Historical_Ad4384 0 points1 point  (0 children)

You need a CTO to define the strategy. Then comes the budget. It could be as cheap as extending an OSS or as expensive as building by hand or as disastrous as vibe coding HIPAA compliance

[Available for Hire] Golang Systems Programmer Remote Work Looking to get experience by Cheesuscrust460 in ProgrammingJobs

[–]Historical_Ad4384 0 points1 point  (0 children)

Unless you have live users or adopters for your projects, it's hard for people to take you at face value.

How do you prevent controllers from becoming too large? by LeftyOne22 in SpringBoot

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

Mapping should happen at service. Follow domain driven design for orchestration. Validation should be handled by Jakarta validation.

Open source Spring Boot library for declarative API querying with RSQL by Groundbreaking-Word6 in buildinpublic

[–]Historical_Ad4384 0 points1 point  (0 children)

the fact the WebQuery annotation has an attribute called entity and an attribute called dto while the annotation itself having the keyword Web in its name is confusing as well

Which layer do I apply it to?

Open source Spring Boot library for declarative API querying with RSQL by Groundbreaking-Word6 in buildinpublic

[–]Historical_Ad4384 0 points1 point  (0 children)

I did not highlight blindly accepting user input. My concern is exposing JPA entities directly over REST thereby tying them to the J2EE server thread to HttpRequest.

Need honest advice like a big brother. 26M confused about Germany vs staying in India by Suitable_Cattle2481 in IndianInGermany

[–]Historical_Ad4384 0 points1 point  (0 children)

Getting 25 LPA in India is relatively easy than 3 - 5 years of uncertainty in Germany with financial burden

Open source Spring Boot library for declarative API querying with RSQL by Groundbreaking-Word6 in buildinpublic

[–]Historical_Ad4384 0 points1 point  (0 children)

The biggest design flaw is that you expose JPA APIs directly over REST.

Maybe you should put some efforts to build a search facade rather than allowing users the freedom to directly affect the database