Operation Executive • Available for Collaboration

Md Siam Rayhan

Operation Executive @ Arena WebSecurity

Welcome to my professional portfolio. I manage frontline cybersecurity operations, technical workflows, and security engagements at Arena WebSecurity, while continuing my computing studies at Eastern University. My core technical expertise spans embedded hardware programming in Arduino C, automation and tooling in Python, structured software engineering in Java, and database-driven web development in PHP.

Primary Role Operation Executive
Company Arena WebSecurity
University Eastern University
Core Languages Arduino C • Python • Java • PHP
Md Siam Rayhan - Operation Executive at Arena WebSecurity
Md Siam Rayhan
Arena WebSecurity

Skills & Technologies

A comprehensive breakdown of my foundational programming languages, practical applications, and engineering focus.

Embedded & Hardware

Arduino C / C++

Embedded programming for microcontrollers, sensor interfacing, hardware telemetry, automation circuits, and serial protocol communication.

  • Microcontroller firmware & loop execution
  • Sensor integration (Analog & Digital)
  • Serial communication (UART, I2C, SPI)
  • Actuator, relay & motor control
Scripting & Automation

Python

Automating workflows, security assessment scripts, data processing, backend utilities, and integrating hardware feeds via sockets and APIs.

  • Network utilities & socket programming
  • Automated security checks & parsers
  • Data manipulation & file processing
  • RESTful API integration & scripts
Enterprise & OOP

Java

Object-Oriented Programming (OOP), modular architecture, data structures, robust error handling, and scalable application logic.

  • Object-Oriented Design & SOLID principles
  • Multithreading & concurrent processing
  • Collection framework & data algorithms
  • Robust exception handling & I/O pipelines
🌐
Web & Backend

PHP

Server-side web development, relational database integration with MySQL (PDO), authentication flows, and secure API endpoints.

  • Server-side MVC & dynamic routing
  • Secure database queries with PDO & MySQL
  • Session management & authentication
  • JSON API endpoints & form handling
sensor_controller.ino
// Arduino C Implementation
const int SENSOR_PIN = A0;
const int ALERT_PIN = 13;
const int THRESHOLD = 650;

void setup() {
  Serial.begin(9600);
  pinMode(ALERT_PIN, OUTPUT);
  Serial.println("[SYSTEM READY] Hardware Telemetry Online");
}

void loop() {
  int sensorValue = analogRead(SENSOR_PIN);
  Serial.print("Telemetry: ");
  Serial.println(sensorValue);

  if (sensorValue > THRESHOLD) {
    digitalWrite(ALERT_PIN, HIGH);
  } else {
    digitalWrite(ALERT_PIN, LOW);
  }
  delay(500);
}

Professional Experience & Education

Direct verification of my professional role at Arena WebSecurity and my academic journey at Eastern University.

Arena WebSecurity

Operation Executive
Current Role

As Operation Executive at Arena WebSecurity, I oversee frontline operational workflows, client security engagements, technical coordination for vulnerability audits, and operational scheduling.

  • Operational Oversight: Managing cybersecurity audits, scheduling client assessments, and tracking remediation timelines.
  • Client Communication: Acting as the technical bridge between security engineers and enterprise clients.
  • Incident & Workflow Coordination: Ensuring high compliance standards and smooth execution of security training and testing programs.

Eastern University

Undergraduate Computing Studies
Academic Scholar

Pursuing higher studies at Eastern University, focusing on core computing principles, software architecture, networking foundations, and hardware-software system design.

  • Systems & Programming: Deep study in C, Java, Python, and Object-Oriented software engineering.
  • Databases & Web Architectures: Relational database design with MySQL, web technologies with PHP, and networked applications.
  • Embedded Systems & IoT: Hands-on experimentation with microcontroller hardware, microprocessors, and sensor interfacing.

Quick Information Terminal

For keyboard navigators: type commands to quickly inspect verified information without marketing fluff.

siam@arena-terminal: ~ (Type [help])
bash 5.2
siam@arena:~$ whoami
OPERATOR: Md Siam Rayhan ROLE: Operation Executive @ Arena WebSecurity COLLEGE: Eastern University CONTACT: 01410552035 | thesiamrayhan@gmail.com SKILLS: Arduino C, Python, Java, PHP
Type 'help' to see all available commands (e.g., 'skills', 'arena', 'eastern', 'contact', 'clear').
siam@arena:~$

Get In Touch

Connect directly via phone, email, or send a quick formatted inquiry.

Direct Communication

Mobile • Voice Hotline
01410552035
Call Now
Primary Email
thesiamrayhan@gmail.com
Compose
🏢
Organization
Arena WebSecurity
🎓
Institution
Eastern University
Available for cybersecurity coordination, security consultation, technical discussions, and academic project inquiries.

Send a Direct Message