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

Hi ๐Ÿ‘‹ My name is Joe Palala

Hello there! I'm currently looking for a job. I'm grateful for the opportunities I've had to develop my skills, and I'm looking for my next challenge. While compensation is important, I'm primarily seeking a company that truly values its people through a supportive culture, a healthy work-life balance, and a commitment to employee growth. I'm excited to bring my experience in E-commerce (having worked with integrations with Shopify, Woocommerce, and related customized solutions as a PHP developer) to a role where I can contribute to a great team and a great company.

Ping me to learn more or visit my portfolio site at https://getjoe.dev


0x3: Hobbies

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

JavaPHPPythonTypeScriptGitJavaScriptGNU BashHTML5NextJsReactAngularVueNodeJSHerokuExpressMySQLLaravelAmazon 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

Pinned Loading

  1. pomo-cli pomo-cli Public

    pomodoro cli

    JavaScript

  2. learn-anything learn-anything Public

    Syllabus Content for learning anything

  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();