Skip to content
View jpalala's full-sized avatar
🔭
Lets build something useful
🔭
Lets build something useful

Block or report jpalala

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jpalala/README.md

Hi 👋 My name is Joe Palala

Fullstack dev by day, problem solver by night. 💻 > I speak Java, PHP, Python, and JavaScript, weaving it all together with React to build apps that just work.

🔗 Portfolio: getjoe.dev | 📥 Status: Open to new chats and exploring new oppportunities!


0x3: Hobbies

Interests: Sci-fi (Asimov, Arthur C. Clarke, and Andy Weir) & plays chess (Sicilian Defense FTW).

JavaPHPPythonTypeScriptGitJavaScriptGNU BashHTML5NextJs ReactAngularVueNodeJS ExpressMySQLLaravelAmazon Web Services

### Socials

GitHub Twitter Hashnode LinkedIn

Joe's Github Stats

Joe's GitHub stats

One-off projects

Sometimes for a hobby I try to build useful things

 ____________________
< U da Goat! up 2:11 >
 --------------------
        \   ^__^
         \  (xx)\_______
            (__)\       )\/\
             U  ||----w |
                ||     ||
echo "You are using $(grep '^PRETTY_NAME=' /etc/os-release | cut -d= -f2 | tr -d '"') GNU/Linux $(uname -m)"

Pinned Loading

  1. pomo-cli pomo-cli Public

    pomodoro cli

    JavaScript

  2. learn-anything learn-anything Public

    Syllabus Content for learning anything

    1

  3. getting-started-with-react getting-started-with-react Public

    some links resources to learning react quickly

    2

  4. git-restash git-restash Public

    concede to the power of git stash

    Shell

  5. java-ses java-ses Public

    java based ses sending tool

    Java

  6. Basic unit-of-work for Laravel Basic unit-of-work for Laravel
    1
    Simple contract or interface, call as you wish:
    2
    
                  
    3
        interface UnitOfWork 
    4
        {
    5
            public function begin();