GP's Workspace

// about.js

const aboutMe = {
  title: "Software Engineer",

  summary: [
    "Software Engineer with 7 years of experience in designing and developing scalable web applications. Proficient in PHP, Laravel, MySQL, MongoDB, Express, React, Node.js, etc. with a strong focus on building high-quality, performance-driven solutions.",

    "Experienced in leading development teams and managing projects end-to-end from requirement gathering and system architecture to deployment and ongoing maintenance. Adept at ensuring timely delivery, maintaining code quality, and creating seamless user experiences.",

    "Passionate about solving complex technical challenges, improving development workflows, and delivering reliable digital products that align with business goals."
  ]
};

// professionalSynopsis.json

{
  "professionalSynopsis": [
    "7 years of web application development experience.",
    "Expertise in PHP, Laravel, MySQL, MongoDB, Express, React, Node.js.",
    "End-to-end application development.",
    "Strong backend architecture knowledge.",
    "Experience building scalable systems."
  ]
}

// skills.md


## Fullstack
- CorePHP
- Laravel
- CodeIgniter
- CakePHP
- NodeJS
- ExpressJS
- ReactJS
- Bootstrap
- jQuery
- JavaScript

## Databases
- MySQL
- MariaDB
- MongoDB
- Microsoft SQL Server

## CMS & Platforms
- WordPress
- WooCommerce
- Shopify
- Joomla
- Drupal

## APIs & Payments
- REST APIs
- RazorPay
- PhonePe
- PayU
- Payment Gateways
- Third Party APIs

## DevOps & Servers
- AWS
- Firebase
- Ubuntu
- CentOS
- Apache
- Nginx
- cPanel
- hPanel
- DNS

## Tools
- GitHub
- Jira
- GitLab
- Trello
- Figma
- Putty
- FillZilla
- WinSCP
- WAMP64
- XAMPP
- MySQL Workbench
- VirtualBox

// majorProjects.php

<?php

$projects = [
    "Energy Management System – Uno Minda",
    "International Tourism Web Application",
    "DogSpot E-commerce Platform Enhancement",
    "Women Entrepreneurs Community Platform",
    "Online Store & Invoicing System",
    "AIIMS Delhi Learning Platform",
    "Hospital Management System",
    "ERP System with Role-Based Access",
    "Football Auction System",
    "Property Management System"
];

foreach ($projects as $project) {
    echo $project . PHP_EOL;
}

// experience.log

[2021 - Present] INFO  Senior Full Stack Developer (Team & Project Lead) at BrainyDX Technologies
[2018 - 2021]   INFO  Worked as a Freelance Full Stack Developer, delivering scalable web solutions to clients across multiple industries.
[2017 - 2018]   INFO  Site & Commissioning Engineer assigned at Neelansh Electrotech Systems
[2016 - 2017]   INFO  Site Engineer at Howell Protection Systems India

// contact.php

<?php

$fullName = "Gagan Pal Singh";
$mobileNumber = "+91 88825 69651";
$email = "gp.singggh@gmail.com";
$linkedIn = "https://www.linkedin.com/in/gpsinggh/";
$gitHub = "https://github.com/gpsinggh";
$instagram = "https://www.instagram.com/gpsinggh/";

echo "Name: " . $fullName;
echo "Mobile: " . $mobileNumber;
echo "Email: " . $email;
echo "LinkedIn: " . $linkedIn;
echo "GitHub: " . $gitHub;
echo "Instagram: " . $instagram;
            
> ready...