We can organize an interview with Aldin or any of our 25,000 available candidates within 48 hours. How would you like to proceed?
Schedule Interview NowAt Softaims, I have been fortunate to work in an environment that values creativity, precision, and long-term thinking. Each project presents a unique opportunity to transform abstract ideas into meaningful digital experiences that create real impact. I approach every challenge with curiosity and commitment, ensuring that every solution I design aligns not just with technical requirements, but also with human needs and business objectives. One of the most rewarding aspects of my journey here has been learning how to bridge the gap between innovation and practicality. I believe technology should simplify complexity, enhance efficiency, and empower people to do more with less friction. Whether building internal systems, optimizing workflows, or helping bring client visions to life, my focus remains on developing solutions that stand the test of time. Softaims has encouraged me to grow beyond coding—to think about design, communication, and sustainability in technology. I see every project as part of a larger ecosystem, where small details contribute to long-lasting results. My daily motivation comes from collaborating with people who share the same passion for doing meaningful work, and from seeing the tangible difference our efforts make for clients around the world. More than anything, I value the culture of learning and improvement that defines Softaims. It’s a place where ideas evolve through teamwork and constructive feedback. My goal is to continue refining my craft, exploring new approaches, and contributing to solutions that are not only efficient but also elegant in their simplicity.
Main technologies
9 years
6 Years
2 Years
5 Years
Potentially possible
Create AWS AMI with Packer and install web server using Ansible provisioner
CloudFormation template Create: - A VPC from scratch with 1 Public and 1 private Subnet. - Attach this VPC to InternetGateway. - Create Public & Private Route Table for each subnet - Create 2 security group "the first allow access on port 80 & 22 which used for a web server, the other allows only ssh on port 22" - Launch an EC2 with apache2 in the public subnet and attach it to SG "allow 80 & 22" -Launch an EC2 with MySQL in the private subnet. How to run it? # you need to modify the values of vars under vpc/vars/ directory based on your region # AWS Credentials aws_access_key: "AKIAIV22 aws_secret_key: "JN1bLQDd22N" aws_region: "us-west-2" # Cloudformation Parameters StackName: "ansible-clouformation" EnvironmentName: "dev" ImageId: "ami-e251209a" InstanceType: "t2.micro" PrivateSubnet1CIDR: "10.192.20.0/24" PublicSubnet1CIDR: "10.192.10.0/24" VpcCIDR: "10.192.0.0/16" # pip install boto boto3 botocore # pip install ansible==2.4.2 # ansible-playbook vpc.yml
CI/CD for nodejs application with unit testing using Jenkins, Docker, and Ansible
a sample of my projects on GitHub
I was a member of a team who is responsible for launch, monitor and enhance both performance and response time for this sites http://beta.bnegypt.com ,http://www.alborsanews.com/ , http://elbadil.com/ ,http://ahlyeg.com/
in
2014-01-01-2018-01-01