Skip to content
View dahelg's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report dahelg

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

Hi there, I'm Helge πŸ‘‹

  • πŸ”­ I’m currently working as a professional Software Developer and built complex Jamstack webpages built with ES6, TypeScript, React, Node.js, Contentful, Sanity, Gatsby, Next.js, AWS, Netlify, Gatsby Cloud, Cloudinary, Mux.com ... and a lot of other third party services. I also use Python 🐍 for webdev and for RaspberryPi fun.
  • 🌱 In my studies, I'm deepening my knowledge in all areas of web development, but I'm especially focused on learning AWS.
  • 🐝 I'm a hobby drone pilot and 360 degree photographer/videographer.
  • πŸ’¬ Want to talk? πŸ‘‰ Tweet or DM via Twitter! Twitter URL 😎

Pinned

  1. wirvsvirus-rki-corona-service wirvsvirus-rki-corona-service Public

    Get data for Germany from rki

    JavaScript 3

  2. A simple hack to like all twitter po... A simple hack to like all twitter posts currently loaded in a thread. Can be used directly within the browser's dev tools console.
    1
    document.querySelectorAll("div:nth-child(3) > div > div > div > svg").forEach(item => item.parentNode.click())