Skip to content
View ilakshaygupt's full-sized avatar
πŸ‘‹
HALLO :D
πŸ‘‹
HALLO :D

Block or report ilakshaygupt

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


Headline

Twitter Discord Gmail

// !/usr/bin/swift
// -*- coding: utf-8 -*-

class Developer {
    let name = "Lakshay Gupta πŸ˜„"
    let role = "Mobile & Backend Developer πŸ“±πŸ’»"
    let loves = ["Swift 🍎", "Flutter πŸ’™", "DevOps πŸš€"]
    let location = "Somewhere on Earth 🌍"
    
    func sayHi() {
        print("Thanks for dropping by, hope you find some of my work interesting.")
    }
}

let me = Developer()
me.sayHi()

image image image image

image image image

image image image

image image

GIF

Pinned Loading

  1. ken ken Public

    Ken - Your daily Leetcode grind, visualized

    Swift 12 3

  2. NavKit NavKit Public

    NavKit - Modular Navigation Package for SwiftUI

    Swift

  3. Justice_link Justice_link Public

    Justice Link - SIH-2023 Winning Project

    Dart

  4. Soundly-Backend Soundly-Backend Public

    Soundly Backend is the server-side component of a music streaming and playlist management system. It enables users to listen to their favorite songs, create playlists, and explore music.

    JavaScript