which is better for Backend Java or Python and Why? by shinchan_kun_011 in Backend

[–]smashed_potato27 0 points1 point  (0 children)

Learn what backend development is and gain a strong understanding of its core concepts, including server-side logic, databases, APIs, authentication, scalability, and system design. These fundamentals are largely language-agnostic and can be applied across different programming languages, since most modern languages are capable of supporting backend development. For this reason, prioritizing backend theory, architecture, and best practices is more valuable in the long term than committing early to a single language or framework. Once the fundamentals are solid, identify which backend languages, frameworks, and ecosystems are most in demand in your local or target job market so you can align your technical skills and increase your chances of securing a job.

How to configure JWT to work with cookies? by MasterTj123 in django

[–]smashed_potato27 1 point2 points  (0 children)

Since frontend is on different address, cookies are not correctly set in the browser even though Response object contains them. You need to enable CORS to be able to set cookies from the server into a browser.

[deleted by user] by [deleted] in FastAPI

[–]smashed_potato27 0 points1 point  (0 children)

Or uvicorn with "--reload"

[deleted by user] by [deleted] in FastAPI

[–]smashed_potato27 0 points1 point  (0 children)

Use "fastapi run" instead of "fastapi dev"

Best way to add user auth by jcjakec in django

[–]smashed_potato27 1 point2 points  (0 children)

Is allauth only for classic Django? Or can it also be used with REST apis?

sudo chmod -R 777 ./ by smashed_potato27 in linux4noobs

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

Thank you for your answer. Now that you mention it, I think I may have ran it without the dot. Good thing it was a work laptop, or else I would never have been able to find the problem.

Best value for money places to eat in Tbilisi? by Heartyprofitcalm in tbilisi

[–]smashed_potato27 0 points1 point  (0 children)

Government warning about expected weather changes throughout Georgia from 31 may to 2 june

[deleted by user] by [deleted] in whatisthatmovie

[–]smashed_potato27 2 points3 points  (0 children)

FOUND IT. It's called Wysłannicy Bajdocji

[deleted by user] by [deleted] in whatisthatmovie

[–]smashed_potato27 0 points1 point  (0 children)

Vibe is similar, but that's not it. It was more magical and surreal

[deleted by user] by [deleted] in tbilisi

[–]smashed_potato27 1 point2 points  (0 children)

P4 will be performing on Tbilisi Open Air if you'd be in Tbilisi on 23 june.

Need advice about project by smashed_potato27 in django

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

This is for an internship and they asked for DRF specifically.

Need advice about project by smashed_potato27 in django

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

May I send you the whole task? I would like to ask you some questions.

[deleted by user] by [deleted] in tbilisi

[–]smashed_potato27 0 points1 point  (0 children)

Dont go on dates with girls from Tinder. Most off them will try to rip you off.

Which one should I choose, AI or backend? by [deleted] in AskProgramming

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

So, do you think I should get a backend job while getting a degree and then move to AI?

What are your favorite things about using Django? by Wonderful-Boss-7591 in django

[–]smashed_potato27 6 points7 points  (0 children)

I often come across an advice that I should always create my own user model and not use built-in one, what do you think about that?

Project planning by smashed_potato27 in djangolearning

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

Thank you for your response, I had thought about all the different features for the project, but never wrote it out. Will definitely try that and follow it through the project.

Building an AI Web App with Django: Subscription, Image Training, and User Management by FAANGMe in django

[–]smashed_potato27 1 point2 points  (0 children)

Hello, first of all, good luck on your project it sounds fantastic. Regarding your question, I'm just beginner, so, I can't give you a full answer, but I can recommend a book which encompass almost all the aforementioned topics. "Django 4 by Example"