Prashanta Paudel โ€” Cloud Architect

Cloud Architect โ€” DevOps ยท Software & Network Engineering

Senior Cloud Architect with 6+ years of experience building scalable SaaS platforms. Skilled in AWS, Kubernetes (EKS), IaC, CI/CD, monitoring, and security. Proven record in cost optimization and leading multinational teams.

Key Skills

AWS Google Cloud Kubernetes (EKS) Docker Terraform CloudFormation CI/CD Prometheus Grafana Linux Networking

Education

M.Sc. Computer Science (Software Engineering)
LUT University, Finland (2015โ€“2017)

Bachelor of Computer Engineering
Pokhara University, Nepal (2003โ€“2007)

Experience

SpeedZone โ€” Wordpress Trainer
August 2025 ยท Espoo
  • Train wordpress to enterprenuers and web enthusiast .
  • Set up wordpress and related systems
Helvar โ€” DevOps Engineer
May 2025 โ€“ Aug 2025 ยท Espoo
  • Implemented CI/CD pipelines and IaC.
  • Set up monitoring and automated workflows.
Fiare โ€” Senior DevOps Engineer
Nov 2022 โ€“ Jul 2024 ยท Helsinki
  • Led architecture for platform services.
  • Established DevOps pipelines and governance.
Fiare โ€” Cloud Architect
Aug 2020 โ€“ Nov 2022 ยท Helsinki
  • Designed scalable cloud environments.
  • Oversaw security and monitoring.
Fiare โ€” Cloud Specialist
Mar 2019 โ€“ Jul 2020 ยท Helsinki
  • Defined cloud strategy and supported migration.
Glostars Oy โ€” UX Designer
Jan 2016 โ€“ Apr 2016 ยท Lappeenranta
  • Designed UI mockups and improved UX.
WorldLink Communications โ€” Assistant Supervisor
2009 โ€“ 2015 ยท Nepal
  • Managed nationwide ISP services and network troubleshooting.
0
0
:
0
0
:
0
0

Highlighting Career Achievements

Discover my unique skills and projects that demonstrate professional growth and expertise, providing insight into what makes my portfolio stand out and how I bring value.

Highlighting Career Achievements

Explore a concise yet thorough summary of personal experiences, professional skills, and accomplishments that define the essence of this portfolio, reflecting dedication and growth throughout the career journey.

Discover a diverse range of projects and expertise, showcasing commitment to excellence and client-focused results.

Professional Skills & Career Highlights

Explore key projects that demonstrate innovation, expertise, and the impactful results achieved throughout my career.

Innovative Web Development

Portfolio Website

Data Analysis & Visualization

Sales Dashboard

Mobile App Design

Fitness Tracker

Process Automation

Inventory System

Innovative Web Development

Portfolio Website

Data Analysis & Visualization

Cloud Infrastructure Setup

Discover Professional Milestones

Showcasing critical data points that reveal my career progress and standout contributions.

150

Projects Completed

A detailed overview of successfully delivered projects demonstrating expertise.

45

Skills Mastered

Highlighting specialized skills acquired through diverse professional experiences.

75

Awards Earned

An insightful summary of recognitions received for outstanding performance.

An inspiring endorsement that reflects the impactful achievements and exceptional dedication demonstrated.

Alex Morgan

Senior Project Manager

Career Accomplishments Overview

Find key contact information here for seamless networking and prompt responses.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Career Timeline - Prashanta Paudel</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }

    .timeline {
      position: relative;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      border: 2px dashed #ccc;
      margin: auto;
    }

    .event {
      position: absolute;
      width: 140px;
      text-align: center;
      transform: translate(-50%, -50%);
    }

    .event span.icon {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: 0 auto 8px;
      font-size: 22px;
      line-height: 50px;
      color: #fff;
      background: #003366;
    }

    .event p {
      font-size: 12px;
      margin: 0;
      line-height: 1.3;
    }

    /* Position events around circle */
    .e1 { top: 20%; left: 50%; }
    .e2 { top: 40%; left: 85%; }
    .e3 { top: 70%; left: 80%; }
    .e4 { top: 85%; left: 50%; }
    .e5 { top: 70%; left: 20%; }
    .e6 { top: 40%; left: 15%; }
  </style>
</head>
<body>
  <div class="timeline">
    <div class="event e1">
      <span class="icon">๐Ÿ“ก</span>
      <p><strong>2009-2015</strong><br>WorldLink (Nepal)<br>Customer Support โ†’ Assistant Supervisor</p>
    </div>
    <div class="event e2">
      <span class="icon">๐ŸŽจ</span>
      <p><strong>2016</strong><br>Glostars Oy<br>UX Designer</p>
    </div>
    <div class="event e3">
      <span class="icon">๐Ÿข</span>
      <p><strong>2017</strong><br>LOAS Thesis<br>Wireless Network Migration</p>
    </div>
    <div class="event e4">
      <span class="icon">๐Ÿš€</span>
      <p><strong>2018-2019</strong><br>The Shortcut<br>Startup Catalyst Programme</p>
    </div>
    <div class="event e5">
      <span class="icon">โ˜๏ธ</span>
      <p><strong>2019-2024</strong><br>Fiare (Finland)<br>Cloud Specialist โ†’ Senior DevOps Engineer</p>
    </div>
    <div class="event e6">
      <span class="icon">๐Ÿ”ง</span>
      <p><strong>2025</strong><br>Helvar (Finland)<br>DevOps Engineer</p>
    </div>
  </div>
</body>
</html>