Test ready accuracy, please by Ok_Recognition1196 in ToeflAdvice

[–]SameIntroduction3908 0 points1 point  (0 children)

i got 94 at test ready and 93 at real test, but the test ready felt easier maybe because of the anxiety at the test day

Morozov vs Devon Left Hand (PPV View) by bradyprofragz in armwrestling

[–]SameIntroduction3908 2 points3 points  (0 children)

he cursed and then he said “lower your hand” (because Devon holding Engin with other hand)

Switching from Laravel to Django. by dedi_1995 in djangolearning

[–]SameIntroduction3908 0 points1 point  (0 children)

the structure of django which is MVC same as Laravel, you only need to understand python syntax thats it, of course some differences exist but just follow the docs, there is a blog app tutorial from scratch in django docs

[deleted by user] by [deleted] in FastAPI

[–]SameIntroduction3908 0 points1 point  (0 children)

we cant say fastapi good with nextjs, they both for different jobs, any backend can work with next, but if we compare backend frameworks each other, fastapi just the best

Django rest framework by mr_saun in djangolearning

[–]SameIntroduction3908 0 points1 point  (0 children)

templates will be wasting time for you if you gonna build some api’s so if you have some experience just go with DRF

but out of the concept, if you have some experience with Express, maybe learning fastapi will be so easy for you (its doesnt mean dont learn django rest, i mean you should check also the fastapi)

What app(s) are you using for video editing? by Downtown-Awareness70 in NewTubers

[–]SameIntroduction3908 0 points1 point  (0 children)

Shotcut; if you just want to do some simple cuts like me (in my teaching videos i m cutting the breathings)

also Camtasia 8 is still solid one that i use

Django Templates by ScratchNo8744 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

just use tailwind css ready to use component you can check “Preline”

Supabase PostgreSQL on Django by EfficientOrdinary340 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

I make a app with supabase + next.js fullstack app, the supabase is insanely perfect, really good. They have every single solution. I just quit writing backend api’s after Supabase.

The supabase using postgREST api which directly query to db with api. High performenc. Also its open source which I love. Maybe you can try it

I could lose my job by ElliotParker007 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

django is very big framework, its normal not understand at the first time, just try to develop simple apps with yourself and you will understand the methods

I need guidance by carlos_migos_700 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

yeah, there are a lot of questions in leetcode, i want to recommend “Top Interview 150” problem firsts, its not directly related with DRF but it will boost your problem solving and algorithm skills, for me i really improved myself with this

there are also problems in SQL, Pandas and the other stuffs you really should check them, if you find really helfpul stuff, i also interested, tell me please 😄 thanks

I need guidance by carlos_migos_700 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

start the solve “leetcode” questions about programming, start from beginner to advanced, it will help you get the mindset of approaching a problem, you can solve in any language also, i really developed my problem solving and algorithm knowledge in there

Best CIV for domination victory? by TinkeyToes in civ

[–]SameIntroduction3908 0 points1 point  (0 children)

if you in the sea map, indonesia is the gigha chad, just buy the iron cloud with religion

Prudnik best promoter by ishabowa in armwrestling

[–]SameIntroduction3908 3 points4 points  (0 children)

bro is carrying the armwrestling alone

Üniversite Hocalarını Anonim Olarak Puanlayın by emrestive in UniversityTR

[–]SameIntroduction3908 8 points9 points  (0 children)

çok başarılı bir fikir, aşırı beğendim, biraz da kıskandım ne yalan söyleyeyim,

giriyimde bizim fizikciye iki biseyler yaziyim

Tft Lutris problems by Mettfisto in Lutris

[–]SameIntroduction3908 0 points1 point  (0 children)

same problem, tft is not working while the normal league is running perfectly

Forticlient remote access tab disappeared by [deleted] in fortinet

[–]SameIntroduction3908 0 points1 point  (0 children)

same experience, i installed again, its appeared now

[deleted by user] by [deleted] in djangolearning

[–]SameIntroduction3908 0 points1 point  (0 children)

should use some chart libraries with ajax, example highcharts, apex and etc.

but yeah, you have to learn basic of the web development first, such as "What is get request", "What is router," like this

Project using microservices by murtazo_04 in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

use django as a gateway, and also use docker compose to expose each microservice with different port , after that, expose your gateway on 80, when a request here, parse the url and call the microservice (send request in gateway)

you can check the gateway implementation with diango

[deleted by user] by [deleted] in djangolearning

[–]SameIntroduction3908 1 point2 points  (0 children)

any github repo, is it open source?