@extends('layouts.app') @section('title', 'About — ' . settings('site_title', 'Ahmad Hasan Dynamics Musings')) @section('meta_description', 'Learn about Ahmad Hasan and his musings on Microsoft Dynamics 365 & Power Platform.') @section('content')
{{-- Hero --}}
A

About Ahmad Hasan

{{ settings('site_tagline', 'Musings on Microsoft Dynamics 365 & Power Platform') }}

{{-- Bio --}}

Welcome to {{ settings('site_title', 'Ahmad Hasan Dynamics Musings') }}, a blog dedicated to sharing knowledge, insights, and practical guidance on Microsoft Dynamics 365 Finance & Operations and the broader Power Platform ecosystem.

With years of hands-on experience in X++ development, system administration, integrations, and Power Platform automation, this blog aims to bridge the gap between complex technical concepts and real-world applicability. Whether you're a seasoned developer, an administrator, or just getting started with Dynamics 365, you'll find articles here to help you on your journey.

Topics covered include:

I believe in learning by doing, and every article here is grounded in real project experience. If you have a topic you'd like to see covered, or a question about any post, feel free to get in touch.

{{-- Stats --}}
{{ $stats['posts'] }}
Published Articles
{{ $stats['categories'] }}
Categories
{{-- Latest Posts --}} @if($latestPosts->isNotEmpty())

Latest Articles

@foreach($latestPosts as $post) @endforeach
@endif {{-- CTA --}}

Stay Connected

Have a question or want to collaborate? I'd love to hear from you.

Get in Touch
@endsection