I built my own mini-Vercel at our startup

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 48

  • @irtazahussain8118
    @irtazahussain8118 วันที่ผ่านมา +1

    I really love to learn more about the the background of the service. How you are handling the domain and also how wordpress instance is auto generated on single click. These are things we want you to make videos on. Thanks Mehul.

  • @nightowl0492
    @nightowl0492 2 วันที่ผ่านมา +12

    Bro's Consistency🔥

  • @shadowslayer2248
    @shadowslayer2248 2 วันที่ผ่านมา +2

    It's so crazy, if I was a recruiter and actually know some development and system design myself, and I see a candidate has created by himself something with even half the awesome engineering Fermion has, he would definitely be hired. Even though main motive is just to promote your platform, thank you for these amazing insights on inner layers of tech that usually only experienced people in the industry talk about.🔥🔥

  • @grimm_gen
    @grimm_gen 2 วันที่ผ่านมา +18

    Guys, don't be affraid to build your own tools if off-the-shelf options don't fit your needs!

    • @yassine-sa
      @yassine-sa 2 วันที่ผ่านมา +5

      Just make sure to not underestimate how much ressources it takes to do that, mainly developpement time. I can see this could take quite a while to build

  • @jacerchetoui709
    @jacerchetoui709 2 วันที่ผ่านมา +1

    I really can not find words to express my gratitude for your videos !
    you're filling my curiosities, and enriching my IT knowledge

  • @SHIVAMTIWARI-me5ng
    @SHIVAMTIWARI-me5ng 2 วันที่ผ่านมา +2

    DAMNN!!
    Amazing, while watching i was wondering that the style.css would not work as the route does not exist and then you explained it so clearly!
    Amazing content!

  • @sarojregmi200
    @sarojregmi200 2 วันที่ผ่านมา +2

    First time I saw you mention this project I was not well known about the things that it was going to include.
    Pretty impressive project.

  • @Sandeep-zd6dq
    @Sandeep-zd6dq วันที่ผ่านมา

    Interesting 👏 feels like we also do something similar on our domain to serve HTML creative preview before serving the ad directly to the user 🔥🔥

  • @SushantRahate
    @SushantRahate วันที่ผ่านมา

    Hey nice video, Could you explain why it’s necessary to explicitly declare the asset path in your app? Were there specific challenges or design considerations that influenced this approach.

  • @ateebasif5360
    @ateebasif5360 2 วันที่ผ่านมา

    Damn that's pretty impressive. I was wondering if you can make a video explaining about the magic you did under the hood as mentioned in the video. I am really interested in learning how did you manage to put all this amazing stuff together in depth.
    You're doing a really great job at explaining topics and stuff ❤

  • @viralgupta7636
    @viralgupta7636 2 วันที่ผ่านมา +2

    pretty cool! is js bundle also stored in s3?
    Could you give us a tour for the creators dashboard for the fermion and tell us about different features you have in your website.

  • @dhyeythumar
    @dhyeythumar วันที่ผ่านมา

    Curious about how you are handling project uploads in Next.js format. Are you spinning the user's Next.js server and connecting it with your Next.js server? Is it just SSG that generates HTML at the build time?

  • @saswatdas3456
    @saswatdas3456 2 วันที่ผ่านมา

    Pretty Intresting

  • @puneetdhiman5194
    @puneetdhiman5194 2 วันที่ผ่านมา

    Very impressive indeed!

  • @athardavid
    @athardavid 2 วันที่ผ่านมา +1

    That's freaking cool ❤

  • @arnabchatterjee8556
    @arnabchatterjee8556 2 วันที่ผ่านมา

    Going to cook this now 🙇‍♂️🙇‍♂️🙇‍♂️

  • @nofeah89
    @nofeah89 2 วันที่ผ่านมา

    So cool really appreciate sharing this! btw what exactly use used to convert wordpress to static code? is the static code using nextjs?

    • @codedamn
      @codedamn  2 วันที่ผ่านมา

      No, we export the Wordpress generated HTML directly from WordPress. Since we control the instance we have full access to

  • @jayashtripathy4984
    @jayashtripathy4984 2 วันที่ผ่านมา +2

    what if the routes are conflicting with internal routes
    how did you managed that?

    • @codedamn
      @codedamn  2 วันที่ผ่านมา +1

      Some protected routes cannot be overridden

  • @faizanahmed9304
    @faizanahmed9304 2 วันที่ผ่านมา

    This is amazing

  • @dhanushg5254
    @dhanushg5254 2 วันที่ผ่านมา

    Hi - considering that your customer base is small as of now, would you plan to include a service where users share the figma design to you and then you convert it to nextjs? This won't scale but would be a good value added service

  • @rocccyborg
    @rocccyborg 2 วันที่ผ่านมา +1

    That's amazing lgta hai kuch krna hi padega idea pade pade sad rahe hain dimag me

  • @toki.mp3
    @toki.mp3 2 วันที่ผ่านมา +1

    what do you use for DRM?

  • @srinivassai9270
    @srinivassai9270 2 วันที่ผ่านมา +1

    How is DRM-protected video played on the custom webpage? Are the videos embedded in the HTML like TH-cam video embedding on a website, or do you use a custom video player?

    • @soomjeetsahoo8710
      @soomjeetsahoo8710 2 วันที่ผ่านมา

      I feel it depends on user agent and other parameters which chrome exposes. Which helps in DRM.

  • @atindraraut
    @atindraraut 2 วันที่ผ่านมา

    What if we use micro frontend for these things?

  • @projectrexaofficial
    @projectrexaofficial 2 วันที่ผ่านมา

    Why not just rewrite the url in the uploaded HTML?

  • @abhishekmehandiratta4241
    @abhishekmehandiratta4241 2 วันที่ผ่านมา +1

    If you serve static pages, why not just upload everything to s3 and serve from a cdn directly? Why NextJS in between to serve html pages?

    • @codedamn
      @codedamn  2 วันที่ผ่านมา

      How would custom domain work even if you upload everything on s3?

    • @abhishekmehandiratta4241
      @abhishekmehandiratta4241 2 วันที่ผ่านมา +1

      ​@@codedamn custom domains can be assigned to s3. Subdomains can also be created and assigned to s3 buckets, there's an official guide to do that. Not sure how well it would work for your use case though

    • @codedamn
      @codedamn  2 วันที่ผ่านมา +1

      Yes it would work that way but remember that there are many other things on fermion that still require use to control routing on domain level - like payments, coding labs, live classes, course enrollment and the full instructor dashboard also as visible in video. If we give the full domain to s3 then it would be a truly static website only, not a dynamic website with some static marketing pages

  • @jaswanthroyal3268
    @jaswanthroyal3268 2 วันที่ผ่านมา

    What if we already have a website in wix or framer or webflow can I able to synk fermion with my website or do I need to only use wordpress builder

    • @codedamn
      @codedamn  2 วันที่ผ่านมา

      You can sync it with wix also

  • @mohammad-aman1105
    @mohammad-aman1105 2 วันที่ผ่านมา

    can you tell me what makes fermion different from learnyst

    • @codedamn
      @codedamn  2 วันที่ผ่านมา

      Many things, but mainly that fermion is much snappier/premium looking and includes many advanced things like built in coding labs, live classes, etc.

  • @syalwacode
    @syalwacode 2 วันที่ผ่านมา

    is that cloudflare tunnel / zero trust?

    • @codedamn
      @codedamn  2 วันที่ผ่านมา

      No

  • @adityakumarsingh7648
    @adityakumarsingh7648 23 ชั่วโมงที่ผ่านมา

    niceee

  • @irfansaeedkhan7242
    @irfansaeedkhan7242 2 วันที่ผ่านมา

    Second Comment :P let the race begin

  • @pranupranav5563
    @pranupranav5563 วันที่ผ่านมา

    Now open source kar do.

  • @rocccyborg
    @rocccyborg 2 วันที่ผ่านมา +3

    First comment 😄😊

  • @nithinbhandari3075
    @nithinbhandari3075 2 วันที่ผ่านมา +3

    Wow! Just awesome.
    Seeing you from years, just very nice and very complex content.
    What do you think about Builder io?