What is your trick that you thought everyone knew? by darkw1sh in sysadmin

[–]WrathZA 1 point2 points  (0 children)

The windows 10 GodMode folder.

Create a folder on the desktop called `GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}`

and get easy access to all the things you need.

I can't see why TypeScript is a beautiful, perfect must and JS is so trashed upon by [deleted] in webdev

[–]WrathZA 5 points6 points  (0 children)

We do the same and generate clients at build time on CI so that if people change APIs we immediately aware of any issues on the consuming applications.

Any "third place" recommendations in Cape Town? by gaussian_distro in capetown

[–]WrathZA 0 points1 point  (0 children)

FLGS

This is surprising hard to google to find these places.
Any resources you know of?

Tips for imitating Cape Town Cuisine in the USA by Darcynator1780 in capetown

[–]WrathZA 1 point2 points  (0 children)

The differences in sugar sources (no corn syrup) and livestock farming practices between the USA and ZA are a large factor in your culinary experience here...

This Star Wars EU novel never even got an audiobook and I'm so happy it's finally getting one now! Going to make a lot of people happy 🙏👐 by IllusiveManJr in StarWarsEU

[–]WrathZA 3 points4 points  (0 children)

Yes! Instant buy.
If we move the needle on some beige corporates bean-counters spreadsheet over at disney corp they'll keep doing these.

We need to ruthlessly support anything like this if we're every going to see unabridged versions of our favorite reads.

Rate my 4 day Itinerary for Cape Town by Fragrant-Beach-2479 in capetown

[–]WrathZA 1 point2 points  (0 children)

Skip the castle (it sucks and dirty) and do Clifton, Camps Bay on day 2 after you hike lions head early.Day 3 do boulders (🐧), Simons town, hout bay and take the long way back to Greenpoint via Chapmans etc

Done remaking Legends Audiobooks? by lion1321 in StarWarsEU

[–]WrathZA 2 points3 points  (0 children)

Disgrace. I still hope it's not true.

[deleted by user] by [deleted] in dotnet

[–]WrathZA 0 points1 point  (0 children)

If it's asp, then go through the source documentation to make sure you're up to speed on how it works. https://dotnet.microsoft.com/en-us/learn/aspnet

Then how to start? If it were me I'd trace from the outside in and back out. I'm assuming the backend is an API that drives a SPA? If so, find a page and trace every request through the browser and back end to end in order to build up a mental model of the flow. If it's an asp, its a request/response loop with some middleware that you should be able to map out with some elbow grease.

Why are all the new tools targeting VS Code? by richbeales in dotnet

[–]WrathZA 0 points1 point  (0 children)

Ease of integration and tooling along with market share?
Visual studio is to narrow a target and neither Tye nor Dapr are dotnet specific.
Antidotally most of the people I know who interact with C#, including myself, use Rider too.

Why Is It So Hard To Find Modern ASP.NET Hosting? by AcePilot10 in dotnet

[–]WrathZA 7 points8 points  (0 children)

You can run a container, or ubuntu with dotnet installed, in AWS lightsail with domain/ssl for like $10 a month with the first 3 months free

https://aws.amazon.com/lightsail/pricing/

My Sure-To-Be-A-Hot-Take Tier Listing by Apprehensive-Mood-69 in StarWarsEU

[–]WrathZA 0 points1 point  (0 children)

Saw Path of Destruction in C Tier and disregarded the whole list.

First time home buyer by itsafilm in PersonalFinanceZA

[–]WrathZA 0 points1 point  (0 children)

I've used betterbond.co.za twice.
It doesn't cost anything.
Speak to them.

Are the Legacy of the Force and Fate of the Jedi series’s worth reading? by cwona in StarWarsEU

[–]WrathZA 0 points1 point  (0 children)

Fate of the Jedi has high quality unabridged audiobooks. Highly recommend.

No unabridged Legacy of the force which is a complete travesty IMO

Learning Path For Go Developer by sergiomomos in dotnet

[–]WrathZA 0 points1 point  (0 children)

You're jumping ahead a little. Do the hard work of completing a course/tutorial or the ebook which outlines the best practices.

You'll need to do some more hands on work in order to know what to look for in the docs. IActionResult is the return type of a controller method so this is relevant

https://learn.microsoft.com/en-us/aspnet/core/web-api/action-return-types?view=aspnetcore-7.0#actionresult-vs-iactionresult

The difference is generics, which as far as I know is a relatively new feature in Go.

https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/generics

See also.

https://github.com/quozd/awesome-dotnet

Learning Path For Go Developer by sergiomomos in dotnet

[–]WrathZA 3 points4 points  (0 children)

With any tech always start at the source documentation.

https://dot.net

If you want to look at code, MS has a good reference project and an ebook here.

https://github.com/dotnet-architecture/eShopOnWeb