Kaustubh Sharmakaustubhtech.hashnode.dev·Aug 30, 2024How to get internet connectivity to the nested VM ?Let’s break down how to setup internet connectivity to the nested VM, focusing on the NAT (Network Address Translation) configuration. Achieving DHCP and Internet Connectivity inside nested VM. Let's create the Internal Virtual Switch first. $switc...2 likesinternet
Ijlal Ahmadblogs.ijlalahmad.tech·Feb 21, 2024Deeply Nested Comments ArchitectureOverview Ever wondered how nested comments are implemented? Some sites like YouTube or Instagram limit the level of nested comments to only one level. However, platforms like Reddit or Facebook took nested comments to a whole new level, allowing user...2 likes·112 readscomments
David Carrdcblog.dev·Jan 11, 2024Laravel ApiResouce name nested route placeholderWhen using an ApiResource that has more than one placeholder it may seem tricky to figure out how to name the placeholder used. For example, take this route: Route::apiResource('users.tenant', UsersController::class); This produces these routes Now...1 like·546 readsLaravel
Simon Asikablog.uniauth.com·Dec 4, 2023Using Nested Set Model to Build Hierarchical DataI've been using the Nested set model for a while in Windwalker Framework, as it's built into its core ORM package. However, I realized that there isn't much discussion about this model in the dev community. The Nested set model is a data model design...2.0K readsnested set model
Sanathansanathan.hashnode.dev·Feb 12, 2023JavaScript ClosuresWhat is the closure? What do you think when you hear the word Closure. Closure means the end or the closing down of something. Like closing down the restaurant, or ending the relationship with your friend. or saying Goodbye to your loved ones. (close...2 likes·87 readsJavaScript