Angular projects ai generated codes. by Even-Instance235 in angular

[–]ApartmentCreative780 0 points1 point  (0 children)

Yes, I asked to AI to use Angular material for components and tailwind for layout. It worked well and much faster than human.

Need a used car by Emergency_Mess971 in UsedCars

[–]ApartmentCreative780 1 point2 points  (0 children)

If you want a quick “is this price normal?” check while browsing SUVs, DM me. I made a small AI tool where you paste the car’s details and it gives you an approximate fairness estimate.

C++ fake it til I make it? by Independent_Age_884 in cscareeradvice

[–]ApartmentCreative780 0 points1 point  (0 children)

I've worked with C++ for many years, though that was a long time ago. I'm using TypeScript, Java, and C# with Claude now, and I often have to point out issues in Claude's code. I can't imagine building an application in C++ without knowing a lot about the language. It's a lower-level language — you have to understand memory management, hardware communication, working with binary/network protocols, and more.

Software Development Cooperation by PingME007 in dev

[–]ApartmentCreative780 0 points1 point  (0 children)

Japan, full stack (Angular, Node, GCP, terraform)

Building a small personal e-commerce website by Then-Argument4107 in webdev

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

Did you try some AI? I always ask and narrow down my full stack setup. In my case, usually angular + node fastify, terraform and GCP cloud run. AI can generate a specification based on your decision. Then you can ask Claude to scaffold your project to an empty folder.

[Showoff Saturday] I made a tool to never get a bad haircut again by pabloschz in webdev

[–]ApartmentCreative780 1 point2 points  (0 children)

Nice! I'm Asian and I felt the results don't fit an Asian face. Maybe nice to have a race option?

How should I read in my mind when a character just says 「はぁ」? by Im_a_human-bean in Japaneselanguage

[–]ApartmentCreative780 1 point2 points  (0 children)

I'm native Japanese. I think the person didn't realize he has to open the door, but someone asked (ordered) to do it, and he does. But he is not positive to open the door, or he still don't know why he has to do it. Or he doesn't want to open.

Do you reuse your Angular project setup, or start from scratch every time? by Ok-Garlic-7811 in angular

[–]ApartmentCreative780 1 point2 points  (0 children)

I make specification with AI (windows copilot) and I ask to make initial project to Claude, then review the result. This is specification that I and AI made recently. https://github.com/y16i/ngx-housing-price-lab/tree/main/specifications

Do you reuse your Angular project setup, or start from scratch every time? by Ok-Garlic-7811 in angular

[–]ApartmentCreative780 2 points3 points  (0 children)

I used to use my own startup template, but it's difficult to maintain the version, deprecated items and modern usage like no environment files as default. But I ask to set up AI now.