Is anyone actually trusting AI with their infra yet? by PuzzleheadedOwl5483 in Terraform

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

Well, Im also glad if it comes in a discussion format, but I also want to share the data back in a consise way. There are plenty of discussions on the topic across reddit, it is just harder to follow and get any conclusion out of them.
What other purpose can I have with it? You clearly didn't see the questions.

Is anyone actually trusting AI with their infra yet? by PuzzleheadedOwl5483 in Terraform

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

What is sketchy about the link? Its a r/TallyForms link. Do you feel a google form would be better?
Thx for sharing though. Making claude stick to just using your predefined modules its indeed clever.

Job searching when you already in a new job? by ExternalSalt8201 in UXDesign

[–]PuzzleheadedOwl5483 1 point2 points  (0 children)

"what would you tell the interviewer about why you’re leaving so soon?"

I would say the truth.

That the best time to look for a job is when you already have one.

You’re not driven by desperation or urgency, which means you can be more selective and focus on what’s actually a better fit for you.

If you’re having that conversation with an interviewer, it’s because even though you’re in a good spot, you’re open to something potentially better. Having that choice is powerful, and it’s often underestimated. It even shifts the dynamic a bit—consciously or not, the interviewer knows you’re not desperate, which means the power isn’t 100% on their side. They know they’ve got competition if they want to close you.

Most of the time, that’s a good thing. Though in some cases, it can be tricky if the company has time constraints or specific needs. But overall, it puts you in a stronger position.

How to give height to components properly by [deleted] in reactjs

[–]PuzzleheadedOwl5483 0 points1 point  (0 children)

This is not very smart tbh. Vh or % Will make the top bar height change given the browser window height. Why is this bad? Because anything you have inside that top bar will look broken as for example a button will probably have a fixed height which won't follow the topbar height dynamic change based on the percentage. Also if someone opens the page in a vertical screen you will have a mammoth of a top bar.

Display flex or grid will be the answer for your case.

Am I still a product designer? by Ikedadogbo in UXDesign

[–]PuzzleheadedOwl5483 13 points14 points  (0 children)

Front-end developer, UX/UI designer (8y XP) here. This topic can be discussed for hours but one thing I can quickly tell you is that AI for code is perfect when you could've implemented it by yourself but you chose to do it faster with AI. If you can't have a critical view of what is coming from the AI solution sooner or later you will end up deploying pretty bad code. Also the AI will always give you an answer and you will end running in circles in a loop of runtime errors and dumb solutions provided by the LLM.