Skip to content
View VehpuS's full-sized avatar
🦔
🦔
Block or Report

Block or report VehpuS

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
VehpuS/README.md

🦔 Moshe Gordon Radian

Full Stack Developer @ Nucleai | Autodidact | Polyglot Full-stack Developer | Lifelong Learner | Independent Researcher

  • 😄 Pronouns: he/him
  • 🔭 I'm a mostly self-taught SW engineer (incomplete Maths and CS degree from the Technion). I currently work as a full stack engineer in Nucleai - a startup which uses AI in the spacial biology space to assess the efficacy of immunological cancer treatments.
  • 📜 I worked previously as:
    • a full stack + GIS + AI developer in Albo Climate (@albo-climate) - a startup using Satelite imagery analysis using AI to monitor and measure the impact of climate project. I worked in Python (Rasterio, Google Earth Engine, Pytorch Lightning) and Javascript (React, Google Earth Engine).
    • a CTO / full stack developer on a startup I co-founded in JS / Typescript / React / React Native, in the travel tech and smart mobility spaces. I developed SaaS web and mobile applications, as well as GIS systems and algorithms based on Google Maps, Open Street Maps and Leaflet.
    • an Operation System developer @ Mellanox R&D (now NVIDIA Networking) working in C (embedded custom OS for network switches) and Python (verification tests for network switches).
  • 🌱 Programming languages enthusiast - I've dabbled to various extents in many modern and some older programming languages, and am always willing to learn more. Recently learned some Haxe for fun.
  • 💬 I'm an independent researcher of human computation, crowdsourcing, RL, thoughout my academic, professional and independant experience.
  • More about me
  • ℹ️ Make sure to check out my gists, which contain several tutorials / code samples.

Pinned Loading

  1. singing-synthesis singing-synthesis Public

    Teaching our computers to sing (backup deployment: https://main--vehpus-singing-synthesis.netlify.app/)

    C

  2. gee-to-rasterio-tutorial gee-to-rasterio-tutorial Public

    An interactive presentation / tutorial on geospatial analysis using Google Earth Engine and Rasterio

    Jupyter Notebook 1

  3. simple-cross-browser-suspender simple-cross-browser-suspender Public

    A cross-browser extension to suspend inactive / unused tabs by "hiding" them behind a static, generic browser error page. Basically to suspend https://moshe-gr.com, it will be redirected to http://…

    JavaScript 5 1

  4. react-3d-game-playground react-3d-game-playground Public

    Starting from https://www.youtube.com/watch?v=FGG0EeMNUl0&list=PLf8COyJwccaVMn0Jb6QxL9dcOM83fC7sv, let's see what I can build (probably moving on to https://www.youtube.com/watch?v=ZnXKmODEFHA&list…

    TypeScript

  5. haxe-flixel-interactive-grid haxe-flixel-interactive-grid Public

    A game grid in Haxe + Flixel with toggleable borders and closed square recognition - to be used in a future game.

    Haxe

  6. Expand as macros pattern demonstrati... Expand as macros pattern demonstration in C - https://repl.it/@VehpuS/Expand-as-macros
    1
    #include <stdio.h>
    2
    #include <stdbool.h>
    3
    
                  
    4
    #define NAME_ID_LIST(ENTRY) \
    5
       ENTRY(MOSHE, 0, true)    \