SQLite as frontend storage - Delete localStorage and IndexedDB?

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 23

  • @alphacoder3822
    @alphacoder3822 11 дней назад +5

    Hey mehul, ive been watching your videos since i was an just an intern at a startup. Somewhere forgot about your channel and grew up to senior sde, today yt suggested this maybe because of the sqllite topic. Good to see the channel has grown and content has matured a lot.
    Keep making these great videos man. Videos like these feed my curiosity and keep me hooked.

  • @innovatorshome
    @innovatorshome 5 дней назад

    The RUclips algorithm is insane, I just explored opfs a few days ago and RUclips suggested the video

  • @atharvaupadhye9819
    @atharvaupadhye9819 12 дней назад +1

    perfect timing perfect recommendation by RUclips! I just now searched about this and you have a video on the same topic, that too you've just now uploaded!

  • @hellelo.5840
    @hellelo.5840 11 дней назад

    I discovered OPFS two months ago and I surprised too.

  • @adityakumarsingh7648
    @adityakumarsingh7648 11 дней назад

    I read this few weeks ago, i also got surprised by the OPFS

  • @emililie2244
    @emililie2244 5 дней назад

    Thank you! I learned something new.

  • @pixiedev
    @pixiedev 11 дней назад

    Many companies do use sqlite in production for caching.

  • @aliasgar.burhani1099
    @aliasgar.burhani1099 11 дней назад

    Sqlite dominates the development part, but it is now going towards production also

  • @labhamjain3915
    @labhamjain3915 11 дней назад

    I actually heard about opfs quite a while ago while I was searching for automatically load files a web based NES emulator however I never started that project 😅😂

  • @godofwar8262
    @godofwar8262 12 дней назад +4

    Bro a carrer advice for fresher/intern in mern stack dev should be going in depths would be beneficial because current company use php sql and laveral or be a T shape dev leaning js and mern ecosystem in depths and know the laverl part

    • @usmanibraheem8377
      @usmanibraheem8377 11 дней назад +2

      Go with Laravel. Laravel has a huge ecosystem it has built around it. You will find a lot of packages to handle different things for Laravel. You can learn react in depth for frontend. I would recommend Vue instead because it is much easier to learn than react. But you will find a lot community support for react. So you can decide

  • @vaibhavchoursiya-fb1sp
    @vaibhavchoursiya-fb1sp 11 дней назад

    dhh also said something about sqlite i think.

  • @namelesssnerd
    @namelesssnerd 12 дней назад +1

  • @pixiedev
    @pixiedev 11 дней назад

    yo I'll store some llm somewhere around 200-300 gb 😅😅 in every user's opfs

  • @thesuryavivek
    @thesuryavivek 12 дней назад +27

    Please use dark mode bro 🥲

    • @codedamn
      @codedamn  12 дней назад +7

      haha i do, i think their blog post is not available in dark mode

    • @adarshpandey1958
      @adarshpandey1958 12 дней назад +14

      Use dark reader extension to convert light mode to dark

    • @officialkovid
      @officialkovid 9 дней назад +1

      Sir there is a Chrome extension by using that you can use every website in dark mode 😇​@@codedamn

  • @gopallohar5534
    @gopallohar5534 12 дней назад

    you never wondered how youtube is able to download videos in browser?

    • @codedamn
      @codedamn  12 дней назад +5

      indexeddb is perfectly fine to store blob data as well

    • @captainvenom7252
      @captainvenom7252 11 дней назад

      @@codedamn yea youtube encrypt it n stores in single row

  • @markrdp111
    @markrdp111 12 дней назад +4

    May be this is how mega download files in browser.

    • @AbhinavKulshreshtha
      @AbhinavKulshreshtha 11 дней назад +1

      Yes, they download the encrypted file to OPFS, decrypt it on client, then save it on disk.