Skip to content
View devparada's full-sized avatar
👋
Hello
👋
Hello
  • Spain

Block or report devparada

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

Hi, I'm Raúl 👋

<?php
class Profile {
    private $presentation = "Hi, I am a web developer 💻 with a solid base in PHP, JavaScript, MySQL and Java";

    public function printPresentation() {
        echo $this->presentation;
    }
}

$profile = new Profile();
$profile->printPresentation();
?>
public class Profile {
    private final String presentation = "I am currently experimenting with new languages and technologies ⚙";

    public static void main(String[] args) {
        Profile profile = new Profile();
        System.out.println(profile.getPresentation());
    }

    public String getPresentation() {
        return presentation;
    }
}

Languages

PHP MySQL HTML5 CSS3 JavaScript Java SQLite

GitHub Stats

devparada's Top Langs devparada's GitHub stats

Pinned Loading

  1. StatusMCServerTool StatusMCServerTool Public

    Program that checks the status of Minecraft servers that you manage

    Java 1

  2. Teistris Teistris Public

    Proyecto Teistris

    Java 3

  3. CodeKonami CodeKonami Public

    Es un programa escrito en Java que prueba un código konami

    Java 1

  4. TresEnRayaJS TresEnRayaJS Public

    Tres en raya hecho en JavaScript

    HTML 1

  5. taskvelocity taskvelocity Public

    Proyecto de fin de ciclo que gestiona tareas y proyectos de cada usuario

    JavaScript 1

  6. PlotTogether PlotTogether Public

    Juego hecho en Godot

    GDScript 1