Skip to content
View VehpuS's full-sized avatar
πŸ¦”
πŸ¦”
Block or Report

Block or report VehpuS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  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)    \