const developer = { name: 'Rayyan Tubaishat', title: 'Full Stack Developer', location: 'Jordan', education: 'Bachelor of Computer Information Systems (Expected 2026)', experience: '4+ years' };
About Me
Who I Am
Creative and fast-paced Full Stack Developer with 4 years of experience, specializing in backend development using PHP and modern SQL databases. My expertise extends to modern frontend technologies including HTML, CSS, and JavaScript.
I take pride in building responsive, user-friendly web applications from the ground up with a focus on clean code and optimal performance. Problem-solving is not just a skill, but a passion that drives my development process using the latest industry standards and best practices.
Beyond development, I bring significant hands-on experience with Linux systems administration from managing user permissions and server configurations to SSL setup and comprehensive system maintenance. This dual expertise allows me to oversee both application development and server infrastructure, ensuring seamless, secure deployments.
Work Experience
EZ-AD
RemoteFull Stack Developer
- Developing and maintaining web applications using modern PHP frameworks and JavaScript technologies.
- Collaborating with cross-functional teams to deliver high-quality software solutions.
- Implementing responsive designs and optimizing application performance.
- Working with databases and server-side technologies to ensure robust backend functionality.
Key Technologies:
UGC-Gaming.NET
RemoteFull Stack Developer & Linux Administrator
- Developed and maintained internal tools and systems, enhancing efficiency across all departments.
- Built a complete staff area system from scratch, improving task management and operational workflow.
- Managed Linux infrastructure including server configuration, SSL certificates, and DNS handling with automated deployments.
- Modernized company websites with clean code following MVC patterns, resulting in 40% improved performance.
- Led technical team implementing agile methodologies for smooth project delivery.
Key Technologies:
My Projects
Staff Area System
Built to help staff and employees manage tasks more efficiently while providing fast, secure access to database for better oversight and accountability.
Bans System
Built to help community members easily keep track of their own and others ban records - including details such as the reason, issuing administrator, date, server, and ban expiration time.
Remote Shell Bot
A Discord bot built with Python that establishes secure SSH connections to remote servers. Allows authenticated users to send commands, receive output in real time, and safely close the session when finished.
Technical Skills
Programming Languages
Web & System Technologies
Technologies & Tools
PHP
JavaScript
HTML5
CSS3
Python
Git
Linux
MySQL
Languages
Let's Talk
Get In Touch
Feel free to reach out to me using any of the following contact methods. I am always open to discussing new opportunities and would love to hear from you!
Phone
+962 79 180 2238Location
Jordan
GitHub
github.com/tgaryt
const sendMessage = async () => {
const response = await fetch('mailto:[email protected]', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
name: 'Your Name',
email: '[email protected]',
message: 'I would like to discuss a job opportunity...'
})
});
if (response.ok) {
console.log('Message sent successfully!');
}
};
sendMessage();