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

Highlights

  • Pro
Block or Report

Block or report shinroo

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
shinroo/README.md

Hi there πŸ‘‹

I'm Rob, a Software Engineer specialising in Backend Web Development. I have over 8 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.

I like to work on data-intensive applications and enjoy providing insights and value from business data.

πŸ”­ I’m currently working on

A new social network to connect Muslims worldwide, Muzz Social.

Muzz Social Landing Page

🦾 My preferred tech stack

Category Preferences
πŸ‘¨πŸ»β€πŸ’» Programming languages
  • Go
  • Python
  • TypeScript
🌧️ Cloud Infrastructure
  • AWS
  • Digital Ocean
  • Terraform
πŸ’Ύ Databases
  • Postgres
  • DynamoDB
  • MongoDB
  • Neptune
  • 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

πŸ“« How to reach me

LinkedIn Cord

Pinned

  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