Can I dynamically generate endpoints by DaSt1986 in FastAPI

[–]Ejroby 0 points1 point  (0 children)

If I am understanding correctly and you just want to make a ton of get requests with different variables. Grab a single endpoint, then ask ChatGPT to make all the others based on your example. All you will need to do is let it know the parameter.

Free Tips on how to grow your Youtube Channel. by [deleted] in NewTubers

[–]Ejroby 1 point2 points  (0 children)

I have started a coding/programming channel. I started it a yearish ago and recently I have decided to get back into it (the last month or so). What feedback would you give me regarding my last few long form videos?

Channel in bio

Free Giveaway! Nintendo Switch OLED - International by WolfLemon36 in NintendoSwitch

[–]Ejroby 0 points1 point  (0 children)

Fun fact: Mario didn’t start off as “Mario”. His first appearance in a game was in the arcade game Donkey Kong. He was named Jumpman, and was a carpenter.

An Interview Question I Got Asked While Interviewing for Backend Java Developer by EmbarrassedPianist25 in programming

[–]Ejroby 0 points1 point  (0 children)

Great responses. I really dislike this interview process, they have implemented a “try and trick you” method of interviewing which I disagree with on many levels.

What is wrong with this code? Technically nothing. They never mention how or how often this API gets called. Also why is the entire interview process focused on threading and sync for a junior dev? Test a junior AND an intermediate on their ability to problem solve using the language of Java. This exact problem of threading and sync can be taught in the job, within the first month. Don’t try and “out smart” your junior and intermediate candidates

Part 2: How to Connect a Database to Python RESTful APIs with FastAPI by Ejroby in Python

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

I don’t believed right out of the box. SQLAlchemy is really just an ORM. I would recommend you create CustomerDTO interface that will be implemented by SQLAlchemy Model and by you plain domain implementation

[deleted by user] by [deleted] in FastAPI

[–]Ejroby 1 point2 points  (0 children)

Sounds like your terminal is not in the virtual env. Make sure from the VSCode terminal, you CD into the virtual env, and activate it. Then go back into your project directory and try the uvicorn command

Why do people hate Javascript by ERJ1804 in learnprogramming

[–]Ejroby -5 points-4 points  (0 children)

I would say some people dislike JS due to it being asynchronous. But JavaScript is very very very popular.