Skip to content
View 0xEsp's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report 0xEsp

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

Typing SVG


0xEsp

Twitter Follow GitHub followers

I am Manu, Mobile & Backend from Spain, living in Madrid

I'm always looking for new opportunities, so if you've landed here, let's keep in touch or spread the word!

Connect with me:


// AboutManuController.swift

import Manu

class About: Me {

    @objc func getLanguagesAndFrameworks() {
          return [
                "Swift",
                "SwiftUI",
		"Flutter",
                "NodeJS",
		"NestJS",
                "SpringBoot"
          ]
    }
    
    @objc func getExperiences() {
          return [
                "iOS Developer",
                "Flutter Developer",
                "Backend Developer"
          ]
    }
    
    let interest = ["Hackathons", "Competitive Programming", "Apple Ecosystem", "AWS Cloud", "Any Tech Stuff :)"]
}

0xEsp

Β 0xEsp


Check out my full worklife in https://manuelespeso.com

Popular repositories Loading

  1. Swift-Scripting Swift-Scripting Public

    Script for transform file type into .json (WIP in different scripts)

    Swift 1

  2. 0xEsp 0xEsp Public

    Myself ✨✨✨

  3. google-mlkit-swiftpm google-mlkit-swiftpm Public

    Forked from d-date/google-mlkit-swiftpm

    Google MLKit for iOS in Swift Package Manager

    Swift

  4. custom_gallery_display custom_gallery_display Public

    Forked from AhmedAbdoElhawary/custom_gallery_display

    When you try to select an image from a gallery or even a camera in Flutter, you will face a bad user experience because you have a traditional UI of Gallery display. This package will solve this is…

    Dart

  5. image_crop image_crop Public

    Forked from tsafundzic/image_crop

    A flutter plugin to crop image on iOS and Android.

    Dart