Skip to content

gitclone-url/gitclone-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

𝙰 𝚜𝚎𝚕𝚏-𝚝𝚊𝚞𝚐𝚑𝚝 𝚌𝚘𝚍𝚎𝚛 𝚙𝚊𝚜𝚜𝚒𝚘𝚗𝚊𝚝𝚎 𝚊𝚋𝚘𝚞𝚝 𝚘𝚙𝚎𝚗 𝚜𝚘𝚞𝚛𝚌𝚎, 𝚋𝚞𝚒𝚕𝚍𝚒𝚗𝚐 𝚜𝚖𝚊𝚕𝚕 𝚙𝚛𝚘𝚓𝚎𝚌𝚝𝚜 𝚏𝚘𝚛 𝚏𝚞𝚗 𝚒𝚗 𝚏𝚛𝚎𝚎 𝚝𝚒𝚖𝚎.

About Me

I'm a tech enthusiast with a deep love for cutting-edge technologies and am always eager to explore the latest innovations. 🌟

I have a dream of traveling to every part of the world and experiencing diverse cultures. ✈️

Nature is my escape, and I find solace in the beauty of the natural world. 🌿

You can call me an Android Enthusiast 😁. I enjoy tweaking Android phones and exploring the full potential of mobile devices. 📱

In my free time, I love playing games, immersing myself in virtual worlds, and taking on new gaming challenges. 🎮

My interests also extend to Android OS and Linux/Unix-like operating systems, where I enjoy delving into their intricacies. 💻

Currently, I'm immersing myself in learning web development, aiming to craft dynamic and responsive websites. 🌐

While I may not be a professional developer, I'm passionately dedicated to coding and love exploring various programming languages to broaden my expertise. 💡


𝗠𝘆 𝘁𝗲𝗰𝗵 𝘀𝘁𝗮𝗰𝗸 👇


My GitHub Stats


Code of Life▼

#include <life.h>

bool alive = true;

void dailyRoutine() {
    while (alive) {
          if (isWorkingDay()) {
             wakeUp();
               breakfast();
             code();
               lunchBreak();
                  relax();
                  spendTimewithFriends();
                 dinner();
                 codeMore();
             sleep();
          } else {
                  learnNewSkills();
                   exploreSideProjects();
                     contributeToOpenSource();
            haveFun();
           }

        if (isWeekend()) {
            weekendActivities();
            takeABreak();
        }
    }
}

int main() {
    dailyRoutine();
    return 0;
}

Contact me on Telegram Aussie Parrot GIF

About

My personal repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published