Tags -> Dev

Tags: 3d (3) / ai (3) / blender (1) / dev (6) / f1 (2) / fpv (2) / graphql (1) / rust (1) / vim (1) / xr (4) /
  • WASM 3D

    What is WASM? WASM is short for Web Assembly. JavaScript is a high-level interpreted programming language. High-level means it’s convinient for humans, at the expense of performance (and security). An interpreted language differs from a compiled program, in the fact that it requires and intermediary to interpret it, while a compiled program speaks the language of the audience. By nature, a compiled program uses less resources. For many years browsers were able to interpret JavaScript, making the World Wide Web a dynamic place.

  • Vim First Steps

    Jump to the cheat sheet! First step, option A: Vim in VS Code Start learning vim by installing this VIM extension in VS Code. First step, option B Install neovim, or a preconfigured setup like LunarVim (this is the one I’m currently using). There’s a whole playlist from ThePrimeagen. Don’t use it to code just yet Use vim to take notes. Create a Markdown file to write down your daily to-do’s.

  • Graphql vs gRPC

    TL;DR GraphQL and gRPC are two different technologies that are used in software development to enable efficient communication between different systems. This article discusses the main differences between the two technologies, including their architecture, data formats, and language support. It also explains the pros and cons of using each technology, and compares and contrasts their use cases. Finally, the article provides examples of companies and organizations that have successfully used either GraphQL or gRPC in their systems.

  • Work in progress

    Enter the hangar F1 race charts

  • F1 VR Room

    VR room built with aframe.io

    F1 VR Room
  • F1 3D model for WebXR

    From Blender to WebXR with aframe.io

    F1 3D model for WebXR