Francis Penetrante - Senior Software Engineer - Workspace
📁 PORTFOLIO
📄App.tsx
📋skills.json
🐍projects.py
📝README.md
📄App.tsxCode
import React from 'react';
import './App.css';

interface Experience {
  title: string;
  company: string;
  location: string;
  period: string;
  achievements: string[];
}

const App: React.FC = () => {
  const profile = {
    name: "Francis Penetrante",
    role: "Senior Software Engineer",
    experience: 13,
    email: "me@kikopenetrante.com",
    phone: "+63 917 512 3972",
    location: "Taguig City, PH"
  };

  const skills = [
    "React", "Node.js", "TypeScript", "Python",
    "GCP", "AWS", "Azure", "Airflow",
    "BigQuery", "Snowflake", "Docker", "Terraform"
  ];

  const achievements = [
    { metric: "75%", desc: "Reduction in processing time" },
    { metric: "90%", desc: "On-time delivery rate" },
    { metric: "Zero", desc: "Manual deployments" },
    { metric: "13+", desc: "Years of experience" }
  ];

  return (
    <div className="app">
      <header className="header">
        <h1>{profile.name}</h1>
        <h2>{profile.role}</h2>
      </header>
      <main className="content">
        {/* Rendered component will show here */}
      </main>
    </div>
  );
};

export default App;
🌐Live Previewlocalhost:3000
🔒localhost:3000

Francis Penetrante

Senior Software Engineer

Full Stack Developer • Data Engineering Specialist

🎯 Key Achievements

75%

Reduction in processing time

90%

On-time delivery rate

Zero

Manual deployments

13+

Years of experience

💻 Core Technologies

ReactNode.jsTypeScriptPythonGCPAWSAzureAirflowBigQuerySnowflakeDockerTerraform

💼 Current Position

Senior Software Engineer

Eclaro / SPINS

Mar 2022 - Present • Quezon City

  • Architected ETL pipelines using Apache Airflow & BigQuery
  • Achieved 75% reduction in data processing time
  • Built React applications with 90% test coverage
  • Deployed GraphQL federation with Auth0 security

📫 Contact

📧 me@kikopenetrante.com

📱 +63 917 512 3972

📍 Taguig City, PH

⚡ TERMINAL
$ npm start
Compiled successfully!
You can now view the app in the browser.
Local: http://localhost:3000
$_
⚡ Ready🔧 typescript✓ No Problems
13+ Years ExperienceSenior Software Engineer