Skip to content
View shinroo's full-sized avatar
πŸ––
Peace, Love & Happiness
πŸ––
Peace, Love & Happiness

Highlights

  • Pro

Block or report shinroo

Report abuse

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

Report abuse
shinroo/README.md

Hi there πŸ‘‹

I'm Rob, a Software Engineer specialising in Backend Web Development. I have over 10 years of industry experience working with NGOs, public sector research, corporate software R&D, consumer and sales tech. I've also worked as a Data Engineer before and I'm well versed in cloud technologies.

More recently I've taken on leadership responsibilities and I've enjoyed leading a team of talented backend engineers.

πŸ”­ I’m currently working on

A new social network to connect Muslims worldwide, Jamaa.

image

🦾 My preferred tech stack

While I feel confident in my ability to use whatever tools/technologies the project may require - I do have some tools that I've really enjoyed using before:

Category Preferences
πŸ‘¨πŸ»β€πŸ’» Programming languages
  • Go
  • Python
🌧️ Cloud Infrastructure
  • AWS
  • Digital Ocean
  • Terraform
  • Kubernetes
πŸ’Ύ Databases
  • Postgres
  • DynamoDB
  • Neo4j
  • Redis

πŸ‘― I’m looking to collaborate on

Open-source social good projects or anything to do with linguistics, botany or physics.

πŸ’¬ Ask me about

Free software, linguistics, travel, botany

πŸ“« How to reach me

LinkedIn Cord

Pinned Loading

  1. Draggable Leaflet Marker Location Se... Draggable Leaflet Marker Location Select
    1
    <!DOCTYPE html>
    2
    <html>
    3
     
    4
    <head>
    5
     <link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
  2. Create an infinitely looping livestr... Create an infinitely looping livestream on Youtube using FFMpeg
    1
    ffmpeg -re -nostdin -stream_loop -1 -i <your video file> \
    2
     -vcodec libx264 -preset:v ultrafast \
    3
     -acodec aac \
    4
     -f flv rtmp://a.rtmp.youtube.com/live2/<your stream id> 2> /dev/null &
  3. iss-tracker iss-tracker Public

    Minimalistic web page to see the position of the international space station

    JavaScript 1