Skip to content
View jpalala's full-sized avatar
🎯
Focusing
🎯
Focusing

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.

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

Hi My name is Joe Palala

GetJoe.Dev

My Portfolio site: visit GetJoe.Dev

0x1: System Architect

Decades of professional dev cycles, architecting stacks from the ground up. My primary directive: Ship it.

I've learned to love the pre-commit hook that is unit testing. It’s the optimal way to avoid runtime panic caused by type coercion in dynamic languages, particularly the inherent lack of type safety in PHP's loose typing and inconsistent function signatures (strpos($haystack, $needle) vs. array_search($needle, $haystack)). Time is an O(n) complexity, and I prefer to stay on the bleeding edge of the dependency graph. Let's ping each other over some coffee to cross-pollinate knowledge.


0x2: Current State & Stack

Locale: philippines Contact: Joe@Palala.Dev | linkedin/in/joepalala Stack:

  • Backend: Java (JVM ecosystem, including Quarkus and Spring MVC like it's a new cool thing), PHP and Laravel
  • Frontend: React (primary), Angular, Vue (proficient) Status: Looking for work!

My brief CV

EnablesGroup | Feb 2025 - Aug 2025

I worked on a B2B Direct-to-Consumer Shopify app, leveraging Symfony, Next.js, and the Shopify API to create a seamless e-commerce solution.

Gappify | Feb 2023 - Feb 2025

As a developer at Gappify, I worked with Laravel, Java, and PHP. I gained a deep appreciation for unit testing in Laravel and implemented it extensively to ensure code quality and stability.

HeroTeams | Feb 2022 - Oct 2022

In my role at Hero Teams, I was a key part of the development team for a leave management software. I utilized Node.js and React, where I focused on state management using useReducer to build efficient and reliable front-end applications.

Willis Towers Watson | May 2017 - Feb 2022

While at Willis Towers Watson, I worked as a UI Developer, gaining experience with Angular to build user interfaces.

Volunteer Work

I volunteer my time to help maintain the ivolunteer.com.ph web project, contributing to a cause I am passionate about.

Ping me to learn more


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

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