Logo
Loading…
Profile
Avatar
Online

Jay Bayron
verified


Buy me a coffee bmcQR

Projects

Here are some projects I’ve worked on that reflect my learning and practical experience in software development.

Portfolio Web App

Portfolio Web App

A personal portfolio website I built for fun, where I applied what I’ve learned from professional projects, freelance work, and self-study to showcase my skills and experience as a software developer.

Technologies

Laravel Livewire Tailwind CSS NodeJS MySQL Redis
RingQ Meet

RingQ Meet

Developed a cross-platform video conferencing feature integrated into a web-based VoIP application, enabling real-time audio/video communication and seamless in-call collaboration.

Technologies

NodeJS Phalcon PHP Tailwind CSS JavaScript WebRTC Redis
RingQ Salesforce CTI

RingQ Salesforce CTI

Integrated a third-party softphone within Salesforce, enabling seamless click-to-call functionality and automated call journaling for improved customer interaction tracking.

Technologies

Salesforce Apex Flutter JavaScript PHP PostgreSQL WebRTC
RingQ Cliniko

RingQ Cliniko

RingQ integrates with Cliniko to enable caller ID and patient record matching, making it quicker than ever to help a patient.

Technologies

PHP PostgreSQL JavaScript
Sukyo Mahikari (Charity App)

Sukyo Mahikari (Charity App)

Developed a Visitor Management App (Web, Android, iOS) for the Sukio Mahikari temple to track check-ins/check-outs.

Technologies

Flutter Dart Firebase Phalcon PHP MySQL Redis
Ashram (Charity App)

Ashram (Charity App)

Developed a Visitor Management App (Web, Android, iOS) for the Ashram to track check-ins/check-outs.

Technologies

Flutter Dart Firebase Phalcon PHP MySQL Redis
Nagarathar (Charity App)

Nagarathar (Charity App)

Developed a community communications system (Web, Android iOS) for the Nagarather community in India, enabling internal messaging, push notifications, and efficient data management.

Technologies

Flutter Dart Firebase Phalcon PHP MySQL Redis
Point of Sale - Hotplate Sizzling (Valenzuela Branch)

Point of Sale - Hotplate Sizzling (Valenzuela Branch)

Developed a POS system with modules for employee management, inventory tracking, menu management, and sales reporting, tailored for restaurant operations.

Technologies

PHP JavaScript Tailwind CSS MySQL
Php MVC

Php MVC

I built this DIY MVC framework as a way to deepen my understanding of PHP and how frameworks like Laravel work behind the scenes. It includes a simple routing system and database migrations, giving me hands-on experience with structuring web applications and learning the fundamentals of framework design.

Technologies

PHP MySQL
Visitor Statistics:
Unique 29
Returning 3
Total 32
Visitors by Country:
1
logo

Jay Bayron

Full Stack Software Developer

Copyright © 2026 Jay Bayron. All rights reserved.

Dialer

SECURE PSTN LINE

Recent Calls

JAY IS PRESENTING
Jay
videocam_off

Ready to connect?

Waiting for Jay...

He'll be with you shortly.

mic_off Muted

videocam_off

You
🥺

Leaving already?

We'd love for you to stay a little longer! Are you sure you want to hang up?

Ask Jay's AI

Hi, I'm Jay's AI. I'm here to help you with any questions about Jay.

Recommended Questions

Jay's AI

/5 asked
Share
Dialer
call
Video Call
video_call
Chat
chat
PHP JayBayronCV.php
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
<?php

namespace Portfolio;

use Skills\FullStack;
use Experience\WebDeveloper;

class JayBayron extends SoftwareDeveloper
{
public $contact = [
'email' => '[email protected]',
'phone' => '+63 932 532 5405',
'location' => 'Antipolo City, PH',
'linkedin' => 'in/jaybayron9',
'github' => 'github.com/jaybayron9',
];

public function workExperience()
{
return [
'Cal4Care Phils Inc.' => [
'role' => 'Web Developer (PHP)',
'period' => 'Jan 2024 - Present',
],
'Freelance' => [
'role' => 'Full Stack Developer',
'period' => 'May 2023 - Nov 2023',
],
];
}

public $skills = [
'Languages' => ['PHP', 'JavaScript', 'Dart'],
'Frameworks' => ['Laravel', 'Livewire', 'Flutter', 'Phalcon', 'Vue.js'],
'Frontend' => ['Tailwind CSS', 'Bootstrap', 'CSS3'],
'Database' => ['MySQL', 'PostgreSQL', 'SQLite', 'Redis'],
'Real-time' => ['WebSockets', 'Socket.IO', 'Pusher'],
'Cloud/DevOps' => ['AWS', 'DigitalOcean', 'GCP', 'Linux', 'Git'],
];

public $education = [
'degree' => 'BS Computer Science',
'school' => 'The University of Manila',
'graduated' => 'Sept 2023',
];
}
?>
source main cancel 0 errors
Ln 100, Col 1 UTF-8 PHP