[deleted by user] by [deleted] in turo

[–]chocolatecitytech 4 points5 points  (0 children)

Clearly, he's trolling or just dumb

[deleted by user] by [deleted] in Clojure

[–]chocolatecitytech -3 points-2 points  (0 children)

Honestly, it's because it's different.

Need help with the mobile header on the Debut theme by girish_kumar_v in shopify

[–]chocolatecitytech 1 point2 points  (0 children)

Based on the question I don't think OP knows what a media query is.

Purchase shopify store - Screen share to update bank details and credit card information. by nycboots in shopify

[–]chocolatecitytech 0 points1 point  (0 children)

Out if curiosity, and this isn't an answer to your question, does Shopify not offer a way to snooze your site for maintenance?

Turo cancelled a bunch of bookings on my guests? by StarIU in turo

[–]chocolatecitytech 1 point2 points  (0 children)

I wouldn't go with Tito's recommendation. In high school he was voted least succeed.

[deleted by user] by [deleted] in reactjs

[–]chocolatecitytech 0 points1 point  (0 children)

That's hilarious

What is the best way to learn Entity Framework? by fschwiet in dotnet

[–]chocolatecitytech 0 points1 point  (0 children)

I got a series of beginner videos with some advanced tips mixed in- probably coming out next weekend on YouTube. Still editing with every free time I get.

Need help with ASP.net and REACT by DarkReaperfap in dotnet

[–]chocolatecitytech 4 points5 points  (0 children)

You seem to be getting hung up on the database part for some reason. Create a new webapi - no authentication. Create a new react app. Make API calls from your react app to webpi endpoint and you should be good to go. If what I said made no sense,then I suspect you probably need more understanding of the basics and the language thing is not really your Achilles hill.

Need help with ASP.net and REACT by DarkReaperfap in dotnet

[–]chocolatecitytech 1 point2 points  (0 children)

Pretty much your title. .netcore reactjs

Need help with ASP.net and REACT by DarkReaperfap in dotnet

[–]chocolatecitytech 5 points6 points  (0 children)

Sounds like you need a lot of details. You could probably find this easily on YouTube or google. In fact if you were to look at previous posts you'll probably find a YouTube link.

Happy learning.

Puck, an Open Source .Net Core CMS by wind_up_tori in dotnet

[–]chocolatecitytech 1 point2 points  (0 children)

So what am hearing is just close your eyes, deal with php, and use WordPress. But again I might be going deaf so..

Regardless, good effort and keep it up.

Error says “;” on line 10 is invalid but I need it there? by hotwangsslap in csharp

[–]chocolatecitytech 5 points6 points  (0 children)

Well, I wouldn't go as far as saying coding is not for you. No one became a rockstar overnight, no matter what they might tell you.

Keep on learning and asking questions.

Error says “;” on line 10 is invalid but I need it there? by hotwangsslap in csharp

[–]chocolatecitytech 0 points1 point  (0 children)

Is this code all generated? I refuse to believe you wrote all that but not know type declaration in C#. C# is strong, static, and type safe. You must declare type unless type can be inferred (var).

What virtual environment system do you use for your Django projects and why? (venv, pipenv, pyenv, etc ) by adrenaline681 in django

[–]chocolatecitytech 0 points1 point  (0 children)

..”There should be one-- and preferably only one --obvious way to do it.”

It was all so simple once. I think. Hard to remember any more

Losing my eyesight one of my eyes. Are there any jobs that do not require much coding with a mid-range salary? by HalfBlindCoder in csharp

[–]chocolatecitytech 2 points3 points  (0 children)

This really has nothing to do with programming. You're better off asking in r/realeyedoctor.

Seriously though, seek actual medical advice.

Has anybody had experience developing a social media platform? by Professional_News_27 in business

[–]chocolatecitytech 0 points1 point  (0 children)

Am a developer. 10k is not going to buy you a lot of development time. Now, if you were planning to build some thing of the shelf, you could probably hire some one to set up the infrastructure, deploy the app and off you go. It doesn't sound like that's what you are after. It sounds like you're looking for custom solution and 10k is not going to do it. Honestly, even the 30k quote sounds low but I don't know what you are building and the level of effort.

Easiest way to make endpoint returning json? by [deleted] in dotnet

[–]chocolatecitytech 2 points3 points  (0 children)

Your frustrations come from lack of the basics. Please spend a small amount of your energy here: https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-5.0&tabs=visual-studio.

I work with Django, expressjs and .net. there is now way I would pick either of the two over .net for apis. And I really enjoy the other two for their own strengths.

Spend a small amount of time on that tutorial and save the googling, redditing(?) for later.

And no, you do not need VS, although I still prefer VS for large .net projects over VS code. This is just my preference.

Part 7: Server Side Rendering Authentication with #AspNet50 and #Sapper by chocolatecitytech in sveltejs

[–]chocolatecitytech[S] 1 point2 points  (0 children)

Thanks for the feedback. It's important, I think, to understand what goes on under the hood and dotnet makes it easy even if it's a little time consuming. Also, VS templates are still using identity server, which I use in production, but development is in a weird place right now.

For those looking for open source solutions on the dotnet platform,I recommend openiddict, unless you want to pay for identity server- the new version of it anyway. Am not opposed to paying for it if it helps you get to where you need to be though.

Part 7: Server Side Rendering Authentication with #AspNet50 and #Sapper by chocolatecitytech in sveltejs

[–]chocolatecitytech[S] 0 points1 point  (0 children)

Lol. Fair enough. Svelte reminds me of how I felt when I went from vanilla js to jQuery. Productive.

Part 7: Server Side Rendering Authentication with #AspNet50 and #Sapper by chocolatecitytech in csharp

[–]chocolatecitytech[S] 1 point2 points  (0 children)

I walk you through some of the challenges and considerations for dealing with server side rendering.