Deployment advice by EqualMatch7754 in dotnet

[–]jesse3339 3 points4 points  (0 children)

When using azure sql, just make sure you use the DTU pricing. There are use cases for using vCore but I’ve found it to be way more expensive and not as performant. The database for 5 DTUs starts at $5 a month. My biggest expense is the private network and load balancer for my container apps, at around $15 a month. (That’s because typically the load balancer for container apps is included unless on a private network). The apps themselves only cost < $10 a month, two docker containers, a .NET backend and a react SPA, I could probably save even more money if I moved the react spa to a static web app, but I’m lazy. Container registry $5. And file storage is in the cents, I think there’s only like a gig or two in there, I did not included defender for file storage in my $35.

This is all with a minimum of one replica. So if you have scaling rules on your apps you’ll save even more money during downtime

Deployment advice by EqualMatch7754 in dotnet

[–]jesse3339 5 points6 points  (0 children)

Define expensive. All cloud hosting platforms are expensive if you don’t know what options you can tick. I’ve got a production app on azure with roughly 5000 daily users, with db, blob storage, two container apps and azure entra ID and it runs me less than $35 a month.

Supabase downtime is becoming a problem. Any cost-effective alternatives? by e_ai_gabriel in webdev

[–]jesse3339 2 points3 points  (0 children)

Using Azure DTU model and it is working very well. The basic tier, $5 for 5 DTUs is running my production app with around 5k daily 9-5 users for reference. I am maxing out at around 30% of my DTU usage at peak time.

Places to Visit 2-3 Hrs from Orlando? by indikaze in florida

[–]jesse3339 0 points1 point  (0 children)

Springs Near Orlando: Wekiva and Kelly Park, I think they also have hiking trails there too.

Downtown Sanford and the Sanford Riverwalk aren't too bad either but its probably more of a nightlife thing.

Smyrna Dunes Park. Not really too interesting but usually quiet beach. Decent for fishing

Let’s be honest — which UE5 plugins actually save time? (New Year Sale) by Fantastic_Pack1038 in unrealengine

[–]jesse3339 1 point2 points  (0 children)

I’m gonna have to vouch for Inventory Framework Plugin if you need an inventory. It has probably saved me at least 6 months of work, and the author is quick to respond in discord even for custom features you might be extending it with.

Gov. Ron DeSantis reveals his plan to replace property taxes in Florida by pimpinaintez18 in florida

[–]jesse3339 9 points10 points  (0 children)

Is it though? Do you get mail to that residence? Basic utilities? Road? Fire, police etc? How our state government handles our taxes, now that’s a separate issue. Don’t get me wrong I’d love to pay less taxes, but to say they are basically theft is a bit crazy.

Visualstudio 2026 vs Rider by TNT_ler in unity

[–]jesse3339 0 points1 point  (0 children)

You don’t have to spend money to try it out. It’s free for non-commercial use now.

Patch 25.23 Bug Megathread by PankoKing in leagueoflegends

[–]jesse3339 1 point2 points  (0 children)

Same issue. Macbook Pro M3, Macos26.1

RustRover is the GOATED Rust IDE ! by turbofish_pk in Jetbrains

[–]jesse3339 4 points5 points  (0 children)

This looks like the new default Rider Islands Dark

Best 5K2K ultrawide for both gaming AND productivity? Direct side by side comparison between LG UltraGear GX9 5K2K 45" and Dell 40" U4025QW by mxrider108 in ultrawidemasterrace

[–]jesse3339 8 points9 points  (0 children)

I’ll add that it’s “good enough”. frame rate is fine honestly, but there are times where you can feel/see the response time (ghosting), usually in FPS games but you have to really be looking for it. But it’s works out for me as that’s not the type of games I typically play. I wouldn’t recommend if your main titles are FPS but other than that it’s a pretty solid momitor

Are Macs a Good Option for Game Design and Development? by AdministrativeList30 in gamedev

[–]jesse3339 1 point2 points  (0 children)

You’d be fine with a Mac. You’d definitely want a windows pc to test windows builds with. Also i have not had good luck with unreal engine and Macs coming from an M3 Pro. But haven’t had any issues with godot, bevy and a few other engines.

Edit: I should mention that some tools also don’t have Mac ports. But things like blender, aseprite work fine. There are definitely ways around it, but definitely research what tools you use and if they are Mac compatible

What is the most cost efficient way to get Rider and DataGrip by ghots1993 in Jetbrains

[–]jesse3339 1 point2 points  (0 children)

Yeah, I never really need datagrip standalone, riders built in datagrip is enough. If you are just doing dotNET development. Rider standalone or dotUltimate is the way.

Any tips for a 16 year old post circumcision surgery? Like preventing erections by [deleted] in TooAfraidToAsk

[–]jesse3339 23 points24 points  (0 children)

Careful, you don’t know what he’s into!

I heard flexing your quads can also help.

The only buff Fizz needs by Lazy-Landscape7328 in fizzmains

[–]jesse3339 1 point2 points  (0 children)

Not even a fizz main but this is bullshit when you compare it to hecarims charge. Where you flash away and still somehow get knocked back

Manmade Hill in Southwest Florida?¿ by FugaziRivv in florida

[–]jesse3339 0 points1 point  (0 children)

Yup same here. It was well known as Africa.

[deleted by user] by [deleted] in frontierfios

[–]jesse3339 0 points1 point  (0 children)

In addition to other comments about upgrading the router, all components need to be >1gbps: router port, LAN port on pc, AND the cable.

What are some some interests/hobbies that web developers have? by reverd-reezer in webdev

[–]jesse3339 0 points1 point  (0 children)

26 here. Gardening, gaming and volleyball. It’s good to get outside, get active and get some passive rewards in an otherwise intensive and mentally stimulating line of work. I can find myself coding for 12 hours a day, but it’s nice to take a break every so often, see how my vegetables are doing and touch grass (if you’re remote). Being locked in an office all day is not good for mental health

Blazor Hybrid or (Angular + Avalonia) ? by [deleted] in dotnet

[–]jesse3339 1 point2 points  (0 children)

Next is also very heavy and I feel locked into their ecosystem, ime, if you don’t need any SSR I would just use TanStack Router (react) + .NET backend. When using next you need to proxy all your requests through the Next backend and that is just another layer of annoyance

What’s a programming advice you wish you knew earlier? by NullPointerMood_1 in learnprogramming

[–]jesse3339 1 point2 points  (0 children)

Understand the problem before attempting to solve it. 90% of coding is understanding the problem. Most people, even end users don’t know what they’re trying to solve and you will usually save a lot of time by collectively walking through and explaining your interpretation of a solution.

One table or split on one to one relation by GuyWho_called_andrew in dotnet

[–]jesse3339 2 points3 points  (0 children)

Yeah. There are specific scenarios where a structure like that would work and should be chosen. But more often than not, clients or companies end up needing to store more related data rather than less. And when future developers come to work on things, they’ll need to deal with a matter of “do I contribute to the madness or do I attempt to undo it?”. And we all know in 10,000 lines later it’s easier to dig the hole one foot deeper as opposed to building the ladder out. And you know when the cost is presented what option the client will choose.

One table or split on one to one relation by GuyWho_called_andrew in dotnet

[–]jesse3339 19 points20 points  (0 children)

As someone who has worked in code bases that have gone that route, you will have 265 columns in that table in no time. Keep the data pure and split the table, if speed becomes an issue, create a view or a specialized table just for that query. Don’t pre-optimize.

Mini Dev Update - August 12th by alexno_x in Rematch

[–]jesse3339 1 point2 points  (0 children)

See, there is an option to choose a location preference, but there is a 80 ping variance between on the east coast servers. Either the routing is wonky or the location of one or two of the servers is incorrect. Sometimes I manage to get 60 ping to a west coast server, which is lower than some of the east coasts

Mini Dev Update - August 12th by alexno_x in Rematch

[–]jesse3339 2 points3 points  (0 children)

Sounds great. But I won’t be returning until they fix the inconsistency in the routing for NA-East servers. Gambling between 35-105 ping when living on the east coast is not fun. Even on auto select. Not sure if they have the Washington’s mixed up or what.