Skip to content
View aryala7's full-sized avatar
🚩
I may be slow to respond.
🚩
I may be slow to respond.

Block or report aryala7

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
aryala7/README.md
package com.aryalavassani;

import java.util.Arrays;
import java.util.List;
import java.util.Map;

public class About extends Me {

    public Map<String, Object> getCurrentWorkplace() {
        return Map.of(
            "workplace", Map.of(
                "company", "Student",
                "position", "Back-end Developer"
            )
        );
    }

    public List<String> getDailyKnowledge() {
        return Arrays.asList(
             "Java",
            "Spring",
            "PHP",
            "Laravel", 
            "JavaScript",
            "GoLang",
            "GraphQL",
            "MySQL",
            "Elasticsearch"
        );
    }

    public String getFutureGoal() {
        return "To contribute to open source projects and make the world a better place";
    }
}

Pinned Loading

  1. LibraryManagement LibraryManagement Public

    simple (not so simple) library management system with spring

    Java

  2. tookantech/chapaar tookantech/chapaar Public

    This package provides a flexible way to send and verify messages through various SMS providers. It offers integration with multiple drivers, making it easy to use different SMS service providers wi…

    PHP 13 3

  3. task-manager-api task-manager-api Public

    simple task manager using spring boot

    Java

  4. go-tcp go-tcp Public

    simple tcp server written in go

    Go

  5. BigBossScraper BigBossScraper Public

    a simple website with flask and scraping functionality

    HTML