shamnadsherief.techAngularDart: The Forgotten Sibling of FlutterDid you know Dart had its own web framework long before Flutter came onto the scene? While Flutter gets all the spotlight today, its lesser-known sibling AngularDart was once Dart’s flagship solution for building scalable web apps. What is AngularDa...Aug 13, 2025·3 min read
shamnadsherief.techFlutter for iOS: A Beginner’s Guide to Xcode, Signing, and DeploymentIf you're a Flutter developer diving into iOS for the first time, Xcode and Apple’s signing system can seem overwhelming. This guide breaks it all down so you can build, run, and upload your app with confidence. 1. What is Xcode? Xcode is Apple’s off...Aug 6, 2025·4 min read
shamnadsherief.techAutomate Like a Pro: Flutter Meets n8n for Real-Time Hacker News Search + Auto-PostingIn this post, I’ll walk you through how I connected a Flutter mobile app with n8n, a powerful low-code automation tool, to: Accept a search query from Flutter, Trigger a workflow via Webhook, Fetch results from the Hacker News Algolia API, Return...Jul 18, 2025·2 min read
shamnadsherief.techFlutter Basics: Everything is a WidgetIn Flutter, everything is a widget. Whether it’s a button, a piece of text, or an entire screen layout, it’s built using widgets. Two Main Types of Widgets: Stateless Widgets: These are widgets that do not change over time. They are ideal for static...Nov 30, 2024·3 min read
shamnadsherief.techFlutter Exercises for BeginnersWelcome to the second part of our Flutter series! This section might seem simple, but it plays a crucial role in determining whether you’re fit into programming. If you can complete these tasks and grasp the concepts, then you can master Flutter. The...Nov 30, 2024·4 min read