Skip to content
View hectorddmx's full-sized avatar

Block or report hectorddmx

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

Hi there 👋

I'm Héctor De Diego Brito.

  • I'm an iOS, macOS, tvOS and visionOS developer. Proficient in both Swift and Objective-C.
  • In my free time I do some projects with:
    • Swift/iOS, macOS, tvOS, visionOS and backend
    • Elixir/Phoenix (PETAL Stack)
    • Python/FastAPI, Python/FastHTML, and Python/Django
    • Dart/Flutter
    • C#/Unity3D
      (^these are stacks I enjoy a lot)
  • In the past I also did:
    • PHP/Laravel or PHP/Wordpress
    • JS/Angular
    • JS & TS/React
    • TS/React Native
      (^these are stacks I either dread or work only when I really need to)
  • I'd love to see XR technologies (glasess or projectors) and IOT change the landscape of technology in the next years.

About me:

  • 🔭 I’m currently working as the Global Head of the Mobile Department at Distillery.
  • 🌱 I’m currently learning Phoenix LiveView to build some webapps.
  • 👯 I’m looking to collaborate on XR, BLE or IOT projects.
  • 🤔 I’m looking to help organizing meetups.
  • 💬 Ask me anything about iOS and Apple Platforms!

Pinned Loading

  1. Remove homebrew cocoapods installati...
    1
    #! /bin/zsh
    2
    
                  
    3
    install_cocoapods () {
    4
        echo "Installing cocoapods with gem"
    5
        # Creating new gems home if it doesnt't exist
  2. toggle_hidden_for_class_bookmarklet.js
    1
    javascript: (function () { 
    2
        const demoClasses = document.querySelectorAll('.taskboard-row-summary');
    3
        demoClasses.forEach(element => {
    4
            element.classList.toggle('hidden');
    5
        });
  3. dshb Public

    Forked from beltex/dshb

    macOS system monitor

    Swift 1

  4. HeaderViewTemplate Public

    A simple example project for a reusable HeaderView

    Swift 1

  5. ahk-scripts Public

    AutoHotkey 4 3

  6. contactFix Public

    A quick experiment with Combine, SwiftUI and MVVM

    Swift 2