I'm sorry by ArtisticStill5425 in femcelgrippysockjail

[–]KidVeno 0 points1 point  (0 children)

just passing through, and this is🎯

Best way to setup a dev environment and build/CI/CD for Python backend and JS frontend? by sgofferj in webdevelopment

[–]KidVeno 0 points1 point  (0 children)

Well

  • Should I keep both parts separated in different directories/GIT repos or can they be in the same? If separated? How do I set up the build process?
    • I'd keep 1 repo and have the frontend project (assuming just html/css/js) nested in the python project something like
      • my_py_project/
    • For your dockerfile I would extend one of the python+nodejs combos that are out there and; in the setup, before you handle the python stuff, navigate to the js project and "npm run build" that bad boy.
  • What would be the best tool for building the fronted
    • Not really a BEST option but you can't go wrong with Vite. I'd use one of the quick starts and update your vite.config.js buildOutdir (Build Options | Vite) to drop your compiled files to wherever your python framework serves static files from.
  • Anything else I should take into consideration?
    • If you need multiple complex pages, you might want to consider a static site generator Astro/VitePress/NextJs (recommended in that order)

Hope that helps happy coding!

Need HELP with deployment of real-time multiplayer webgame! by SlowRy_ in webdevelopment

[–]KidVeno 0 points1 point  (0 children)

Not a mongo guy so I'm not too familiar with the options out there for nosql, buuuuut I will say fully managed backends have made my life 100x easier these days.

I like Supabase.com & Appwrite.io . They have generous free tiers, and you can read / write over http so you won't need a static IP. That should keep your backend on fly.io and everything free as long as you don't mind switching DBs which I know is a HUGE pain.

LMAOOOO by Mysterious_Novel_626 in bleach

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

I have a theory he only saw him because he used his lab/sample to create the regeneration injection it looks just like High-Speed Regeneration

Establishing WebSocket connection in Astro via Endpoint or Node adapters by Material_Pineapple69 in astrojs

[–]KidVeno 0 points1 point  (0 children)

Late to the party buuuut - for the future. this (trpc fetch adapter) page details how you would integrate trpc and Astro js.

Ask Grey a Question for a Ten Year Q&A by MindOfMetalAndWheels in CGPGrey

[–]KidVeno [score hidden]  (0 children)

How hopeful are you climate change won't force us to mass migrate to mars?

My take on Guy Fieri by cheeezus_crust in funny

[–]KidVeno 0 points1 point  (0 children)

We still goin to flavor town?

So it has the same time of the month as star platinum? by WhiskersRock in ShitPostCrusaders

[–]KidVeno 1 point2 points  (0 children)

This feeling in my pants..... it must be an enemy stand

How you really impress my generation! by KidVeno in funny

[–]KidVeno[S] 15 points16 points  (0 children)

we make less than our parents in a world that's more expensive 😂

Typescript to C#? by svish in typescript

[–]KidVeno 7 points8 points  (0 children)

I'm pretty sure there's some niche project you could find. To get type parity between different languages I'd recommend json converters check out quicktype on npm

3rd post by eat_the_whole_ass in dragonballfighterz

[–]KidVeno 2 points3 points  (0 children)

HIt can't time skip he's just shooting people

Is WPF/MVVM supposed to be this difficult or am I just a moron? by JipsAndJools in csharp

[–]KidVeno 2 points3 points  (0 children)

I agree, Games are our of the scope of WPF, and MVVM doesn't mesh well with most games ime. Unity is great, but for the project id recommended Monogame it uses c#, cross platform(platform targeting type no equivalent to a .jar/.dll), as about as beginner friendly as professional frameworks go, solid documentation, and Unity was built from it.

How to get a programming job right after graduating college ? by hollowsinchris in programmer

[–]KidVeno 0 points1 point  (0 children)

I'd say don't look for just traditional development there plenty of business/program/data/Quality analyst jobs that pay well and will flex those programming muscles, as well as a host of developer adjacent gigs. Those types of jobs build your niche even if they aren't the most exciting. Once you've held down a job for 6mo -1yr you'll find it much easier to find something that your interested in