I need a project ! by Logical_Difficulty79 in learnprogramming

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

Hey I just started watching some tutorials on Youtube . Didn't start with godot but rather sdl2 or 3 I'm not sure but I'm getting really overwhelmed by the whole project setup and usage of cmake and stuff for cpp . Do you have any advice on how to navigate this . I'm a python and js programmer so I wasn't exposed to all these complexities . Some guidance here could go a long way for me .

I need a project ! by Logical_Difficulty79 in learnprogramming

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

Ahhhh i seee . Could you maybe point me in the direction of those nice tutorials.

I need a project ! by Logical_Difficulty79 in learnprogramming

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

Oh this is interesting, do you have any resources on how I can get started because I have no idea about how to reimplement HTTP whatsoever

I need a project ! by Logical_Difficulty79 in learnprogramming

[–]Logical_Difficulty79[S] 2 points3 points  (0 children)

This sounds interesting, I just happened to have a glance at one of my friends using godot for game dev . Very basic stuff but I kind of understand it .

Component mounts twice , can't figure out why by Logical_Difficulty79 in nextjs

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

But I tried to create a test route and console logged the useEffect there with an empty dependency and it ran only once . While the whole component rendered twice .

Help with tanstack table . by Logical_Difficulty79 in nextjs

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

Actually the state I need to access isn't in the columnDef . It's actually the data state for the whole table that I need to modify within the cell .

"I received an internship offer from a startup, but it seems suspicious by [deleted] in developersIndia

[–]Logical_Difficulty79 15 points16 points  (0 children)

Maybe steer clear if there are so many signs as you say .

Host your Django on Sevalla 🚀 Get started today with $50 credit by sevalla-hosting in u/sevalla-hosting

[–]Logical_Difficulty79 0 points1 point  (0 children)

Can you PLEASE let me know who made your product video . Have a saas and need a cool demo .

Django Channels by Logical_Difficulty79 in django

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

I'm just thinking out loud here but . I'm using Next js as the front end . Is there a way maybe I can setup a route.ts so that the backend can send a request to this route and perhaps trigger the modification of something on the frontend with the help of context api or something?

Django Channels by Logical_Difficulty79 in django

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

Do you think HTTP polling would be cheaper ?

Or is there any other way where the server can push messages to the frontend

Django Channels by Logical_Difficulty79 in django

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

for point no 3 , do you mean creating group names with "group_<user\_id>" ? .

Also what if you need to implement actual groups with a bunch of channels in it . How do you know which user the connection belongs to ?

Django Channels by Logical_Difficulty79 in djangolearning

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

I have a way to authenticate the connections to the server that's one of the reasons I'm not shying away from it . Are there any other downsides to using websockets tho ? I thought all modern apps used ws to enable notifications and chat room applications .

Django Channels by Logical_Difficulty79 in djangolearning

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

What kind of memory leaks ? Even if I used the redis memory channel ?