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.
Skills & Technologies
A comprehensive breakdown of my foundational programming languages, practical applications, and engineering focus.
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
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
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
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
// 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
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
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.
Get In Touch
Connect directly via phone, email, or send a quick formatted inquiry.