Skip to content
View KAYSILVHA's full-sized avatar
:octocat:
Learning...
:octocat:
Learning...

Organizations

@cubos-academy @INOVATECH-ACADEMY

Block or report KAYSILVHA

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

Coding      

Connect with Me

Email

Typing SVG

@KAYSILVHA's github-readme-stats @KAYSILVHA's github-readme-streak-stats


TECH STACK

icon
React
icon
Python
icon
JavaScript
icon
MySQL

Figma
icon
Github
Git
Git
HTML5
HTML5
css
CSS
bootstrap
Bootstrap
Nodejs
Nodejs
PHP
PHP
VsCode
VsCode
https://www.java.com
Java
PostgreSQL
PostgreSQL


activity graph


Typing SVG

About me

<?php

class KayDev {
    public $mood = "inspired";
    public $stack = ["Frontend", "Backend", "Mobile", "Design"];
    public $love = ["🌸 Anime", "🐾 Animals", "📚 Books", "👩‍🏫 Teaching", "🎵 Music"];
    public $energy = 100;

    public function startDay() {
        echo "☀️ Good morning, tech world! Time to create something amazing...\n";
        $this->choosePlaylist("Hatsune Miku 🎶");
        $this->energyBoost();
        $this->codeSession();
    }

    private function choosePlaylist($song) {
        echo "🎧 Now playing: $song\n";
    }

    private function energyBoost() {
        echo "✨ Magical energy boost activated. Creativity: +50!\n";
    }

    private function codeSession() {
        foreach ($this->stack as $area) {
            echo "💻 Mastering: $area with love and sparkles ✨\n";
        }

        foreach ($this->love as $thing) {
            echo "💖 Inspired by: $thing\n";
        }

        echo "🚀 Turning ideas into cute and functional experiences!\n";
    }
}

$kay = new KayDev();
$kay->startDay();

Typing SVG

Coding      

@2025 DEV_KAY, Inc. All rights reserved

Popular repositories Loading

  1. projeto-integrador projeto-integrador Public

    Software de poupança

    Java 3

  2. cardapioElasNaTech-ohayoConfeitaria cardapioElasNaTech-ohayoConfeitaria Public

    Desafio proposto pelo Curso ElasNaTech

    HTML 3

  3. cursoPHP cursoPHP Public

    PHP 2

  4. Exercicios-Java Exercicios-Java Public

    Exercícios relacionados a JAVA para desenvolvimento da linguagem

    Java 1

  5. angular angular Public

    JavaScript 1

  6. ChatGPT ChatGPT Public

    JavaScript 1