Skip to content
View davylis's full-sized avatar

Block or report davylis

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

Hey 👋




class Main{
    public static void main(String[] args) {
        String name = "Liza Davydova";
        String[] interests = {"Coding", "Dancing", "Gardening", "Family", "Friends", "Cooking", "Drawing", "Movies"};
        String result = "";

        if (interests[0].equals("Coding")) {
            result = "Future FullStack Developer " + name;
        }

        System.out.println(result);
    }
}


Coding

Languages and Tools I learn to use:

cplusplus css3 figma git html5 java javascript linux mysql nodejs postman python react aws azure spring sqlite





davylis










davylis


Pinned Loading

  1. c-programs c-programs Public

    This repo contains my first c-programs

    C 1 1

  2. JDE JDE Public

    Java excersises for the course Programming 1 & 2

    Java

  3. davylis.github.io davylis.github.io Public

    Personal portfolio website for helping to me reach a stars

    HTML

  4. SQL SQL Public

    Uni Database Course

  5. FRONT-END FRONT-END Public

    React, NodeJS, HTML, CSS

    HTML

  6. JDESQL JDESQL Public

    Java Database Management, Java Full Stack projects, Java Backend, Integrate JavaScript & HTML & CSS in Java Frontend,Managing data by using SQLite and using additions, updates and deletions

    Java 1