Skip to content
View dactrtr's full-sized avatar
💭
Waiting for the Github Stories
💭
Waiting for the Github Stories

Block or report dactrtr

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dactrtr/README.md

Hello hello hello 🤘

Dactrttrt...what?

don't mind call me セバ.

I also do some drawings

Hi, I'm Sebastián Zúñiga - designer by training, builder by instinct, and the person in the room who speaks both design and dev fluently enough to confuse both sides.

I've spent 10+ years moving between UI/UX, interaction design, and frontend development. I pick up new tools because I'm curious (Lua, Swift, Processing - not because the job asked), build internal tools when they don't exist, and know when to deprecate something I made in favor of a better solution.

Currently in Japan South Korea Portugal Austria Romania Bulgaria France Tukye Sri Lanka Chile, running Tangara Studio with a friend and making Dinopirates from Inner Space - a Playdate game nobody asked for but everyone will want.

Also learning Japanese. Slowly. But learning.


Design & creative work → behance.net/dactrtr

Code & projects → github.com/dactrtr

Portfolio → dactrtr.rocks

Game studio newsletter → Tangara Studio

Illustrations → Instagram

LinkedIn → dactrtr

Previously at McKinsey and DeNA.

Pinned Loading

  1. Design-to-Swift Design-to-Swift Public

    A bunch of little designs I took from the internet to practice my SwiftUI coding skills, done in Xcode

    Swift 1

  2. 01 - clean bank ui.swift 01 - clean bank ui.swift
    1
    import SwiftUI
    2
    import PlaygroundSupport
    3
    
                  
    4
    struct cleanBank : View  {
    5
        @State var isOpen = false
  3. 00 - lekan menu.swift 00 - lekan menu.swift
    1
    
                  
    2
    import SwiftUI
    3
    import PlaygroundSupport
    4
    func haptic(){
    5
        UINotificationFeedbackGenerator().notificationOccurred(.success) // works only on devices (iPhone)