Available for Consulting & Advisory

Ahmed Al Balushi

IT Planner | Telecommunications Specialist | Digital Transformation Expert | Project Manager

Seasoned technology executive with deep expertise in IT strategic planning, telecommunications infrastructure, enterprise digital transformation, and complex program delivery across government and private sectors.

AB
15+Years Exp.
Scroll to explore
About Me

Executive Profile

A results-driven technology leader with a proven track record of delivering complex IT and telecommunications initiatives across government and enterprise environments.

With over 15 years of progressive experience in IT planning and telecommunications, I have successfully led digital transformation programs for government entities and Fortune 500 organizations. My expertise spans enterprise architecture, network infrastructure planning, and strategic technology modernization.

I specialize in bridging the gap between business strategy and technology execution, delivering measurable outcomes through disciplined project management, stakeholder alignment, and innovative solution design.

15+
Years Experience
50+
Projects Delivered
12+
Certifications
30+
Technologies

Core Competencies

🎯

IT Strategy & Planning

Enterprise architecture, roadmap development, IT governance

🌐

Telecommunications

Network planning, VoIP, unified communications, 5G strategy

🏆

Digital Transformation

Process automation, cloud migration, legacy modernization

👥

Program Leadership

PMO setup, stakeholder management, Agile & Waterfall delivery

0+

Years of Experience

0+

Projects Completed

0+

Certifications

0+

Technologies Managed

0+

Business Initiatives

Expertise

Technical Skills

Credentials

Certifications

Career

Professional Experience

Portfolio

Featured Projects

Credentials

Certifications

Career

Professional Experience

Portfolio

Featured Projects

Services

Consulting Expertise

Strategic advisory services for government entities, telecommunications operators, and enterprise organizations.

Testimonials

Trusted By Leaders

"

Services

Consulting Expertise

Strategic advisory services for government entities, telecommunications operators, and enterprise organizations seeking technology-driven transformation.

Testimonials

Trusted By Leaders

Insights

Knowledge Center

Thought leadership on IT strategy, digital transformation, telecommunications, and emerging technologies.

Contact

Get In Touch

Available for consulting engagements, advisory roles, and speaking opportunities.

Let's collaborate

I partner with government entities, telecommunications operators, and enterprise organizations to deliver technology-driven business outcomes.

✉️

Email

ahmed.albalushi@executive.com

📞

Phone

+968 1234 5678

🏢

Organization

Independent Consultant

📍

Location

Muscat, Sultanate of Oman

Insights

Knowledge Center

Thought leadership on IT strategy, digital transformation, telecommunications, and emerging technologies.

Contact

Get In Touch

Available for consulting engagements, advisory roles, and speaking opportunities.

Let's collaborate

I partner with government entities, telecommunications operators, and enterprise organizations to deliver technology-driven business outcomes.

✉️

Email

ahmed.albalushi@executive.com

📞

Phone

+968 1234 5678

🏢

Organization

Independent Consultant

📍

Location

Muscat, Sultanate of Oman

💬
function toggleChat(){document.getElementById('chatbot-panel').classList.toggle('hidden');const btn=document.getElementById('chatbot-toggle');btn.textContent=document.getElementById('chatbot-panel').classList.contains('hidden')?'💬':'✕';} function sendChat(){const input=document.getElementById('chat-input');const text=input.value.trim();if(!text)return;addChatMsg('user',text);input.value='';setTimeout(()=>addChatMsg('bot',matchReply(text)),700);} function addChatMsg(role,text){const div=document.createElement('div');div.className='flex gap-2'+(role==='user'?' justify-end':'');div.innerHTML=(role==='bot'?'
🤖
':'')+'
'+text+'
'+(role==='user'?'
👤
':'');document.getElementById('chat-messages').appendChild(div);div.scrollIntoView({behavior:'smooth'});} addChatMsg('bot',"Hello! I'm Ahmed's AI assistant. How can I help you today?"); // ── COUNTERS ── const observer=new IntersectionObserver((entries)=>{entries.forEach(e=>{if(e.isIntersecting){document.querySelectorAll('.counter').forEach(c=>{const target=parseInt(c.dataset.target);let current=0;const step=Math.ceil(target/125);const timer=setInterval(()=>{current+=step;if(current>=target){c.textContent=target;clearInterval(timer);}else c.textContent=current;},16);});observer.disconnect();}});},{threshold:0.3}); observer.observe(document.getElementById('stats-grid')); // ── NAVBAR SCROLL ── window.addEventListener('scroll',()=>{const nav=document.getElementById('navbar');nav.classList.toggle('nav-scrolled',window.scrollY>20);}); // ── MOBILE MENU ── function toggleMobile(){document.getElementById('mobile-menu').classList.toggle('hidden');} // ── LANG ── let lang='en';function toggleLang(){lang=lang==='en'?'ar':'en';document.getElementById('lang-label').textContent=lang==='en'?'AR':'EN';document.documentElement.lang=lang;document.documentElement.dir=lang==='ar'?'rtl':'ltr';} // ── SKILL TABS ── document.querySelectorAll('.skill-tab').forEach(btn=>{btn.addEventListener('click',function(){document.querySelectorAll('.skill-tab').forEach(b=>b.className='skill-tab flex items-center gap-2 px-4 py-2.5 rounded-xl text-sm font-medium glass-card-s text-white/50 hover:text-white/80');this.className='skill-tab flex items-center gap-2 px-4 py-2.5 rounded-xl text-sm font-medium bg-royal text-white shadow-lg shadow-royal/25';renderSkills(this.dataset.group);});}); // ── PROJECT FILTERS ── document.querySelectorAll('.proj-filter').forEach(btn=>{btn.addEventListener('click',function(){document.querySelectorAll('.proj-filter').forEach(b=>b.className='proj-filter px-4 py-2 rounded-xl text-xs font-medium glass-card-s text-white/50 hover:text-white/80');this.className='proj-filter px-4 py-2 rounded-xl text-xs font-medium bg-royal text-white shadow-lg shadow-royal/25';renderProjects(this.dataset.cat);});}); // ── CONTACT FORM ── document.getElementById('contact-form').addEventListener('submit',function(e){e.preventDefault();const btn=this.querySelector('button');btn.innerHTML='⏳ Sending...';btn.disabled=true;setTimeout(()=>{this.innerHTML='

Message Sent

Thank you for reaching out. I\'ll respond within 24 hours.

';},1200);}); // ── INIT ── renderSkills('networking'); renderCerts(); renderTimeline(); renderProjects('all'); renderServices(); renderArticles(); showTestimonial();