Skip to content
View hectorddmx's full-sized avatar
🎏
On the wind
🎏
On the wind
Block or Report

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 developer. Proficient in both Swift and Objective-C.
  • In my free time I do some projects with Elixir/Phoenix (PETAL Stack), Python/Django and Dart/Flutter which are stacks I enjoy a lot.
  • In the past I did PHP/Laravel, Unity3d/C# and a couple of PoC's with Angular and React but I'm either rusty, not very good at them and/or don't enjoy working with those technologies anymore.
  • 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 Live View and Surface to design reusable components.
  • 👯 I’m looking to collaborate on IOT and XR projects.
  • 🤔 I’m looking for help organizing meetups.
  • 💬 Ask me anything about iOS!

Pinned

  1. Remove homebrew cocoapods installati... Remove homebrew cocoapods installation in catalina, and install directly from gem, zsh version
    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 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 dshb Public

    Forked from beltex/dshb

    macOS system monitor

    Swift 1

  4. HeaderViewTemplate HeaderViewTemplate Public

    A simple example project for a reusable HeaderView

    Swift 1

  5. ahk-scripts ahk-scripts Public

    AutoHotkey 3 3

  6. contactFix contactFix Public

    A quick experiment with Combine, SwiftUI and MVVM

    Swift 2