Logo
Loading…
Jay Bayron
Avatar
Online

Jay Bayron
verified


Buy me a coffee bmcQR

About

I'm Jay Bayron, a full-stack developer working mainly on real-time communication systems — the software that lets people make and receive calls over the internet. I'm comfortable across the stack but strongest on the backend and on the servers that keep these systems running.

Most of my work sits in VoIP and telephony: softphones, call routing, WebRTC signalling, and CRM integrations that put a dialer inside the tools support teams already use. The softphone and video call on this site are the same kind of thing, running live — you can open the dialer and try it.

Outside of calling systems, I build and ship mobile apps with Flutter, and web applications with PHP — Laravel and Phalcon — backed by MySQL, PostgreSQL and Redis. I handle the deployment and server side of those projects too.

I hold a BS in Computer Science. I currently build calling and web systems for an international communications company, and take on freelance work for businesses alongside it.


What I work on

Selected work, in the areas I spend most of my time.

Voice & real-time communication

Browser-based calling built on WebRTC — a video conferencing product, a Salesforce CTI adapter that embeds a dialer directly into the CRM, and a Cliniko integration for clinic phone workflows.

Mobile applications

Flutter apps shipped to the Play Store, backed by Firebase and PHP APIs — including several apps built for charitable organisations.

Web systems & infrastructure

Laravel and Phalcon applications with MySQL, PostgreSQL and Redis, plus the deployment and server administration that keeps them online.

See all projects
0
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
Video Call
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