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.

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

👋🏻 Echo Lumaque

Hey!! I'm Echo Lumaque, a Senior Software Engineere for an international company based in Dubai, United Arab Emirates.

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 = "Dubai, United Arab Emirates"
    }
    
    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. 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#

  2. MedikTapp MedikTapp Public

    C# 1 1

  3. ConsultApp ConsultApp Public

    C# 1

  4. Covid-19-Tracker Covid-19-Tracker Public

    Covid 19 Tracker written in C# and built using Xamarin Forms

    C#

  5. Netflix Netflix Public

    Netflix replication using Xamarin.Forms

    C# 1 2

  6. SpotifyAPI SpotifyAPI Public

    Spotify backend for Spotify and replication using Xamarin.Forms and ASP.Net

    C# 1