<?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: juniusfree</title>
    <description>The latest articles on Forem by juniusfree (@juniusfree1).</description>
    <link>https://forem.com/juniusfree1</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%2F92839%2F09833af3-4ef4-4e82-a267-3a5199f35061.jpeg</url>
      <title>Forem: juniusfree</title>
      <link>https://forem.com/juniusfree1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/juniusfree1"/>
    <language>en</language>
    <item>
      <title>Redesigning the patients’ experience of scheduling an appointment with a doctor - a UX case study</title>
      <dc:creator>juniusfree</dc:creator>
      <pubDate>Wed, 13 Mar 2019 12:03:01 +0000</pubDate>
      <link>https://forem.com/juniusfree1/redesigning-the-patients-experience-of-scheduling-an-appointment-with-a-doctor---a-ux-case-study-1mb0</link>
      <guid>https://forem.com/juniusfree1/redesigning-the-patients-experience-of-scheduling-an-appointment-with-a-doctor---a-ux-case-study-1mb0</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://medium.com/@juniusfree/redesigning-the-patients-experience-of-scheduling-an-appointment-with-a-doctor-a-ux-case-study-aaf00492b2f7" rel="noopener noreferrer"&gt;Medium.com&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Introduction
&lt;/h3&gt;

&lt;p&gt;After my parents started to get sick, one of my tasks is to schedule an appointment with a doctor.&lt;/p&gt;

&lt;p&gt;Scheduling an appointment with a doctor was very frustrating with a lot of issues and inconsistencies. That’s why I chose this problem as my first UX learning project.&lt;/p&gt;

&lt;p&gt;For this project, I set the following requirements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;I will only do it in 1–2 days&lt;/li&gt;
&lt;li&gt;The deliverable is a basic prototype of a mobile web app&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  Understanding the problem
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Job-to-be-done —
&lt;/h4&gt;

&lt;p&gt;I started by clarifying who the user is and the job that they are trying to get&lt;br&gt;
done.&lt;/p&gt;

&lt;p&gt;Based on my previous experiences, I considered two types of users:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The first one is the doctor’s secretary&lt;/li&gt;
&lt;li&gt;The other group is the patients (or their caregivers)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In this project, I only focus on the patients because of the time constraints.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A job is defined as the reason why a user “hire” a product or service. For example, we “hire” a vehicle to get from point A to point B. We “hire” a toothbrush to clean our teeth.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To get the job of the patients, I asked why the patients call their doctor’s secretary. There are different ways of looking at these. I can focus on the bigger goal of “getting advice from a doctor”. I can also look at the specific goal of “scheduling an appointment with a doctor” which is a step to the goal of “getting advice from a doctor”. I choose to focus on the goal of making an appointment.&lt;/p&gt;

&lt;p&gt;While in the middle of the design process, I realized that there are two possible contexts for this job. The first context is when a patient is looking for a new doctor. The second context is when the patient wants to go for follow up check-up.&lt;/p&gt;

&lt;p&gt;I focused on the second context only because of the time constraints.&lt;/p&gt;

&lt;p&gt;Here’s the final job statement that I focused on:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The patients want to schedule appointment with their doctor for their follow-up checkup.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4&gt;
  
  
  Job steps —
&lt;/h4&gt;

&lt;p&gt;To get more details, I also captured the steps that a patient might try to do to get the job done.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The goal of capturing the “job steps” is to discover the complete view of allthe points at which I can add or improve value.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;To do this, I started by focusing on the current platform and solution that the users rely on.&lt;/p&gt;

&lt;p&gt;To get the job done today, the patients call the secretary to make an appointment. Before doing that, they may have tried to retrieve the phone number from an old prescription. They might also have tried to recall the schedule of the doctor before calling.&lt;/p&gt;

&lt;p&gt;From that insight, I captured the steps and make it solution-free. Making the steps solution-free will help me understand the users’ goals and generate a different feature.&lt;/p&gt;

&lt;p&gt;As stated above, one of the steps that the patients do today is to call the secretary. Asking why the patients do this, I can get several important job steps. One of them is to determine how to get an appointment. Some clinics schedule their patient on a first-come, first-serve basis. Others prefer that the patient visit the clinic to book an appointment.&lt;/p&gt;

&lt;p&gt;Based on this process, I captured the steps where the patients might get frustrated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Determine how to set an appointment with the doctor&lt;/li&gt;
&lt;li&gt;Determine the doctor’s clinic hours&lt;/li&gt;
&lt;li&gt;Check the available time and date&lt;/li&gt;
&lt;li&gt;Set the schedule on my preferred time and date&lt;/li&gt;
&lt;li&gt;Confirm the appointment with the doctor&lt;/li&gt;
&lt;li&gt;Get an update if there is a change in the doctor’s schedule&lt;/li&gt;
&lt;li&gt;Re-schedule my appointment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Having a detailed list of the job and job steps, I can now generate features with less guesswork.&lt;/p&gt;




&lt;h3&gt;
  
  
  Generating Solution
&lt;/h3&gt;

&lt;h4&gt;
  
  
  Generate ideas: platform —
&lt;/h4&gt;

&lt;p&gt;Since one of my goal in this project is to create a digital product, my only choice is to create a mobile web app.&lt;/p&gt;

&lt;h4&gt;
  
  
  Generate ideas: features —
&lt;/h4&gt;

&lt;p&gt;Next, I generated ideas for the features that I will include in the web app.&lt;/p&gt;

&lt;p&gt;I used the “job steps” above as a starting point.&lt;/p&gt;

&lt;p&gt;I also studied how the current platform fails when it comes to cost, efficiency, and result. Based on that, I determine the direction of improvement that I can make.&lt;/p&gt;

&lt;p&gt;I also used creativity triggers to generate features.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AYub8s0-nPZNWDGu2bwMePw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AYub8s0-nPZNWDGu2bwMePw.png"&gt;&lt;/a&gt;&lt;br&gt;
&lt;span&gt;Example of how I generate features&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Using this process, I came up with this basic set of features. I organized it according to the user flow that I will create:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Landing Page / Search a doctor&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It should have a search functionality&lt;/li&gt;
&lt;li&gt;It should have a clear process on how to book with a doctor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Choose a doctor&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It should allow the patient to find and choose a doctor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 3: Choose the time, date and clinic&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It should have several dates and time options for the users&lt;/li&gt;
&lt;li&gt;It should have a list of the doctor’s clinic location&lt;/li&gt;
&lt;li&gt;It should have the updated clinic hours of the doctors&lt;/li&gt;
&lt;li&gt;It should have the list of time and date with available spots in the next 2
weeks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 4: Provide your personal information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It should get the least information about the patient&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Step 5: Wait for the confirmation e-mail&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It should send an email and/or a text message to the patient&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Create a prototype —
&lt;/h4&gt;

&lt;p&gt;In creating a prototype, I started by deciding the content that I will include on each page. I add the basic interactions for each page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AcFFbJ2cyIJLlxDip2cQ5Eg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AcFFbJ2cyIJLlxDip2cQ5Eg.png"&gt;&lt;/a&gt;&lt;br&gt;
&lt;span&gt;Initial content&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F800%2F1%2AN2sCPTJUBOujBCDub80cWg.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F800%2F1%2AN2sCPTJUBOujBCDub80cWg.gif"&gt;&lt;/a&gt;&lt;br&gt;
&lt;span&gt;Initial interaction prototype&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;After planning the content, I created a basic layout and improve the UI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AUXZb0-bkOc3u-HPNrTqzDQ.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1%2AUXZb0-bkOc3u-HPNrTqzDQ.png"&gt;&lt;/a&gt;&lt;br&gt;
&lt;span&gt;Final prototype&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F800%2F1%2AeH8R_0FAwE04eCTZQRyL6g.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F800%2F1%2AeH8R_0FAwE04eCTZQRyL6g.gif"&gt;&lt;/a&gt;&lt;br&gt;
&lt;span&gt;Final prototype with interaction&lt;/span&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Personal Insight
&lt;/h3&gt;

&lt;p&gt;Doing my first UX challenge is not easy but also rewarding. There are lots to learn like research, interaction design, prototyping tools, etc.&lt;/p&gt;




&lt;h3&gt;
  
  
  Next Steps
&lt;/h3&gt;

&lt;p&gt;Having a small amount of time and resources, here are the things I would like to do in my next UX challenge:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interview several users to validate the problem and test the solution&lt;/li&gt;
&lt;li&gt;Improve the UI and branding&lt;/li&gt;
&lt;li&gt;Understand the “job” of the other users. In this case, I should also understand
the “job” of the secretaries.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;🇵🇭 &lt;a href="https://twitter.com/juniusfree" rel="noopener noreferrer"&gt;https://twitter.com/juniusfree&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ux</category>
      <category>ui</category>
      <category>design</category>
    </item>
    <item>
      <title>After learning thru tutorials for 9 months, I finally forced myself to "solve my own problem".</title>
      <dc:creator>juniusfree</dc:creator>
      <pubDate>Sun, 06 Jan 2019 13:08:24 +0000</pubDate>
      <link>https://forem.com/juniusfree/after-learning-thru-tutorials-for-9-months-i-finally-forced-myself-to-solve-my-own-problem-5c1e</link>
      <guid>https://forem.com/juniusfree/after-learning-thru-tutorials-for-9-months-i-finally-forced-myself-to-solve-my-own-problem-5c1e</guid>
      <description>

&lt;p&gt;Looking for feedback/comment. TIA.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://savers-app.netlify.com/"&gt;https://savers-app.netlify.com/&lt;/a&gt;&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qF2jUiUG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-6a5bca60a4ebf959a6df7f08217acd07ac2bc285164fae041eacb8a148b1bab9.svg"&gt;&lt;a href="https://github.com/juniusfree"&gt;juniusfree&lt;/a&gt; / &lt;a href="https://github.com/juniusfree/savers-app"&gt;savers-app&lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;Savers app - for individuals who wants to monitor their savings&lt;/h3&gt;
  &lt;/div&gt;
&lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="instapaper_body md"&gt;
&lt;h1&gt;
Savers app&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;A learning project of &lt;a href="https://www.github.com/juniusfree"&gt;@juniusfree&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h2&gt;
Status&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;WORK-IN-PROGRESS&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;
About the project&lt;/h2&gt;
&lt;h3&gt;
Target users and their goal&lt;/h3&gt;
&lt;p&gt;Individuals who manage their savings record&lt;/p&gt;
&lt;h3&gt;
Common manual alternatives&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;pen and paper&lt;/li&gt;
&lt;li&gt;bank statements&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Common issues&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Pen and paper and other physical records can be misplaced easily&lt;/li&gt;
&lt;li&gt;Calculating the data is time consuming when manually recording. (e.g. amount to save per month, months remaining, total amount saved)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
Solution&lt;/h3&gt;
&lt;p&gt;Savers helps individuals in managing their savings record while also saving their time.&lt;/p&gt;
&lt;h2&gt;
Technology used&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;ReactJS&lt;/li&gt;
&lt;li&gt;React Router&lt;/li&gt;
&lt;li&gt;React Context&lt;/li&gt;
&lt;li&gt;React Hooks&lt;/li&gt;
&lt;li&gt;HTML5&lt;/li&gt;
&lt;li&gt;CSS3&lt;/li&gt;
&lt;li&gt;Tachyons.io&lt;/li&gt;
&lt;li&gt;Moment.js&lt;/li&gt;
&lt;li&gt;Numerals.js&lt;/li&gt;
&lt;li&gt;UUID&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/juniusfree/savers-app"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;p&gt;&lt;em&gt;About the app:&lt;/em&gt;&lt;br&gt;
A very basic react app for any person who wants to monitor their savings goal. I don't have a backend yet so no data will be saved.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Tech used:&lt;/em&gt;&lt;br&gt;
React, React Hooks, React Context, React Router, Moment.js, Numerals.js, UUID, Tachyons.io&lt;/p&gt;

&lt;p&gt;&lt;em&gt;My background&lt;/em&gt;&lt;/p&gt;


&lt;div class="ltag__link"&gt;
        &lt;a href="/juniusfree" class="ltag__link__link"&gt;
          &lt;div class="ltag__link__pic"&gt;
            &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_8Hel9BI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--_JSNGNNl--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://thepracticaldev.s3.amazonaws.com/uploads/user/profile_image/92839/09833af3-4ef4-4e82-a267-3a5199f35061.jpeg" alt="juniusfree image"&gt;
          &lt;/div&gt;&lt;/a&gt;
          &lt;a href="/juniusfree/my-father-has-cancers-3le0" class="ltag__link__link"&gt;
            &lt;div class="ltag__link__content"&gt;
              &lt;h2&gt;My father has cancer(s)&lt;/h2&gt;
              &lt;h3&gt;juniusfree&lt;/h3&gt;
              &lt;div class="ltag__link__taglist"&gt;
&lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;&lt;span class="ltag__link__tag"&gt;#career&lt;/span&gt;&lt;span class="ltag__link__tag"&gt;#help&lt;/span&gt;
&lt;/div&gt;
            &lt;/div&gt;
        &lt;/a&gt;
      &lt;/div&gt;



</description>
      <category>beginners</category>
      <category>react</category>
      <category>javascript</category>
      <category>help</category>
    </item>
    <item>
      <title>How do you transfer the knowledge from HtDP to ReactJS?</title>
      <dc:creator>juniusfree</dc:creator>
      <pubDate>Wed, 12 Dec 2018 01:37:26 +0000</pubDate>
      <link>https://forem.com/juniusfree1/how-do-you-transfer-the-knowledge-from-htdp-to-reactjs-5cfc</link>
      <guid>https://forem.com/juniusfree1/how-do-you-transfer-the-knowledge-from-htdp-to-reactjs-5cfc</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm currently taking the course "How to Code: Simple Data" (&lt;a href="https://www.edx.org/course/how-code-simple-data-ubcx-htc1x"&gt;https://www.edx.org/course/how-code-simple-data-ubcx-htc1x&lt;/a&gt;) which is based on the book "How to Design Programs" (&lt;a href="https://htdp.org/2018-01-06/Book/"&gt;https://htdp.org/2018-01-06/Book/&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;If you have taken this course (or read the book), can you share how you used the recipes in designing a React program? A concrete example will be very helpful.&lt;/p&gt;

&lt;p&gt;TIA.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>help</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>My father has cancer(s)</title>
      <dc:creator>juniusfree</dc:creator>
      <pubDate>Sat, 29 Sep 2018 12:18:23 +0000</pubDate>
      <link>https://forem.com/juniusfree1/my-father-has-cancers-3le0</link>
      <guid>https://forem.com/juniusfree1/my-father-has-cancers-3le0</guid>
      <description>&lt;p&gt;...(thyroid and thymic cancer) and Myasthenia Gravis. My mother is undergoing dialysis and have problems in her spine. I never taught that taking care of my parents would help me in learning HTML and CSS. I learned that people are generous, I now appreciate small progress, and I learn to be decisive. &lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;People are generous&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Last April, my father got pneumonia. He got ventilated. Everyday, we're hoping for quick improvements but it didn't happen. Until one day, the nurse informed us that our health insurance were already maxed out. We now have to buy the medicines. They were expensive. &lt;a href="https://web.facebook.com/permalink.php?story_fbid=1927808873904360&amp;amp;id=100000257976586&amp;amp;hc_location=ufi"&gt;So I decided to ask for help from family and friends.&lt;/a&gt; They didn't disappoint us. We raised around Php 600,000 ($12,000). The biggest donation even came from a complete stranger! It was enough to pay the bills.&lt;/p&gt;

&lt;p&gt;There's no difference in learning front-end web development. People are willing to help if you know how to ask. Once, I was stuck in CSS.  After watching a talk on Youtube, I asked this expert for clarification. She responded and gave me some great advice. When I came across this online course, I asked the author on how to get started. He answered me and even gave a free pass to his course!&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Appreciating small progress&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;When my mother started having intense back pain, she can't do almost anything alone. It's hard. My father has cancer and now my mother can't walk. To heal her back pain, the doctor advice her to exercise daily. She started the exercises with the help of a therapist.  At first, it seems like nothing is happening. The pain won't go away fast. But as soon as she got better, my mother started exercising on her own. She's persistent and follow the routines daily. Now, she can walk with a cane around our house and do things with minimal help.&lt;/p&gt;

&lt;p&gt;I started web development with a mindset that I can find a shortcut. Lots of articles online make it look like learning web development is easy as 1-2-3. Big mistake for me. It makes learning slower and more confusing when there's no progress. So I changed my strategy and focus on learning small things daily. If I memorized and used a few new CSS properties today, that'll be a win for me. If I created a website with a basic component, that's progress. A lot of times I still got stuck. But I now know how to be patient and focus on small daily improvements.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Decisive&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;After we learned about my father's cancers, we started asking for advice from doctors. I taught that there are clear solutions that we can follow. But once we started getting these opinions, it become overwhelming. Besides, people we know also want to give advice. Searching online adds to the confusion. For example, opinion varies about the treatment for thyroid cancer. It's not easy because making a mistake will only worsen the situation. But at the end of the day, we have to make a decision. We learned that we need to get opinions but at the same time make a decision based on what's best for us.&lt;/p&gt;

&lt;p&gt;When I started out in learning web development,  I taught that it will be straightforward. But that's not the case. A lot of materials with different approach are available online. Even experts don't always agree about the best practices. This is confusing for me. I got paralysis by analysis. One day, I realized that I'm not making progress by comparing these options. To avoid getting stuck, I decided that I'll have to choose one and stick to it. I can always change. This is not a life or death situation. I have to try a lot of things. I also realized that I can learn from diverse opinions and combine them to make my own practice.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Conclusion&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;I never taught that the situation with my parents will help me in learning HTML and CSS.  I'm no way an expert in HTML and CSS. I'm still at the very bottom of web development. But no matter what, I now know how to ask for help, appreciate small progress, and be decisive.  My father's cancers and my mother's health issue are still a big problem. But instead of whining, I tried to learn from it as much as I can. &lt;/p&gt;




&lt;p&gt;I'm looking for work to continually support my parents. If you have an opening for a remote front-end web developer and willing to &lt;a href="https://leonardofed.io/blog/startups-hiring.html"&gt;hire people who aren't proven&lt;/a&gt;, please let me know! TIA.&lt;/p&gt;

&lt;p&gt;twitter: &lt;a href="https://twitter.com/juniusfree"&gt;@juniusfree&lt;/a&gt;&lt;br&gt;
email: &lt;a href="mailto:juniusfree@yahoo.com"&gt;juniusfree@yahoo.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>career</category>
      <category>help</category>
    </item>
  </channel>
</rss>
