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

Image

Image Image Image
Headline

Image 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 image image

Image

image image

GIF

Pinned Loading

  1. ken ken Public

    Ken - Your daily Leetcode grind, visualized

    Swift 12 4

  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