Hello, I'm Rasha Alsaleh

A Full-stack Developer

Profile Picture

About Me

Personal Information

Birthday

5 Feb 2005

Age

20

LinkedIn

Rasha Alsaleh

Degree

Software Engineering

Location

Amman - Jordan

Freelance

Available

My Technical Skills

Languages Tools Others
PHP

PHP

C#

C#

Golang

Go Lang

Java

Java

C++

C++

Docker

Docker

VS Code

VS Code

Visual Studio

Visual Studio

Eclipse IDE

Eclipse IDE

Selenium

Selenium

Postman

Postman

JUnit 5

JUnit 5

VirtualBox

VirtualBox

Jira

Jira

Trello

Trello

Figma

Figma

Devops

Devops

GitHub Actions

GitHub Actions

Linux

Linux

Git

Git

.Net Core

.Net Core

Arduino

Arduino

Unity Engine

Unity Engine

MySQL

MySQL

PostgreSQL

PostgreSQL

Achievements

Certifications Activities
IN PROGRESS • 2025
In Progress
A hands-on training program offered by The Hope International focused on test automation tools and practices. This course builds on manual testing knowledge and transitions learners into automation and performance testing roles. It introduces advanced tools, practical frameworks, and certifications aligned with global QA standards.

Specialized Learning Areas:
  • Automating test cases and reducing manual testing overhead.
  • Performance testing using JMeter (aligned with ISTQB CTFL-Performance Testing).
  • Mobile testing best practices (ASTQB Mobile Testing standards).
  • Agile and DevOps integration (Agile Tester & Scrum Master concepts).
  • API automation and Selenium WebDriver-based testing workflows.
DEC 2024 • 40 HOURS
Completed
Comprehensive manual software testing course by The Hope International focused on the principles, methodologies, and tools of manual software testing. This program covered the full QA lifecycle, from planning and static testing to test execution and defect management.

The course emphasizes:
  • Core software testing concepts and industry best practices.
  • Test design techniques including Black Box, and experience-based methods.
  • Defect lifecycle, bug reporting, and risk-based testing strategies.
  • Static testing techniques such as reviews and tool-supported analysis.
  • Test planning, estimation, execution, and monitoring fundamentals.
  • Basics of API testing and introduction to automation tools.
AUG 2024 • 28 PDUS
Completed
A hands-on Agile training program focused on building practical project management skills and preparing for PMI-ACP® certification. This course helped me strengthen my ability to lead Agile teams and deliver project using modern frameworks and adaptive planning strategies.

Skills and knowledge gained:
  • Deep understanding of Agile principles, values, and mindset (Scrum, Kanban, XP, Lean).
  • Developed skills in stakeholder communication, adaptive planning, and team facilitation.
  • Learned risk management, estimation, and prioritization techniques in dynamic project.
  • Strengthened knowledge of Agile metrics, velocity tracking, and iterative delivery cycles.
  • Practiced applying Agile techniques through case scenarios and mock exam simulations.
OCT 2024 • NASA SPACE APPS
Creativity Award
Received the Creativity Award for designing The Planetary Explorer, an educational 3D game built with Unity. The game targets elementary to high school students, combining interactive gameplay with scientifically accurate NASA data on exoplanets.
By integrating real data from NASA and space agency partners, the game fosters curiosity and expands player knowledge of distant worlds and the universe. It was developed to make space science accessible, engaging, and fun through immersive digital exploration.
MAY 2024 • AAU-XDT
2nd Place
Earned 2nd place in a university-level UI/UX design competition for senior students. As a team, we developed a high-fidelity prototype of an e-learning management system, praised for its clean visual design, seamless user flow, and strong emphasis on accessibility and usability principles.
JAN 2024
3rd Place
Earned 3rd place in a fast-paced pitch competition where teams had just 3 minutes to convince judges. Presented UniBus, a transportation solution for university communities featuring real-time tracking and smart scheduling. Judges praised our clear communication and innovative approach within the time constraint.
NOV 2023 • JCPC
Competitor
Competed in JCPC23, Jordan's national collegiate programming contest and qualifier for the ICPC regionals for university students. The contest challenges participants with complex algorithmic problems, promoting teamwork, advanced problem-solving skills, and team collaboration in a high-stakes competitive environment.
MAY 2023 • AAU-PC
First Solve
Placed 4th overall in AAU's annual programming contest and earned the First Solve award for being the first team to crack a problem under time pressure. The competition mirrors JCPC/ICPC formats and served as hands-on training in algorithmic thinking, time management, and collaborative coding.

Projects

All Projects Web Apps IoT Games
PackTrack Web App
Full-Stack Web App

PackTrack

A courier management platform offering real-time package tracking and role-based dashboards for users and admins. It delivers analytics that streamline operations, and improve overall shipping efficiency.

Smart Alert System
IoT Project

Smart Alert System

An Arduino-based safety system combining ultrasonic, PIR, and water sensors to detect motion, proximity, and flooding. Provides real-time alerts using LEDs and a buzzer with condition-based feedback logic.

3D Game

The Planetary Explorer

Planetary Explorer is a 3D space adventure game developed in Unity and C# that aims to provide players with an immersive experience of exploring exoplanet environments. Utilizing dynamic low-gravity physics and realistic terrains based on verified NASA resources, the game challenges players to navigate obstacles, solve puzzles, and unlock essential tools.

Services

Software Testing & QA

Ensuring software reliability with automated testing. Using industry-standard tools to catch issues early, streamline workflows, and improve efficiency. My focus is on delivering high-quality, bug-free releases.

Web Development

Building responsive, scalable web apps that provide seamless user experiences. I combine front-end and back-end technologies to create reliable solutions that perform efficiently and meet both user and business needs.

UI/UX Design

Designing intuitive interfaces that prioritize user experience. I focus on creating smooth, clean, interactive designs through wireframing, prototyping, and testing to ensure usability.

DevOps & CI/CD

Streamlining development with CI/CD pipelines to automate workflows. I focus on increasing collaboration, accelerating software delivery, and maintaining stability and quality through automated processes.

Problem-Solving & Optimization

Developing efficient algorithms and optimized solutions to enhance system performance, scalability, and reliability. I tackle challenges with creative and practical approaches to deliver impactful results.

Project Management

Leading teams with Agile methods to ensure timely and high-quality project delivery. I facilitate sprints, encourage communication, and use tools like Jira to ensure everyone stays aligned and focused on goals.

let user = { name: "Rasha", role: "Dev" };
useEffect(() => { init(); }, []);
for (let i = 0; i < 5; i++) { console.log(i); }
function fetchData() { return fetch('/api/data'); }