It's easier than ever to create content for tutorials it seems.
Amazing how #ChatGPT can just interpret the rules format here. Haven't tested the code, but it's for sure a great start.
@houlihan_rick So what do you do when you need to model something like taxonomies in WordPress? If you embed the terms in a document you gotta update all documents if you ever change that term. How do you personally decide between embedding or storing a reference?
@StevenLeiva1 Are you using an Air Fryer? Since starting to use it I rarely order takeout, it cooks everything pretty fast and cleaning is quick as well.
@rbates It makes work more fun. Sometimes you need a break from the frontend, so you work on the backend. In general it's a great feeling that you can deliver a complete app by yourself.
@AdamRackis@cherthedev Big companies have buying power, they can give you a great health insurance plan, which you can't get as an individual, so in this case COBRA is helpful. You still pay a lot, but you get more for it. In fact COBRA can end up cheaper than you buying it on your own.
@mjackson I think they just mean they can work on both back/frontend.
Either way, I assume you mean something like Laravel rendering an HTML template, well, you can still have Vue/React components there, which involves frontend work to render them. Still full stack.
@matt_reduce@mjackson I prefer non async state update. V-model is also something I miss a lot in React. I also get smart rendering by default, don’t have to start dealing with memo and useCallback to optimize performance.
@matt_reduce@mjackson Can do JSX too with Vue. Most of my work is around complex forms, so to me that was a pain with React. Even with Formik I’d still prefer plain Vue.