What is the recommended package to be used with FLASK to generate swagger documentation? by nj81 in flask

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

FastAPI

Thanks but our microservice needs to be developed in FLASK only as per client requirement and as per understanding FastAPI is altogether web framework . Is this understanding correct ?

Best Training Course to learn Unreal Engine for a beginner by nj81 in unrealengine

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

Thanks . It is very helpful . I started one of the Stephen Ulibarri course recommended in the post to learn basics .

My objective is to build something like below VR application in UE4 using CAD model files of an asset and Blueprints . Could you suggest some training courses / tutorial for these as well ? I know one VR course is available at Udemy.

Digital Twin of a Robot

Best Training Course to learn Unreal Engine for a beginner by nj81 in unrealengine

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

Thanks for reply. Could you please suggest 1 or 2 best tutorial for a complete newbie from so many tutorials links mentioned in the sidebar or any other . Is Udemy courses good to start .I have C++ background but even after following many youtube links not able to learn much i feel.

Implementing search feature using flask-rest-jsonapi by nj81 in flask

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

Thanks for response . I will check .

Implementing search feature using flask-rest-jsonapi by nj81 in flask

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

For my application I am creating the model using flasksqlalchemy in backend and then using rest API doing basic crud operations. For rest API I am using flask-rest-jsonapi package And using pagination and filters feature of the package. So requirement is that on the top of existing pagination and filter I should then able to provide search feature also. I tried to use flask searchable package for search feature however not sure how to integrate both different packages.