system@portfolio:~$
$

Ian Padua

Systems & Web Developer | IT Project Manager

25+ years bridging legacy systems (COBOL, FoxPro) and modern web architectures (JavaScript, Python, Java). Specializing in end-to-end system design, network security, and database management across the Middle East, Mongolia, and the Philippines.

Headless CMS Blog & Portfolio

High-performance, SEO-optimized blog and portfolio using a decoupled JAMstack architecture with server-side rendering and static site generation for near-instantaneous navigation.

Nuxt.jsSanity.ioGROQTailwind CSS

Java Library Management System

Comprehensive desktop application for automated book tracking, member registration, and circulation management with real-time availability tracking and automated fine calculation.

JavaSwingJDBCMySQL

Technology stack

Click any node to explore connections and related projects

JavaPythonJavaScriptPHPSQLNuxt.jsCiscoWin ServerLinuxNetworkingVB / LegacySecurity

From code to production

Drag the slider to explore the implementation

Result
Headless CMS Blog & Portfolio
Code
// Nuxt.js + Sanity.io JAMstack Architecture
// GROQ query for fetching blog posts
const query = groq`
  *[_type == "post"] | order(publishedAt desc) {
    _id,
    title,
    slug,
    publishedAt,
    "author": author->name,
    "categories": categories[]->title,
    "mainImage": mainImage.asset->url,
    body
  }
`;

// Server-side rendering with Nuxt.js
export default defineNuxtConfig({
  modules: ['@nuxtjs/sanity'],
  sanity: {
    projectId: process.env.SANITY_PROJECT_ID,
    dataset: 'production',
    useCdn: true,
    apiVersion: '2024-01-01'
  }
});

// Image CDN delivery with optimized loading
const imageUrl = urlFor(post.mainImage)
  .width(800)
  .height(400)
  .format('webp')
  .url();

Project timeline

Contribution history and project durations

Activity overview

Project durations

2003-06
IT Administrator / Engineer - Al-Gamdhi, KSA
2014-01
2009-06
Project Manager / Web Dev - iBrains Technologies
2009-12
2015-01
SCM Buyer - Equipment Engineers Inc.
2016-01
2016-02
CS Advisor / Trainer - Concentrix / Alorica
2021-07
2003-01
IT Specialist & Manager - Freelance / ASR / Modern Trend
2024-12
2021-10
TEFL & CS Educator - Ikh Zasag University, Mongolia
2025-06

Get in touch

Open to new opportunities in systems development, web engineering, and IT project management

Ian Padua

© 2026 All rights reserved

Terminal commands — press Ctrl+Kor+Kor/to open the command palette.