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

Block or report mrdarrengriffin

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

Hey there, I'm Darren 👋

Interested to work with me or just want to get to know me better? Well, here's what you should know first!

💻 As a software developer, I'm passionate about pushing the boundaries of web technology. Currently, I'm immersed in the world of web performance, front-end animations, and exploring the basics of WebGL/3D.

🤪 I've lived with ADHD for over 20 years and it has taught me to harness the power of hyperfocus, although it's a double-edged sword. Balancing productivity can be challenging when medication wears off, but I have ways of dealing with that. I also struggle with a bit of anxiety in certain situations, it's just one of those things!

🚀 My core principle is to explore what excites me, have fun, and share my findings with others. Sometimes I might come across as a bit exuberant, but I'm just genuinely excited and passionate about the subject matter and the industry in general. I also welcome feedback with open arms to further improve where I can!

💡 Innovation drives me. Whether it's bringing ideas to life, delving into complex problems, or learning from others' insights, I'm in my element. It's not always about polished results; it's about learning, experimenting, and sharing insights with others.

🎾 Beyond the screen, I'll be on the tennis court. Tennis is my sanctuary, where I have an absolute blast, unwind from stress, and escape with my passion—thanks in no small part to my amazing coach!

Pinned

  1. dsap dsap Public

    Lightweight CSS animation library

    JavaScript 1

  2. google-weather-icons google-weather-icons Public

    A collection of the official Google weather icons

    7

  3. reflective reflective Public

    A custom built Magic Mirror client that (primarily) interfaces with the Home Assistant API and a few other things

    TypeScript

  4. Password-based data encryption using... Password-based data encryption using PBKDF2 and AES-GCM - JavaScript class
    1
    # Password-based data encryption using PBKDF2 and AES-GCM in JavaScript
    2
    
                  
    3
    ## Overview
    4
    This is an implementation I made for providing secure data encryption and decryption functionalities in JavaScript.
    5
    It uses PBKDF2 for key derivation and AES-GCM for the encryption algorithm.