ronak-patel — VS Portfolio 1.0.0
about.php×
skills.json×
experience.ts×
projects.md×
contact.yml×
Available for hire
Ronak Patel
Senior PHP & Full-Stack Developer
10 years of software development experience. Currently working as a Sr. Developer Programmer at Fluid Management Technology, Australia. Hands-on with Core PHP, Laravel, Symfony, Yii2, ReactJS, Node.js and GraphQL — backed by AWS cloud infrastructure and OCPP-based EV charging systems. Skilled at managing multiple projects end-to-end within time and cost parameters.
/**
* @author Ronak Patel
* @role Senior PHP & Full-Stack Developer
* @since 2014 — 10 years of craft
*/

declare(strict_types=1);

namespace Portfolio\Developer;

class RonakPatel extends SeniorEngineer
{
    public string $name       = 'Ronak Patel';
    public string $role       = 'Sr. Developer Programmer';
    public string $company    = 'Fluid Management Technology';
    public int    $experience = 10;
    public bool   $available  = true;

    public array $stack = [
        'PHP', 'Laravel', 'Symfony', 'Yii2',
        'React', 'Node.js', 'GraphQL',
        'MySQL', 'MSSQL', 'AWS', 'OCPP',
    ];

    public function hire(): Response
    {
        return new Response(
            status: 'ready',
            quality: 'high',
            delivery: 'on-time',
        );
    }
}
// Backend & Frameworks
PHP
Laravel
Symfony
Yii2
Node.js
GraphQL
REST APIs
// Frontend
React.js
React Native (Mobile Development)
JavaScript / HTML
CSS
Tailwind
// Databases
MySQL
MSSQL
// DevOps & CI/CD Pipelines
GH
GitHub Actions
CI/CD pipelines with automated test runs, Docker builds and deployments triggered on push/PR events.
BB
Bitbucket Pipelines
Automated build, test and deploy workflows using bitbucket-pipelines.yml with environment-based deployment stages.
DK
Docker
Containerizing applications and setting up reproducible development/staging environments across teams.
GitHub Bitbucket Jira Trello Redmine Docker
// Payment Gateways
BT
Braintree
Full payment flow integration including tokenisation, subscriptions, recurring billing and webhook handling via Braintree PHP SDK.
EW
eWAY
Secure card processing with eWAY Rapid API — direct connections, transparent redirect and stored customer payment methods.
// AWS Cloud Services
EC
EC2
Provisioning and managing virtual servers — AMIs, security groups, auto-scaling and load-balanced fleets.
S3
S3
Object storage for assets, backups and static site hosting. Lifecycle policies, pre-signed URLs and CDN integration.
DK
ECS
Running containerised PHP/Node applications with task definitions, Fargate and service auto-scaling.
CR
ECR
Private Docker registry for storing and versioning container images used in ECS and CI/CD pipelines.
LB
ELB
Application and network load balancers for distributing traffic, SSL termination and health-checked routing.
EB
EBS (Beanstalk)
Persistent block storage and Elastic Beanstalk environments for fast, managed application deployment.
LS
Lightsail
Simplified cloud hosting for smaller projects — managed instances, databases, DNS and static IP on predictable pricing.
CW
CloudWatch
Monitoring application logs, metrics and alarms for proactive incident response and performance tuning.
CP
CodePipeline
Automated build-test-deploy release pipelines integrated with CodeBuild and ECS/Beanstalk targets.
// Protocols & Standards
OCPP 1.6 OCPP 2.0 GraphQL REST WebSockets
May 2025 – present ● active
Sr. Developer Programmer
Fluid Management Technology, Australia
Implementing REST and GraphQL APIs in Laravel to power modern frontend interfaces. Developing scalable web applications with ReactJS and Tailwind CSS. Working with OCPP protocols for electric vehicle charging systems. Integrating AWS services for storage, deployment and backup. Using Docker to containerize applications and set up dev/staging environments. Optimizing SQL queries and managing complex data structures across MySQL.
Laravel REST APIs GraphQL React.js React Native OCPP AWS Docker MySQL
Aug 2016 – Feb 2024
Sr. Software Engineer & Team Leader
Tatvasoft, India
Built dynamic web pages using Core PHP, HTML, JavaScript and CSS. Assisted in converting legacy systems into modern web applications. Supported database operations, migrations and optimizations. Implemented REST APIs and basic AWS services. Led system analysis and architecture along with unit testing. Developed enterprise applications in Symfony, Yii2, Laravel, Golang and Node.js for various business needs. Managed CI/CD pipelines and automated deployment processes. Managed multiple projects simultaneously using JIRA.
Core PHP Symfony Yii2 Laravel Node.js Golang REST APIs AWS JIRA
EV Charging Network
PHP
OCPP 1.6/2.0 backend for EV stations. Real-time charge session management, remote commands and AWS monitoring.
SaaS Platform API
Laravel
Multi-tenant SaaS with GraphQL and REST APIs, RBAC, webhooks and a React dashboard. Deployed on AWS with auto-scaling.
Legacy System Modernization
PHP
Converted legacy Core PHP systems into modern web applications, including database migrations and performance optimisation.
Logistics Management
Symfony
Enterprise logistics platform on Symfony + MSSQL with real-time tracking, EDI integrations and Jira sprint workflows.
Cloud Infra Pipeline
AWS
Zero-downtime deployment pipeline via AWS ECS, ECR, ELB and S3 with CloudWatch dashboards and automated rollbacks.
E-commerce Platform
Yii2
High-traffic e-commerce in Yii2 with custom inventory, payment gateways and MySQL query optimisation for scale.
# contact.yml
# Let's build something great together

developer:
  name: Ronak Patel
  role: Sr. Developer Programmer
  company: Fluid Management Technology, Australia
  experience: 10 # years
  available: true

contact:
  email: hello@ronakpatel.dev
  github: github.com/ronakpatel
  linkedin: linkedin.com/in/ronakpatel
  bitbucket: bitbucket.org/ronakpatel

preferences:
  work_type: [remote, hybrid, contract]
  timezone: flexible
  response_time: < 24h

stack_preference:
  primary: [PHP, Laravel, React]
  cloud: [AWS]
  protocol: [OCPP, GraphQL, REST]
  pm_tools: [JIRA, Trello, Redmine]
// direct links
⎇ main
✓ 0 errors
⚡ 0 warnings
PHP
UTF-8
Ln 1, Col 1