<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Randa LAKAB</title>
    <description>The latest articles on Forem by Randa LAKAB (@randa_lakab).</description>
    <link>https://forem.com/randa_lakab</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3252508%2Fb32153ab-de93-4988-a9d0-993fae5dbc8b.png</url>
      <title>Forem: Randa LAKAB</title>
      <link>https://forem.com/randa_lakab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/randa_lakab"/>
    <language>en</language>
    <item>
      <title>Why Country Flags Improve the UX of Phone Number Inputs</title>
      <dc:creator>Randa LAKAB</dc:creator>
      <pubDate>Sun, 28 Dec 2025 10:22:36 +0000</pubDate>
      <link>https://forem.com/randa_lakab/why-country-flags-improve-the-ux-of-phone-number-inputs-2kdh</link>
      <guid>https://forem.com/randa_lakab/why-country-flags-improve-the-ux-of-phone-number-inputs-2kdh</guid>
      <description>&lt;p&gt;Entering a phone number seems like a simple task.&lt;br&gt;
Yet, it is one of the most common sources of friction in sign-up and login flows.&lt;/p&gt;

&lt;p&gt;Recently, I noticed something interesting while using different forms that ask for a phone number:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;When the country code list includes flags, I find my country much faster than when the list contains only text.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This small difference has a big UX impact. Let’s explore why.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem with Country Code Lists&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Many applications require users to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select a country code&lt;/li&gt;
&lt;li&gt;Enter their mobile number&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There are usually two common designs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Country Code List Without Flags&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Text-only list&lt;/p&gt;

&lt;p&gt;Country name + dialing code&lt;br&gt;
Example:&lt;br&gt;
Algeria (+213)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4ihxz6lnl9ak24zo5ojx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4ihxz6lnl9ak24zo5ojx.png" alt=" " width="330" height="307"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Country Code List With Flags&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Country flag emoji&lt;/li&gt;
&lt;li&gt;Country name + dialing code
Example:
🇩🇿 Algeria (+213)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flqbpkxlm6qqjtal5uqrm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flqbpkxlm6qqjtal5uqrm.png" alt=" " width="507" height="610"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At first glance, the difference looks minor.&lt;br&gt;
In practice, it significantly affects speed, comfort, and confidence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Observed as a User&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When the list includes flags:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I immediately scan visually&lt;/li&gt;
&lt;li&gt;I don’t need to read every country name&lt;/li&gt;
&lt;li&gt;My eyes recognize the flag before the text&lt;/li&gt;
&lt;li&gt;I select my country almost instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When the list has no flags:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I rely only on reading&lt;/li&gt;
&lt;li&gt;I scroll more&lt;/li&gt;
&lt;li&gt;I slow down&lt;/li&gt;
&lt;li&gt;I feel slightly frustrated&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a classic UX principle in action.&lt;/p&gt;

&lt;p&gt;Why Flags Make Selection Faster (UX Perspective)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Visual Recognition Is Faster Than Reading&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Humans recognize images faster than text.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flags are visual symbols&lt;/li&gt;
&lt;li&gt;They trigger instant recognition&lt;/li&gt;
&lt;li&gt;No language processing required&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your brain sees 🇩🇿 before it reads Algeria.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Reduced Cognitive Load&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Without flags:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Users must read&lt;/li&gt;
&lt;li&gt;Compare&lt;/li&gt;
&lt;li&gt;Interpret&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;With flags:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Users scan&lt;/li&gt;
&lt;li&gt;Identify&lt;/li&gt;
&lt;li&gt;Select&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Less thinking = better UX.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Works Across Languages&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Flags are language-independent.&lt;/p&gt;

&lt;p&gt;Whether the interface is in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;English&lt;/li&gt;
&lt;li&gt;French&lt;/li&gt;
&lt;li&gt;Arabic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The flag remains the same.&lt;br&gt;
This is especially powerful for global products.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Faster Scrolling and Scanning&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Long country lists can have 200+ entries.&lt;/p&gt;

&lt;p&gt;Flags create:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visual anchors&lt;/li&gt;
&lt;li&gt;Clear separation&lt;/li&gt;
&lt;li&gt;Faster eye movement&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The list becomes scannable, not exhausting.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;UX Is About Small Details&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This example shows an important UX lesson:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;UX is not always about big features.&lt;br&gt;
Sometimes, it’s about tiny visual decisions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Adding a flag:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does not change functionality&lt;/li&gt;
&lt;li&gt;Does not add complexity&lt;/li&gt;
&lt;li&gt;But dramatically improves usability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Best Practices for Phone Number Inputs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you’re designing or developing a phone input field:&lt;/p&gt;

&lt;p&gt;✓ Include country flags&lt;br&gt;
✓ Show country name + dialing code&lt;br&gt;
✓ Allow search by country name or code&lt;br&gt;
✓ Default to user’s locale when possible&lt;br&gt;
✓ Keep the list clean and readable&lt;/p&gt;

&lt;p&gt;These small choices can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reduce form abandonment&lt;/li&gt;
&lt;li&gt;Improve conversion&lt;/li&gt;
&lt;li&gt;Increase user satisfaction&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Final Thoughts&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A phone number input is often a critical moment:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sign up&lt;/li&gt;
&lt;li&gt;Login&lt;/li&gt;
&lt;li&gt;Verification&lt;/li&gt;
&lt;li&gt;Payments&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Making this step faster and smoother matters.&lt;/p&gt;

&lt;p&gt;From my experience, country flags are not decoration , they are a powerful UX tool.&lt;/p&gt;

&lt;p&gt;Sometimes, better UX is just one emoji away!&lt;/p&gt;

</description>
      <category>uxdesign</category>
      <category>userexperience</category>
      <category>usability</category>
      <category>uxbestpractices</category>
    </item>
    <item>
      <title>Storytelling with Data: Why It Matters and What Data Analysts Really Do</title>
      <dc:creator>Randa LAKAB</dc:creator>
      <pubDate>Thu, 02 Oct 2025 10:28:50 +0000</pubDate>
      <link>https://forem.com/randa_lakab/storytelling-with-data-why-it-matters-and-what-data-analysts-really-do-5174</link>
      <guid>https://forem.com/randa_lakab/storytelling-with-data-why-it-matters-and-what-data-analysts-really-do-5174</guid>
      <description>&lt;p&gt;We live in a world overflowing with data. From the items you add to your cart online, to the pages you browse, to the posts you like on social media, every action generates data. But here’s the challenge: &lt;strong&gt;data alone doesn’t change a business, the story we tell with that data does&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;As a data analyst, your role is not just to crunch numbers. It’s about transforming messy data into insights that drive real decisions. Businesses don’t just need raw data, they need clarity, and that clarity comes from effective analysis and storytelling.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Core of Data Analysis
&lt;/h2&gt;

&lt;p&gt;Before data becomes a story, it goes through a process:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Preparation&lt;/strong&gt; → cleaning, structuring, and ensuring data quality.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Modeling&lt;/strong&gt; → connecting data, defining metrics, and building semantic models.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Visualization&lt;/strong&gt; → turning numbers into meaningful charts and dashboards.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Analysis&lt;/strong&gt; → interpreting results, spotting patterns, and asking the right questions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Management&lt;/strong&gt; → sharing insights securely, avoiding silos, and ensuring accessibility.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This cycle allows businesses to trust their data and make informed decisions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Types of Analytics
&lt;/h2&gt;

&lt;p&gt;Analytics is more than just making pretty dashboards. It answers different questions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Descriptive&lt;/strong&gt;: What happened?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Diagnostic&lt;/strong&gt;: Why did it happen?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Predictive&lt;/strong&gt;: What might happen next?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Prescriptive&lt;/strong&gt;: What should we do about it?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;AI-powered&lt;/strong&gt;: How can machines help us see patterns faster?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A simple example: a retail company can use descriptive analytics to review past sales, diagnostic analytics to understand why sales went up, predictive analytics to forecast demand, and prescriptive analytics to adjust pricing strategies.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who’s Involved in Data?
&lt;/h2&gt;

&lt;p&gt;Data doesn’t come together magically, different roles collaborate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Business Analysts&lt;/strong&gt; → interpret business needs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Analysts&lt;/strong&gt; → prepare, visualize, and tell the story with data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Engineers&lt;/strong&gt; → build pipelines and manage storage.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Analytics Engineers&lt;/strong&gt; → bridge between engineering and analysis.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Scientists&lt;/strong&gt; → create advanced models and predictions.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Together, they make sure data is not just collected, but actually used.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Storytelling with Data Matters
&lt;/h2&gt;

&lt;p&gt;The true power of data lies in &lt;strong&gt;actionable stories&lt;/strong&gt;. A well-crafted report helps decision-makers see what matters most, whether it’s detecting fraud, optimizing prices, or improving customer experience. Without a story, data stays just numbers.&lt;/p&gt;

&lt;p&gt;As a data analyst, your job is to bring that story to life, guiding businesses toward smarter and faster decisions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Example: Turning Data into a Story
&lt;/h3&gt;

&lt;p&gt;Imagine an e-commerce company that notices a drop in sales. At first, the numbers simply show “–15% revenue this month.” But this isn’t enough, it’s just raw data.&lt;br&gt;
A Data Analyst digs deeper:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;They segment the data by product categories and discover that the drop comes mainly from the electronics section.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Then, by analyzing customer behavior, they see fewer returning customers compared to last month.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Visualizing this, they create a clear chart showing the decline specifically in repeat purchases.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, the analyst can tell a story: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Our sales dropped because loyal customers are not coming back, especially in electronics. We may need to review customer retention strategies for that category.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This transformation, from numbers to insights to a clear narrative, is what makes data storytelling so powerful.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Data analysis isn’t about endless spreadsheets, it’s about &lt;strong&gt;insight, context, and impact&lt;/strong&gt;. By combining preparation, analytics, and storytelling, analysts play a key role in shaping business strategy.&lt;/p&gt;

&lt;p&gt;So next time you build a dashboard or clean a messy dataset, remember: you’re not just working with numbers, &lt;strong&gt;you’re telling the story that drives the business forward.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;What do you think makes a great data story? Have you had a moment where data completely changed the way you (or your team) made a decision? Share your thoughts below!&lt;/p&gt;

</description>
      <category>storytelling</category>
      <category>datascience</category>
      <category>dataanalytics</category>
      <category>businessintelligence</category>
    </item>
  </channel>
</rss>
