Skip to content
View dsouzadilton's full-sized avatar

Block or report dsouzadilton

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

💫 About Me:

class Me{
    private String name;
    private String location;
    private String[] interests;
    private String[] hobbies;
    private String portfolio;

    Me(){
        this.name="Dilton";
        this.location="Mumbai, India";
        this.interests = new String[] {"Software Development", "IoT", "Machine Learning", "Performance Engineering"};
        this.hobbies = new String[] {"Coding", "Cycling", "Swimming", "Skating", "Kickboxing"};
        this.portfolio="https://dsouzadilton.github.io/";
    }
    
    public void introduce(){
        System.out.println("Hey there! I'm "+this.name+".");
        
    }
}

class Main{
    public static void main (String[] args) {
        Me me = new Me();
        me.introduce();
    }

}

🌐 Socials:

Instagram LinkedIn Quora X email

💻 Tech Stack:

C HTML5 Java JavaScript PHP PowerShell Python Bash Script TypeScript AWS React Spring Jenkins Apache Maven Apache Tomcat ApacheCassandra Firebase MongoDB MySQL Postgres Redis Figma Blender Canva Adobe Photoshop Adobe Lightroom Matplotlib NumPy Pandas TensorFlow PyTorch scikit-learn Bitbucket Git GitHub Playwright Cypress Selenium Grafana Jira Kubernetes Postman Power Bi Prometheus Splunk

📊 GitHub Stats:



✍️ Random Dev Quote

Pinned Loading

  1. Project365 Project365 Public

    A tracker for 365 days 365 projects challenge.

    HTML

  2. Health-Monitoring-System-IoT Health-Monitoring-System-IoT Public

    A NodeMCU based health monitoring device that monitors user's pulse rate, SpO2 level and body temperature.

    C++

  3. TestDataService TestDataService Public

    A lightweight, Redis-powered Test Data Service for Performance & Automation Testing

    Java

  4. ThirdEye ThirdEye Public

    Python