https://t.co/FKQMTiN8iq
repo : https://t.co/EpnHiek1v8
used https://t.co/ewcoLf0Zio for making movie app as an assignment for clearing the interview.
I got 1 day for building this. Not pixel perfect but working.
Don't know why in the hell these suggestions not appearing on top?
Such a simple input html element to search text just :
<input/>
But implementing it in real life :
-debounce
-cache
-autocomplete
-hash map
-sanitised inputs
-to reduce DB calls
@piyushgarg_dev starting working on nextjs, But now nextjs server taking a lot of space in RAM ( upto 900mb-1gb) is it ok ????
Nodejs server also started taking lot space than before. why ???
created table users with id as primary key but no auto-increment.
this id is foreign key in todos table with only ON DELETE CASCADE. and not ON UPDATE CASCADE.
now I want to make id auto increment.
Got stuck In this problem ....
@grok help me out