C++

  • Why I Prefer Not to Use GraphQL (P3)

    Today, we’re diving into an interesting topic: “Why I’m Over GraphQL – Why I Prefer Not to Use GraphQL.” Inspired by an insightful blog post from Matt Bessey, we’ll explore the reasons why some developers are moving away from GraphQL. Let’s break down this topic into five key points. GraphQL, while powerful, introduces a significant amount of complexity and overhead.…

    Read More »
  • Why I Prefer Not to Use GraphQL (P4)

    Today, we’re diving into an interesting topic: “Why I’m Over GraphQL – Why I Prefer Not to Use GraphQL.” Inspired by an insightful blog post from Matt Bessey, we’ll explore the reasons why some developers are moving away from GraphQL. Let’s break down this topic into five key points. GraphQL, while powerful, introduces a significant amount of complexity and overhead.…

    Read More »
  • Why I Prefer Not to Use GraphQL (P5)

    Today, we’re diving into an interesting topic: “Why I’m Over GraphQL – Why I Prefer Not to Use GraphQL.” Inspired by an insightful blog post from Matt Bessey, we’ll explore the reasons why some developers are moving away from GraphQL. Let’s break down this topic into five key points. GraphQL, while powerful, introduces a significant amount of complexity and overhead.…

    Read More »
  • VMWare MacOS Successful Install Start to Finish – Fix CPU Disabled Bug and More!

    Video/Stream Tips: All my Links: What’s needed MacOS ISO Install bootable (i can’t link this, apple/youtube will supress the video) Unlocker: VMWare: Code for VMX File smc.version = “0” cpuid.0.eax = “0000:0000:0000:0000:0000:0000:0000:1011” cpuid.0.ebx = “0111:0101:0110:1110:0110:0101:0100:0111” cpuid.0.ecx = “0110:1100:0110:0101:0111:0100:0110:1110” cpuid.0.edx = “0100:1001:0110:0101:0110:1110:0110:1001” cpuid.1.eax = “0000:0000:0000:0001:0000:0110:0111:0001” cpuid.1.ebx = “0000:0010:0000:0001:0000:1000:0000:0000” cpuid.1.ecx = “1000:0010:1001:1000:0010:0010:0000:0011” cpuid.1.edx = “0000:0111:1000:1011:1111:1011:1111:1111” smbios.reflectHost = “TRUE” hw.model = “MacBookPro14,3” board-id…

    Read More »
  • Install Visual Studio Code on Linux (C++11-14-17-20) 2024

    In This video we will do the following: – Download / Install Visual studio code in Linux – Add Important extensions for C++ – Enable Autosaving – Switch between C++ Standard This video for the preparation for the Embedded Linux Course. But anyone can use it for installing ubuntu with dual boot You can know more about the program by…

    Read More »
  • GraphQL vs REST – Battle of the APIs – p4 #shorts

    Today, we’re diving into the epic battle of APIs: GraphQL vs REST. Both have their strengths and weaknesses, but which one comes out on top? I know what my favorite is – but let’s weigh these against each other: Ok – Let’s dive into the epic battle of APIs: GraphQL vs REST. Both have their strengths and weaknesses, but which…

    Read More »
Back to top button