Skip to content
View echolumaque's full-sized avatar

Highlights

  • Pro

Organizations

@Organisasyon-ng-mga-Malalakas

Block or report echolumaque

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

👋🏻 Echo Lumaque

Hey!! I'm Echo Lumaque, a Senior Software Engineer for over 7 years. I mainly do mobile development for iOS applications using UIKit, and SwiftUI.

I hold two degrees from the Polytechnic University of the Philippines. I graduated Magna Cum Laude with a Diploma in Information Communication Technology from the PUP Institute of Technology. My second degree is a Bachelor of Science in Information Technology from the College of Computer and Information Sciences, where I graduated Cum Laude.


import Foundation

class EchoLumaque {
    
    var name: String
    var username: String
    var location: String
    var linkedIn: URL
    var workLocation: String

    init() {
        name = "Echo Lumaque"
        username = "echolumaque"
        location = "Valenzuela City, Philippines"
        linkedIn = URL(string: "https://www.linkedin.com/in/echo-lumaque")
        workLocation = "Philippines"
    }
    
    var description: String {
        return "Hello, my name is \(name), also known as \(username). I'm currently based in \(location) and working in \(workLocation). Connect with me on LinkedIn: \(linkedIn.absoluteString)."
    }
}

// Usage
let me = EchoLumaque()
print(me.description)

My statistics



echolumaque's github activity graph

Pinned Loading

  1. Finova Finova Public

    Swift

  2. Movieroo Movieroo Public

    Movieroo is a simple yet feature-rich iOS application that allows users to discover and bookmark their favorite movies effortlessly.

    Swift

  3. NewsWave NewsWave Public

    NewsWave is a simple yet powerful iOS news application that enables users to easily explore and bookmark their favorite global news articles

    Swift

  4. GHFollowers GHFollowers Public

    Swift

  5. Covid-19-Stastics-Tracker-with-Contact-Tracing Covid-19-Stastics-Tracker-with-Contact-Tracing Public

    Covid 19 Stastics Tracker with Contact Tracing written in C#, and built using Xamarin Forms

    C#

  6. MedikTapp MedikTapp Public

    C# 1 1