const odai = {
name: "Odai ALtmrawe",
title: "Computer Engineer & Mobile Developer",
location: "Jordan 🇯🇴",
education: {
degree: "BS Computer Engineering",
university: "University of Jordan",
gpa: "3.45/4.0",
status: "2021 - Present"
},
currentRoles: [
"📱 Native Android Instructor @ Tesla Academy",
"👥 Mobile Team Leader @ Waves JU"
],
recentAchievements: [
"🥉 3rd Place - IEEE MotionSense AI Competition 2025",
"🏅 6th Place - Crown Prince Award 2025"
],
focus: ["Mobile Development", "FPGA Design", "AI & ML"],
motto: "Transforming ideas into code, one commit at a time! 🚀"
};- 🔭 Currently working on cutting-edge Android applications and AI-powered solutions
- 🌱 Learning advanced machine learning and computer vision techniques
- 💡 Passionate about IoT systems, embedded programming, and FPGA design
- ⚡ Fun fact: I built a dual-issue out-of-order processor from scratch!
- 🎯 Goal: Creating technology that makes a positive impact
|
🥉 3rd Place IEEE Competition Winner Transform your motion data into actionable health insights using advanced AI algorithms. Tech Stack: class MotionSenseAI:
def __init__(self):
self.model = load_trained_model()
def analyze_motion(self, sensor_data):
insights = self.model.predict(sensor_data)
return generate_health_recommendations(insights)Features:
|
🏅 6th Place Crown Prince Award Connecting citizens with decision makers through digital democracy. Tech Stack: class SawtakApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Sawtak - Your Voice Matters',
home: CivicEngagementDashboard(),
);
}
}Features:
|
|
Native Android applications with advanced features Tech Stack: public class WeatherService {
private WeatherAPI weatherAPI;
public WeatherData getCurrentWeather(String location) {
return weatherAPI.fetchWeatherData(location);
}
public void setupSmartNotifications() {
// Advanced notification system
}
}Features:
|
Interactive Bluetooth-enabled games Tech Stack: class BluetoothGameController {
BluetoothConnection? connection;
Future<void> connectToDevice() async {
connection = await BluetoothConnection.toAddress(deviceAddress);
startGameSession();
}
void handleJoystickInput(JoystickData data) {
// Process gaming input
}
}Features:
|
|
Advanced processor architecture in Verilog Features:
module dual_issue_processor(
input clk, rst,
input [31:0] instruction1, instruction2,
output [31:0] result1, result2,
output reg pipeline_stall
);
// Instruction decode and dispatch logic
always @(posedge clk) begin
if (!pipeline_stall) begin
// Dual instruction processing
dispatch_unit(instruction1, instruction2);
end
end
endmodule |
IoT-based weather-aware garden automation Features:
#include <stdio.h>
#include <wifi.h>
#include <sensors.h>
void smartIrrigation() {
float rainfall_prob = getWeatherData();
float soil_moisture = readSoilSensor();
if (rainfall_prob < RAIN_THRESHOLD &&
soil_moisture < MOISTURE_THRESHOLD) {
activateIrrigation();
logActivity("Irrigation activated");
}
} |
|
Secure client-server medical data management Tech Stack: <?php
class MedicalController extends Controller {
public function secureDataTransfer(Request $request) {
$encryptedData = encrypt($request->medicalData);
// TCP secure transmission
return response()->json([
'status' => 'secure_transfer_complete',
'data' => $encryptedData
]);
}
public function generateHealthReport($patientId) {
return HealthReportService::generate($patientId);
}
}Features:
|
NLP-powered conversational AI from scratch Tech Stack: class IntelligentChatbot:
def __init__(self):
self.nlp_model = self.load_trained_model()
self.context_manager = ContextManager()
def process_message(self, user_input):
intent = self.classify_intent(user_input)
context = self.context_manager.get_context()
response = self.generate_response(intent, context)
self.context_manager.update_context(user_input, response)
return response
def continuous_learning(self, feedback):
self.retrain_model(feedback)Features:
|
timeline
title My Learning Timeline
2019 : Android Native Java
: First steps into mobile development
2023 : Computer Vision (Udemy)
: Verilog Training (PSTU)
: ROS2 Self-Learning
2024 : Flutter & Dart (Udemy)
: Advanced FPGA Design
2025 : Frontend Web (HTML, CSS, JS)
: Backend Laravel & FastAPI
: React.js & React Native
: Supervised ML (Coursera)
: IEEE Competition Winner
: Crown Prince Award
| Year | Certification | Institution | Status |
|---|---|---|---|
| 2019 | Android Native Programming | Self-Study | ✅ Completed |
| 2023 | Computer Vision | Udemy | ✅ Completed |
| 2023 | Verilog Training | PSTU | ✅ Completed |
| 2024 | Flutter & Dart | Udemy | ✅ Completed |
| 2025 | Full Stack Web Development | Multiple | ✅ Completed |
| 2025 | Supervised Machine Learning | Coursera | ✅ Completed |
- 🎯 Launch Actify: Deploy AI fitness tracker to app stores
- 🏛️ Expand Sawtak: Scale civic engagement platform
- 🤖 Master Advanced ML: Complete specialized AI courses
- ⚡ FPGA Innovation: Design next-gen processor architecture
- 🌐 Open Source: Contribute to 15+ projects
- 📚 Knowledge Sharing: Publish technical articles
- 👥 Community Building: Mentor junior developers
- 🎪 Startup Launch: Transform award-winning projects into products
const learningPath2025 = {
primary: [
"Advanced Computer Vision 👁️",
"Edge AI & IoT Integration 🔌",
"Quantum Computing Fundamentals ⚛️",
"Advanced FPGA Architecture ⚡"
],
secondary: [
"DevOps & Cloud Architecture ☁️",
"Blockchain Development 🔗",
"AR/VR Development 🥽",
"Technical Leadership 👑"
],
goals: {
competitions: "Win international tech competitions 🏆",
impact: "Create technology that changes lives 🌍",
community: "Build a strong developer community 🤝"
}
};












