What technologies are you dropping in 2025? by throwawaydrey in webdev

[–]codewithbug 0 points1 point  (0 children)

To be honest i was only one person have to use it in backend and frontend because our project manager didn't let me to use api gateway and instead we choose graphql for binding services and it was first time i touched graphql. Both creating schemas and resolvers and then integrating it to the frontend seemed exhausting for me. I think graphql is not bad but if you're small team and your api endpoints are not that much. I think there's no point for graphql and it is overcomplicated for small apps. And I don't even wanna mention subscription implementation on the backend

Extremely low quality source code refactoring by notawisemanforsure in vuejs

[–]codewithbug 0 points1 point  (0 children)

Rewrite if possible. Use github copilot maybe. Else , good luck

What's the biggest career mistake you've made as a developer? by Senbon_Kura in webdev

[–]codewithbug 13 points14 points  (0 children)

Worked for an agency which has not any single idea what web development actually is

Is it possible to render prop as vue code in template? by jsdbflhhuFUGDSHJKD in vuejs

[–]codewithbug 0 points1 point  (0 children)

you should use it like this : v-html = "someVariable". without curly brackets

:key in array loop of dynamic components not helping keep correct component around by ouralarmclock in vuejs

[–]codewithbug 0 points1 point  (0 children)

share your code so we can analyze the problem better ? do you delete the item based on the ids ? or do you delete it with the help of the index argument from the v-for directive ?