<?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>DEV Community: Aashir Khan</title>
    <description>The latest articles on DEV Community by Aashir Khan (@justaashir).</description>
    <link>https://dev.to/justaashir</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%2F229845%2F8af546d4-566c-42a2-8576-3ff1d81048e9.jpeg</url>
      <title>DEV Community: Aashir Khan</title>
      <link>https://dev.to/justaashir</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/justaashir"/>
    <language>en</language>
    <item>
      <title>How I would build an MVP today</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Wed, 21 Dec 2022 23:26:21 +0000</pubDate>
      <link>https://dev.to/justaashir/how-i-would-build-an-mvp-today-15hc</link>
      <guid>https://dev.to/justaashir/how-i-would-build-an-mvp-today-15hc</guid>
      <description>&lt;p&gt;In the past 2 years, I've learned a lot transitioning from just being a front-end developer to being a product manager. My thinking now is very different.&lt;/p&gt;

&lt;p&gt;Before I focused too much on technology, and just procrastinated on the things that don't really matter in terms of business and the word "MVP".   &lt;/p&gt;

&lt;p&gt;This is how I would build an MVP for a SaaS product today:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Write down a checklist with 5 bullet points in the context of how I imagine the end result would look like of my MVP.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.&lt;/strong&gt;  Review if the things I listed are really needed for the first version of MVP and if I'm not giving time to creating the product features that shouldn't even exist the first time. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tip&lt;/strong&gt;: Review it the next day, or a few hours later. So the mind is fresh and that memory is over-writeable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.&lt;/strong&gt; Building the product (as I know how to code): Go with my most comfortable technologies, in my case I've worked with the JavaScript framework (VueJS) my whole life and Tailwind.css and Node.js on the backend  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tip&lt;/strong&gt;: Do not try to try new technologies. I've tried this many times by trying NextJS / Svelte / .NET  e.t.c or even newer versions of your comfortable technologies. Like Vue 3 instead of 2. &lt;br&gt;&lt;br&gt;
I know that Vue 2 is old, and Vue 3 is a newer version but am I comfortable with Vue 3? No.  &lt;/p&gt;

&lt;p&gt;I've done this mistake many times to go with the latest technologies, newer edge technologies. Trying to shoot two shots with one arrow. Achieving to build MVP and also learning new technology.&lt;/p&gt;

&lt;p&gt;Only one can be done, either I waste all my time debugging the build processes and my code or build the MVP.  &lt;/p&gt;

&lt;p&gt;Also what I think may save you time like using an existing design system may end up giving me more pain and just increasing work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Simply saying&lt;/strong&gt;: Go with what you already know, what you've already used and are comfortable with. Do not try something new. It's a deep hole you dig for yourself.&lt;/p&gt;

&lt;p&gt;If you're not a developer, use &lt;a href="https://bubble.io/" rel="noopener noreferrer"&gt;Bubble&lt;/a&gt;. Don't try to read the pros/cons of all NoCode Tools out there, and compare pricing and stuff. It doesn't matter in long term. Just pick this one, and go ahead. You will always rebuild into code after your idea gets successful or you can always move around later. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4.&lt;/strong&gt; Don't try to focus so much on the big big picture, as one of my good friends says "Try to make 1 customer happy first, then 10 customers, then 100, then 1000, then ..." **  &lt;/p&gt;

&lt;p&gt;For example:** If I'm building an AI photo generator app, it doesn't need to have a forget password page. Don't waste time on that. Your MVP is meant to serve very few people. I'm sure I can manually generate and reset passwords for them when they need it. (Just an example of ignoring things)&lt;/p&gt;

&lt;p&gt;What an AI photo generator app needs to have is:&lt;br&gt;&lt;br&gt;
1. An Input to upload photos to model&lt;br&gt;&lt;br&gt;
2. An output that gives you generated photos  &lt;/p&gt;

&lt;p&gt;If this works, it's enough. Doesn't matter if my login page doesn't handle the edge cases, or my site is not fully responsive on mobile or other cases. **  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5.&lt;/strong&gt; Execute the 5 points list that I wrote one by one, Deploy it. No need for a perfect domain. A subdomain provided by Netlify could also work. Share the link with my first customer. Collect feedback, and build from there.  &lt;/p&gt;

&lt;p&gt;MVP is done. Thanks  &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;MVP is not taking decisions and setting base for your product for years to come. MVP is fulfilling the need of your first customer and collecting feedback. You can re-build the whole thing in a much better design, technologies after your MVP is successful&lt;/p&gt;

&lt;p&gt;Just remember this&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I also posted this here: &lt;a href="https://justaashir.bstatic.io/how-i-would-build-an-mvp-today" rel="noopener noreferrer"&gt;https://justaashir.bstatic.io/how-i-would-build-an-mvp-today&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>This is how I would learn web development If starting today in 2022 + get a job (Roadmap)</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Sun, 03 Jul 2022 22:12:30 +0000</pubDate>
      <link>https://dev.to/justaashir/this-is-how-would-i-learn-web-development-if-starting-today-in-2022-get-a-job-roadmap-5dj8</link>
      <guid>https://dev.to/justaashir/this-is-how-would-i-learn-web-development-if-starting-today-in-2022-get-a-job-roadmap-5dj8</guid>
      <description>&lt;p&gt;It's a nice Sunday, I'm on my bed watching a good movie on Netflix and I got another message on my Instagram from someone I know asking me "How should I start learning web development?"&lt;/p&gt;

&lt;p&gt;I receive message like this at least once a week in different formats: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;"How to start coding?"&lt;/li&gt;
&lt;li&gt;"How you got the job?"&lt;/li&gt;
&lt;li&gt;"VueJS or ReactJS?"&lt;/li&gt;
&lt;li&gt;"Do you know python?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would apply the logic of "Well, you can google it" almost everywhere but this is an exception as they trust my opinion and want to know directly from someone who is already there.&lt;/p&gt;

&lt;p&gt;So I'm writing this post to better explain how would I learn web development today. It's not much different than when I learnt in 2018 but there are better resources available.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://scrimba.com/learn/frontend" rel="noopener noreferrer"&gt;Scrimba: The Frontend Developer Career Path&lt;/a&gt;
&lt;/h3&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi05f9ouo1mditep1xf4y.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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi05f9ouo1mditep1xf4y.png" alt="Scrimba's Website"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the place where I recommend everyone to start from right now as I find it the best way to start diving into web development today. It's more interactive, and very complete with excellent teachers, well produced and up-to-date.&lt;/p&gt;

&lt;p&gt;It starts with explaining you the career path then web development basics, CSS, JavaScript, Responsive Design, Advanced JavaScript, Git, Ui Design, React e.t.c to getting hired as a front-end developer.&lt;/p&gt;

&lt;p&gt;It's all interactive, so more fun and engaging than youtube videos and crash courses and very clear path with 75 hours of content.&lt;/p&gt;

&lt;p&gt;You're gonna build 12 amazing projects and a have great portfolio at the end with a certificate.&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnk73iymtsm4p3aj2dd9m.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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnk73iymtsm4p3aj2dd9m.png" alt="Projects"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's free to start and take intro courses, learn basics and then for more courses you've to upgrade to pro ($18/month) but it's really worth the price than buying individual courses.&lt;/p&gt;

&lt;p&gt;I recommend this because it works like a college or bootcamp and you know what's next and you've a progress bar to follow.&lt;/p&gt;

&lt;p&gt;While on the other hand it's very easy to get lost in different technologies and jumping between videos and stuck in the tutorial hell.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But there are also some more resources which I would recommend to look to and honourable mentions:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/" rel="noopener noreferrer"&gt;The Complete 2022 Web Development Bootcamp by Dr. Angela Yu&lt;/a&gt;: I took her SwiftUI course once, and she's an awesome teacher&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freecodecamp.org/" rel="noopener noreferrer"&gt;Freecodecamp&lt;/a&gt;: Have heard a lot about this from my friends and twitter, It's just awesome how many lives it changed and it's completely free.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now Scrimba is only focused on front-end development, and I would deep dived into recommending front-end path because I've only been a front-end developer in my career so far.&lt;/p&gt;

&lt;h3&gt;
  
  
  Backend: Here are my opinions
&lt;/h3&gt;

&lt;p&gt;Take a front-end course, go into front-end first and learn through it. First understand the difference between front-end/backend-end and how web works e.t.c and then go into backend.&lt;/p&gt;

&lt;p&gt;All backend devs need to know and write some front-end. They can be called full stack actually just not focused much on the Ui part.&lt;/p&gt;

&lt;p&gt;So don't try to jump in and try to be backend developer from start. If you're ready and enjoy the logic part more I would recommend checking these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=TlB_eWDSMt4" rel="noopener noreferrer"&gt;Node.js Tutorial for Beginners: Learn Node in 1 Hour&lt;/a&gt;: This is how I tried NodeJS for the first time.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=Oe421EPjeBE" rel="noopener noreferrer"&gt;NodeJS &amp;amp; Express: Complete Course&lt;/a&gt;: I've watched bits of it, and It is very complete.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are all NodeJS, as I feel JavaScript is the way to go and start then you can better understand the problems of NodeJS and explore different options like .Net, Go, Java e.t.c&lt;/p&gt;

&lt;h3&gt;
  
  
  When will I start earning money? The big question
&lt;/h3&gt;

&lt;p&gt;So the question in everyone's mind always, even if they don't say it as like it's a never-ending path of learning and when could I start earning money or get a job.&lt;/p&gt;

&lt;p&gt;It's different for everyone, some could take 6 months and some a year or two.&lt;/p&gt;

&lt;p&gt;But you should start freelancing as soon as you learn HTML/CSS and have made a few test projects. This will always help because you started early and will have a linear slow growth and get experience as you go.&lt;/p&gt;

&lt;p&gt;Watch this amazing video:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jl7Jg7ZThkk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Now from my experience there are two ways to get a job:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Freelancing&lt;/strong&gt;: When you're a freelancing, one of your contact will offer you a full-time job because they want you exclusively and ta-da you got a job. Freelancing is usually used by clients to test someone of their skills with small tasks before hiring them for big projects or full time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;You apply to jobs&lt;/strong&gt;: Check on career pages of startups and companies, see job posting websites and apply. First job is very hard to get, but sometimes you could be the exact thing the company is looking for. Maybe your personality + portfolio fits the criteria and experience gets ignored.&lt;br&gt;
It gets easier after the first job. You'll have a nicer LinkedIn, more contacts e.t.c&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🚀 Tip: Try to stand out, send a 1 min video attached to the job application of yourself professionally pitching yourself.&lt;/p&gt;




&lt;p&gt;So yeah it's not some black magic tricks or anything. It's straightforward knowledge available everywhere on Google. &lt;/p&gt;

&lt;p&gt;You just need to start learning from wherever, doesn't matter in the bigger picture.&lt;/p&gt;

&lt;p&gt;And there is no way to hack into job process. You need to start by freelancing, go slowly up the ladder. Apply to jobs, one day you'll be up without even realising.&lt;/p&gt;

&lt;p&gt;There is no correct or wrong way to learn anything. All of the resources shared and this whole post is completely opinionated based on my experience and thoughts :)&lt;/p&gt;

&lt;p&gt;Thanks for reading this, do share your thoughts.&lt;/p&gt;




&lt;p&gt;Hey, I'm Ash. &lt;a href="https://justaashir.com/" rel="noopener noreferrer"&gt;More about me here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've not written a post since 1 year, so my writing is on a bit weaker side. It was very hard to sit down and write this, but I finallly did it.&lt;/p&gt;

&lt;p&gt;Let's hope I get the motivation to write another one sooner than next year haha.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>My Story completing 1 year at an early stage startup (Part 1)</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Sat, 31 Jul 2021 11:33:51 +0000</pubDate>
      <link>https://dev.to/justaashir/my-story-completing-1-year-at-an-early-stage-startup-part-1-jb0</link>
      <guid>https://dev.to/justaashir/my-story-completing-1-year-at-an-early-stage-startup-part-1-jb0</guid>
      <description>&lt;p&gt;When you are just doing your daily work, and your eyes land on the created_date of the file and what looked like yesterday have been 6 months or more… 😳&lt;/p&gt;

&lt;p&gt;That’s how time flows at an exciting fast-forward workplace, fast enough that you don’t feel like feeling it but you still feel it.&lt;/p&gt;

&lt;p&gt;This post is all about me sharing how I started and now have completed 1 year at 🥝 Kiwify.&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7o7uenmthgs2c6fcp480.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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F7o7uenmthgs2c6fcp480.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[August 2020]: So, I was just sitting around surfing the web around. Tailwind was my new love those days (We're married now 😂). I had completed my first internship where I learned VueJS on the job.&lt;/p&gt;

&lt;p&gt;I was looking for side hustle ideas, and trying out basic stuff like started a &lt;a href="https://twitter.com/remoteworkjar" rel="noopener noreferrer"&gt;remote job board&lt;/a&gt; (Dead now) with my friend.&lt;/p&gt;

&lt;p&gt;I was searching for jobs to post on my job board. This is how the lazy process looked like:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Go to Google&lt;/em&gt;: Search for "X Company Jobs" or "X Technology Jobs" and then handpick them.&lt;/p&gt;

&lt;p&gt;On that day, I searched for "TailwindCSS jobs" and found out an Upwork posting, and ohhhh man glad till this day that I clicked it. The title was something like "VueJS &amp;amp; TailwindCSS Developer needed to create dashboard screens"&lt;/p&gt;

&lt;p&gt;When I read the description, it was like the description was written for me and was calling me "Come, baby, Come!" &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%2Fmiro.medium.com%2Fmax%2F694%2F0%2ApHlLpSVhqmv6kDfT.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%2Fmiro.medium.com%2Fmax%2F694%2F0%2ApHlLpSVhqmv6kDfT.gif" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It was exactly what I wanted/had experience. It was quite basic work, like for 1--2 weeks maybe. as they were providing the Figma templates and TailwindUI.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Fun Fact: Another reason to apply for job was to get access to TailwindUI (even if I don't complete the project LMAO), as I was thinking about creating &lt;a href="https://tailwindcssuikit.com/" rel="noopener noreferrer"&gt;https://tailwindcssuikit.com/&lt;/a&gt; and didn't had budget to check out TailwindUI just for inspiration. It's $250 to get access&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What I only had to do was:&lt;br&gt;
→ Convert Figma to TailwindCSS &amp;amp; Vue&lt;/p&gt;

&lt;p&gt;All looked good, I was convinced that I really want this. So next step was to apply for it. Hahaha 😂 Most Interesting part.&lt;/p&gt;




&lt;h2&gt;
  
  
  Upwork Drama
&lt;/h2&gt;

&lt;p&gt;If you know Upwork, and how I knew Upwork was that they're quite strict with profile approval. You've to submit information, and it takes like 1--2 days, to allow you to bid on projects.&lt;/p&gt;

&lt;p&gt;So my first try was to find the client outside of Upwork, for example, reach out on Twitter and convince. But it's quite hard to find the right person without much info, So had no luck + The client was super underground with very little info online... (is now a superstar that people now recognize on the streets of Brazil)&lt;/p&gt;

&lt;p&gt;So, anyway. I sent the profile for approval and even if got approved the day after, the chances are that the job will be closed.&lt;/p&gt;

&lt;p&gt;Whhhhhhaaattt, It got approved after 5 mins.&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%2Fmiro.medium.com%2Fmax%2F960%2F0%2A-1HH6DuIAQv6Wnny.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%2Fmiro.medium.com%2Fmax%2F960%2F0%2A-1HH6DuIAQv6Wnny.gif" alt="Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So what I did was to put my heart out to write the cover letter and answer three questions:&lt;/p&gt;

&lt;p&gt;→ Tell us about your previous project with Nuxt/Tailwind&lt;/p&gt;

&lt;p&gt;→ Share the project's link&lt;/p&gt;

&lt;p&gt;→ Why you're applying for this job&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;One interesting thing about me talking out my mind/heart, What I'm doing here, in this post too. I'll not try to refactor into better sentences and grammar e.t.c\&lt;br&gt;
I believe it makes my writing unique, cause it feels like someone is speaking to you and not proof-readed piece gone through revisions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I applied for the job..., and I got a reply back after 3 hours.&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%2Fmiro.medium.com%2Fmax%2F52%2F0%2AMniS3YcUgBtQntL1%3Fq%3D20" 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%2Fmiro.medium.com%2Fmax%2F52%2F0%2AMniS3YcUgBtQntL1%3Fq%3D20" alt="Image"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had a nice chat, they also asked me if you'll be up for a full-time position too if we offer and hourly rates e.t.c and then gone for the day...&lt;/p&gt;

&lt;p&gt;Came back another day, gave me Figma, talked a bit, and started the contract 😂🚀 (Like WTF?)&lt;/p&gt;

&lt;p&gt;So my first goal was completed, I got access to TailwindUI. I was more than happy.&lt;/p&gt;

&lt;p&gt;I did the work, there were some small iterations but I was told it's good and the code will be reviewed (It was the first time, someone would review my code like critique it).&lt;/p&gt;

&lt;p&gt;Another Side of the Mega Drama: My Big Mistake&lt;/p&gt;

&lt;p&gt;As I was 16 years old, at that time (Now 17). I did a big mistake... I made an account in my name and when the contract was awarded → They asked for video call / ID Verification. Which I would not be able to verify.&lt;/p&gt;

&lt;p&gt;So we moved out of Upwork... (If I would've been at the client's place, I wouldn't be that calm about my behavior at that time... and wouldn't co-operate this much how I was co-operated too. It was all my learning phase..)&lt;/p&gt;

&lt;p&gt;One of my many mistakes&lt;/p&gt;

&lt;p&gt;Thinking anything as a jump-off didn't care about what they were doing. What I all did was to make wrong assumptions, and cared all about finishing the project / my win then their win / didn't tried to build the connection/trust.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Connection/Trust matters more than anything&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I repaired my mistakes later, that's why I'm this far... You can't be successful/happy being stubborn, always be learning / keep learning.&lt;/p&gt;

&lt;p&gt;So we shifted from Upwork → WhatsApp → Slack. I worked with so many amazing people who have built some amazing stuff, and have tens of years of experience. The thing I picked was, that I know nothing and that helped me to keep learning from these people.&lt;/p&gt;

&lt;p&gt;The next part of the story is about, how I built the connections, my love for my work, care about everything, and then picking up the role of Head of Product.&lt;/p&gt;

&lt;p&gt;Key Takeaways:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  Never ever make assumptions, without trying. (For example, If I would've decided Upwork would never approve me, or this job would've been filled. I would've never gotten it. What I did was that I applied to it, and kept all things at side)&lt;/li&gt;
&lt;li&gt;  Speak your heart out, be honest&lt;/li&gt;
&lt;li&gt;  Always learning, Ask for feedback. Keep improving. Realize early that the person you're talking to knows a lot more than you and how you can learn from them.&lt;/li&gt;
&lt;li&gt;  Age is just a number.&lt;/li&gt;
&lt;li&gt;  There's a big advantage getting early in the company, you get more opportunities and the best fast-forward hardcore space to learn in the first 6--7 months (But it can be hard if you like the calm normal day working).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Thanks for reading :) Follow me on &lt;a href="https://twitter.com/justaashir" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt; to get update about Part 2&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Thanks to &lt;a href="https://medium.com/@lucastomioka/1-the-principle-of-above-and-beyond-115d88ecf71e" rel="noopener noreferrer"&gt;Lucas&lt;/a&gt;, for motivating me to write again after this whole year.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>Transitioning to PM Role, The Four Horsemen and 2 Free Resources - Newsletter Issue #1</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Tue, 02 Feb 2021 19:17:52 +0000</pubDate>
      <link>https://dev.to/justaashir/transitioning-to-pm-role-the-four-horsemen-and-2-free-resources-newsletter-issue-1-269k</link>
      <guid>https://dev.to/justaashir/transitioning-to-pm-role-the-four-horsemen-and-2-free-resources-newsletter-issue-1-269k</guid>
      <description>&lt;p&gt;Hi! Welcome to the very first issue of my newsletter, where I’ll be sharing everything I read, think, gossip, tweet, and share at the end of the week. All my learnings in a bite-sized form on content. So let’s start&lt;/p&gt;

&lt;h3&gt;
  
  
  Being a Product Manager is hard
&lt;/h3&gt;

&lt;p&gt;I’m currently transitioning to a lead PM role at my job (just after 6 months as lead front-end). I got offered to be the Head of Product because we needed someone to take responsibility + have an owner’s mentality + already have experience of our working style.&lt;br&gt;
So I’m currently 35 days in my role, and I can say it’s hard, and a lot different than programming but I do recommend trying to fit in if you get offered because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It gives you more information about the whole bigger picture&lt;/li&gt;
&lt;li&gt;It’s exactly thinking like CEO mostly&lt;/li&gt;
&lt;li&gt;It pays well 🤑&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’ve been sharing some tips on my Twitter for example like this:&lt;/p&gt;


&lt;blockquote class="ltag__twitter-tweet"&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://res.cloudinary.com/practicaldev/image/fetch/s--oimaBl6N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/profile_images/1268891194119065600/uIjVQkfr_normal.jpg" alt="Aashir Aamir Khan profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        Aashir Aamir Khan
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        &lt;a class="mentioned-user" href="https://dev.to/justaashir"&gt;@justaashir&lt;/a&gt;
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ir1kO05j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      Being a PM is hard, 💭&lt;br&gt;&lt;br&gt;Here is a tip:&lt;br&gt;"Ask about status updates frequently, at least once a day. It'll let you know how's the schedule + remind to the person that you're looking up to the task and want it done soon"&lt;br&gt;&lt;br&gt;&lt;a href="https://twitter.com/hashtag/productmanagement"&gt;#productmanagement&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/startup"&gt;#startup&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/programmer"&gt;#programmer&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      13:34 PM - 02 Feb 2021
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=1356596842017021954" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fFnoeFxk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-reply-action-238fe0a37991706a6880ed13941c3efd6b371e4aefe288fe8e0db85250708bc4.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=1356596842017021954" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k6dcrOn8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-retweet-action-632c83532a4e7de573c5c08dbb090ee18b348b13e2793175fea914827bc42046.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/like?tweet_id=1356596842017021954" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SRQc9lOp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-like-action-1ea89f4b87c7d37465b0eb78d51fcb7fe6c03a089805d7ea014ba71365be5171.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;


&lt;h3&gt;
  
  
  What Book I'm reading right now?
&lt;/h3&gt;

&lt;h5&gt;
  
  
  The Four: The Hidden DNA of Amazon, Apple, Facebook, and Google
&lt;/h5&gt;

&lt;p&gt;Scott Galloway equates the Big Four - Google, Facebook, Apple, and Amazon - to the Four Horseman of god, love, sex, and consumption respectively.&lt;br&gt;
The author proceeds to examine and deconstruct the strategies that the Four employed in becoming the present giants of the industry&lt;br&gt;
I’m kinda loving it, but I’m a little biased because of my interest in the genre.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zEZFKKjh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pro2-bar-s3-cdn-cf4.myportfolio.com/655b41941737e46bf2b5f9f021940b22/fb301255-2fb9-4d2f-bfe6-e98ccae0c304_rw_1920.jpg%3Fh%3Da10f2545e9ed685e832488e00ee1d13b" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zEZFKKjh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pro2-bar-s3-cdn-cf4.myportfolio.com/655b41941737e46bf2b5f9f021940b22/fb301255-2fb9-4d2f-bfe6-e98ccae0c304_rw_1920.jpg%3Fh%3Da10f2545e9ed685e832488e00ee1d13b" alt="" width="880" height="599"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What resources did I found this week?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://100dailyui.webflow.io/"&gt;100 Daily UI Challenge Library - The first free collection of 100 Daily UI Challenge elements and screens. All files are available in Figma.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wattenberger.com/blog/react-hooks?utm_campaign=Just%20Another%20Newsletter&amp;amp;utm_medium=email&amp;amp;utm_source=Revue%20newsletter"&gt;Amelia Wattenberger - Amazing Visual Representation of blog to get inspired from&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Anything else?
&lt;/h3&gt;

&lt;p&gt;Yeah, I’m going to buy the Grammarly pro version, to improve my overall writing ability and communication skill. So I’ll be reviewing it in my next issue #2&lt;br&gt;
Also, Today’s question: Have you tried the Clubhouse app? Do you like it? What do you think about it?&lt;/p&gt;

&lt;p&gt;Subscribe to my &lt;a href="https://www.getrevue.co/profile/justaashir"&gt;newsletter&lt;/a&gt;, :)&lt;/p&gt;

&lt;p&gt;This post is exactly the same as &lt;a href="https://www.getrevue.co/profile/justaashir/issues/just-another-newsletter-issue-1-327310"&gt;Issue #1&lt;/a&gt; of my newsletter "Just Another Newsletter"&lt;/p&gt;

&lt;p&gt;Thanks for reading :)&lt;/p&gt;

</description>
      <category>motivation</category>
      <category>productivity</category>
      <category>books</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Does anyone have experience building "Website Builder (Drag/Drop)" like Wix, Webflow or Unbounce?</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Fri, 04 Dec 2020 19:06:59 +0000</pubDate>
      <link>https://dev.to/justaashir/does-anyone-have-experience-building-website-builder-drag-drop-like-wix-webflow-or-unbounce-c03</link>
      <guid>https://dev.to/justaashir/does-anyone-have-experience-building-website-builder-drag-drop-like-wix-webflow-or-unbounce-c03</guid>
      <description>&lt;p&gt;Hi, Does anyone have experience building "Website Builder (Drag/Drop)" like &lt;a href="https://wix.com"&gt;Wix&lt;/a&gt;, &lt;a href="https://webflow.com"&gt;Webflow&lt;/a&gt; or &lt;a href="https://unbounce.com"&gt;Unbounce&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If Yes:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What tools you used?&lt;/li&gt;
&lt;li&gt;What was your ultimate goal?&lt;/li&gt;
&lt;li&gt;How will you break the workflow into multiple steps building it?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;If No:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you get a job today to start building it. What will be your approach?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any answer will be helpful. Let's make it a healthy discussion&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How I created my resume/logo/portfolio in the last 3 hours</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Mon, 10 Aug 2020 00:00:53 +0000</pubDate>
      <link>https://dev.to/justaashir/how-i-created-my-resume-logo-portfolio-in-the-last-3-hours-3aoh</link>
      <guid>https://dev.to/justaashir/how-i-created-my-resume-logo-portfolio-in-the-last-3-hours-3aoh</guid>
      <description>&lt;p&gt;So, I'm back again and 🙈 sorry for not posting for a while again and again.&lt;/p&gt;

&lt;h4&gt;
  
  
  So, What's happening? (Summary in 1 paragraph)
&lt;/h4&gt;

&lt;p&gt;COVID-19 killed the startup I was working on, Now I'm working on a &lt;a href="https://remoteworkjar.com"&gt;remote job board&lt;/a&gt; and &lt;a href="https://tailwindcssuikit.com"&gt;Tailwind CSS Ui Kit&lt;/a&gt;. Thinking and Learning all the way, made my home office + Starting to build a TailwindCSS Course + a First Urdu Language Podcast on Development. This is too much for me now.&lt;/p&gt;

&lt;p&gt;So Today's intention of writing this article is to share my experience of last 3-4 hrs of how I went through all this stuff and ended my procrastination of doing some really tough work for me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Making a Logo for myself&lt;/li&gt;
&lt;li&gt;Designing a Resume&lt;/li&gt;
&lt;li&gt;Making a Portfolio&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So this is how it started, I was reading &lt;a href="https://dev.to/jameesy/the-ultimate-guide-to-finding-a-job-in-tech-521l"&gt;this post&lt;/a&gt; and it really got me motivated to go make my resume, I was using basic LinkedIn PDF Resume till now. I somehow remembered that &lt;a href="https://www.canva.com/resumes/"&gt;Canva&lt;/a&gt; got some amazing Resume Templates. I got to Canva and, picked up one template started modifying it and putting up content and my profile picture. I did modify the upper section... and it ended up like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZDmwLRnd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k7qeblpmrd5fgvy1pnu0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZDmwLRnd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/k7qeblpmrd5fgvy1pnu0.png" alt="Portfolio" width="816" height="1056"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then I exported in PDF and shared on &lt;a href="https://twitter.com/justaashir"&gt;twitter&lt;/a&gt;. BTW still very much active on twitter, go follow me.&lt;/p&gt;

&lt;p&gt;I moved to the same post (I was reading back again), and the second point was "Portfolio":&lt;br&gt;
"People I have spoken to have put off applying for jobs because they weren't happy with their portfolio.&lt;/p&gt;

&lt;p&gt;Newsflash: I am STILL not happy with my portfolio. I got my current role with absolutely NO portfolio. If I had waited until I was happy, I would still be waiting!" __Cited from article&lt;/p&gt;

&lt;p&gt;I designed almost 3-4 portfolios, but they never saw the heat of the server. I was guilty of not able to design a portfolio. So I had an idea, why not just make this resume as a website (This looks good!)&lt;/p&gt;

&lt;p&gt;I opened up Codepen, imported TailwindCSS (My First Love), and started rolling the ball + I used Figma for small image export and &lt;a href="https://ibb.co"&gt;ImageBB&lt;/a&gt; for file-hosting. I started designing, designed the small part and my name was just looking like any other text on the page, So I said "My Name should fire up". I went to Canva and just tried to change the Font to Handwriting and line-height in minus. Copied it and pasted it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--R8HP-CsU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/juivhr8qirttsu6g92de.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--R8HP-CsU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/juivhr8qirttsu6g92de.png" alt="Logo" width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It really ended up being cool, and then back to CodePen, just some mobile layout change and done, shared on twitter. Came up here to tell you the story... that How I made the logo, Resume, Portfolio in last 3 hours.&lt;/p&gt;

&lt;p&gt;This is the Codepen:&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/justaashir/embed/WNwvXxG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Thanks, for reading.&lt;/p&gt;

&lt;p&gt;Note: I'm writing this post, just before sleep and really exhausted. I haven't proofed-read or did any improvements and checked all the links. This is a rough post for my true followers...&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>story</category>
    </item>
    <item>
      <title>Testing Forms with ease using Fill.ly form-filler 💌</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Thu, 09 Jul 2020 18:44:17 +0000</pubDate>
      <link>https://dev.to/justaashir/testing-forms-with-ease-using-fill-ly-form-filler-17dg</link>
      <guid>https://dev.to/justaashir/testing-forms-with-ease-using-fill-ly-form-filler-17dg</guid>
      <description>&lt;p&gt;This tool is not another password manager; it’s a tool for better development for the community, it can easily make your work easier and save you from a lot of anxiety of filling up the same forms again and again in development, testing or production environment. It’s a modern approach to better and productive in filling up forms and sharing them with your team.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to Install Fill.ly
&lt;/h3&gt;

&lt;p&gt;Google Chrome is the most popular browser right now. You can easily install Fill.ly as a chrome extension in the Chrome Web Store and it's completely free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note: extension is only available for Chrome&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install the &lt;a href="https://chrome.google.com/webstore/detail/filly-form-filler-team-co/imemmdpjflmkjjomahchpaijgfhnpdmp" rel="noopener noreferrer"&gt;Fill.ly extension for chrome&lt;/a&gt;, It’s completely free.&lt;/li&gt;
&lt;li&gt;After Installation, you can notice a small Fill.ly icon on the right top bar of Chrome. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now you can start saving forms. There are two ways in which you can save forms &lt;/p&gt;

&lt;h4&gt;
  
  
  HotKeys
&lt;/h4&gt;

&lt;p&gt;It’s the easiest and most efficient way to save forms, just press &lt;em&gt;ALT + Shift + 2&lt;/em&gt; to save a form on a website, and to see all of your saved form for the website just press &lt;em&gt;ALT + Shift + 1&lt;/em&gt; &lt;br&gt;
You can also perform these actions through the icon of Fill.ly on the right top bar on Chrome, like this :&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fdfa00fmifp0vdxk6zxgx.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fdfa00fmifp0vdxk6zxgx.png" alt="Fill.ly - Form Filler for IT Teams - Available for Chrome "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s just the most basic use of Fill.ly, but Fill.ly is power-packed with so many features. You can access all of these features from their Online Dashboard(Web UI), you can access the dashboard by &lt;a href="https://fill.ly/" rel="noopener noreferrer"&gt;signing up on Fill.ly’s official website.&lt;/a&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  How to Use Fill.ly
&lt;/h3&gt;

&lt;p&gt;This is a very simple practical example of a Checkout Form, it’s on my computer right now, and I’m running it on a Localhost.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Scenario&lt;/em&gt;: It’s a checkout form, and the problem is that MySQL database is not getting the Credit Card Number, from the form correctly. So I want to fix it out but every time I have to Hard-Refresh the page,  which means filling up the entire form again and again.&lt;br&gt;
I have to fill up my form the very first time and then save the form using the FIll.ly Hotkey &lt;strong&gt;ALT + SHIFT + 2&lt;/strong&gt;: &lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Flu0ot5z8ngteyebtwj1r.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Flu0ot5z8ngteyebtwj1r.gif" alt="Fill.ly - Form Filler for IT Teams - Available for Chrome "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then after a hard refresh, I don’t have to fill-up the form again, I can easily retrieve the saved form, with the  Fill.ly HotKey &lt;strong&gt;ALT + SHIFT + 1&lt;/strong&gt;:&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fb6ddsrmjx1yh8yws2b1m.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%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fb6ddsrmjx1yh8yws2b1m.gif" alt="Fill.ly - Form Filler for IT Teams - Available for Chrome "&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So now you can imagine how easy it is to save and reuse forms with Fill.ly. This is not just for personal use, the frustrating experience is to work on Forms with Team. you have to explain every other guy to fill-up the form correctly. Now you can share your saved forms with anyone in your team and they can share their forms with you.&lt;/p&gt;

&lt;h3&gt;
  
  
  How to share forms with Teams?
&lt;/h3&gt;

&lt;p&gt;You can share your saved forms with your team, in the UI dashboard of Fill.ly  &lt;a href="https://fill.ly/form/admin" rel="noopener noreferrer"&gt;by visiting this link&lt;/a&gt;, you’ve to login first if you already have an account or you can &lt;a href="https://fill.ly/signup" rel="noopener noreferrer"&gt;Sign-up for Free on FIll.ly&lt;/a&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I invited my friend to join my team at FIll.ly from the UI dashboard of Fill.ly, 
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F10cbyuq1y6hqjzzt2jlx.png" alt="Fill.ly"&gt;
&lt;/li&gt;
&lt;li&gt;My friend received the automated email invite from Fill.ly and confirmed it. He is on my team now.
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F0b207she61b79swkrt2x.png" alt="Fill.ly"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Bonus: Domain Mapping
&lt;/h3&gt;

&lt;h4&gt;
  
  
  What's Domain Mapping?
&lt;/h4&gt;

&lt;p&gt;Domain mapping is using the saved forms on different instances of an app. For example, I’m using the fill.ly forms with the app in my local development environment, and then I uploaded the app to Netlify, this doesn’t mean that I can’t access the fill.ly forms. I can access them by mapping the local development environment’s domain to my netlify domain like this.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Visit the Domain Mappings in Settings of Fill.ly&lt;/li&gt;
&lt;li&gt;Add a new mapping, Enter the domains, and done.
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Ffwyhb10oe0uahlde9i8l.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;li&gt;Now I can access all of my saved forms on My Netlify website.
&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fus5vd13cib226bfz2yj4.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: You have to enter the domain in the specified format:&lt;br&gt;
Without any prefix, Port, protocol, hashes, query strings (Just raw domain like myapp.com)&lt;/p&gt;

&lt;h4&gt;
  
  
  Summary
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;You can easily save any form data on the web and refill it again later in just a second using Fill.ly extension for chrome, It will be always available to you. &lt;/li&gt;
&lt;li&gt;You can share any form details with your Team, and it’s much better than explaining them to fill this up with this, and then this. You can just tell them to use this form’s data and the filly will fill up the data in just a second for your team member.&lt;/li&gt;
&lt;li&gt;You don’t have to fill-up the form again for different app instances, you can easily map your domains to share the forms.&lt;/li&gt;
&lt;li&gt;It’s completely free, You can download it easily from &lt;a href="https://chrome.google.com/webstore/detail/filly-form-filler-team-co/imemmdpjflmkjjomahchpaijgfhnpdmp" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>testing</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Best JavaScript resources 2020 - Start from here 🚲</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Sat, 20 Jun 2020 18:46:28 +0000</pubDate>
      <link>https://dev.to/justaashir/best-javascript-resources-2020-start-from-here-6n8</link>
      <guid>https://dev.to/justaashir/best-javascript-resources-2020-start-from-here-6n8</guid>
      <description>&lt;p&gt;These are my personal picks of learning JavaScript in 2020, I picked all of these resources myself, most of them are my favorites and I also used them while learning.&lt;/p&gt;

&lt;p&gt;This was originally a long thread on twitter, later I made a post about it&lt;br&gt;
&lt;/p&gt;
&lt;blockquote class="ltag__twitter-tweet"&gt;

  &lt;div class="ltag__twitter-tweet__main"&gt;
    &lt;div class="ltag__twitter-tweet__header"&gt;
      &lt;img class="ltag__twitter-tweet__profile-image" src="https://res.cloudinary.com/practicaldev/image/fetch/s--oimaBl6N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://pbs.twimg.com/profile_images/1268891194119065600/uIjVQkfr_normal.jpg" alt="Aashir Aamir Khan 🚀 #100daysofcode profile image"&gt;
      &lt;div class="ltag__twitter-tweet__full-name"&gt;
        Aashir Aamir Khan 🚀 #100daysofcode
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__username"&gt;
        &lt;a class="mentioned-user" href="https://dev.to/justaashir"&gt;@justaashir&lt;/a&gt;
      &lt;/div&gt;
      &lt;div class="ltag__twitter-tweet__twitter-logo"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ir1kO05j--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-f95605061196010f91e64806688390eb1a4dbc9e913682e043eb8b1e06ca484f.svg" alt="twitter logo"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__body"&gt;
      Achieve JavaScript Mastery! &lt;br&gt;Start from today... don't know where to start?&lt;br&gt;&lt;br&gt;Here are some resources: [Thread] 👇&lt;br&gt;Most of them are free.&lt;br&gt;&lt;a href="https://twitter.com/hashtag/100DaysOfCode"&gt;#100DaysOfCode&lt;/a&gt; &lt;br&gt;&lt;a href="https://twitter.com/hashtag/CodeNewbie"&gt;#CodeNewbie&lt;/a&gt;
    &lt;/div&gt;
    &lt;div class="ltag__twitter-tweet__date"&gt;
      08:08 AM - 20 Jun 2020
    &lt;/div&gt;


    &lt;div class="ltag__twitter-tweet__actions"&gt;
      &lt;a href="https://twitter.com/intent/tweet?in_reply_to=1274252700780236800" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fFnoeFxk--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-reply-action-238fe0a37991706a6880ed13941c3efd6b371e4aefe288fe8e0db85250708bc4.svg" alt="Twitter reply action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/retweet?tweet_id=1274252700780236800" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--k6dcrOn8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-retweet-action-632c83532a4e7de573c5c08dbb090ee18b348b13e2793175fea914827bc42046.svg" alt="Twitter retweet action"&gt;
      &lt;/a&gt;
      &lt;a href="https://twitter.com/intent/like?tweet_id=1274252700780236800" class="ltag__twitter-tweet__actions__button"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SRQc9lOp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/twitter-like-action-1ea89f4b87c7d37465b0eb78d51fcb7fe6c03a089805d7ea014ba71365be5171.svg" alt="Twitter like action"&gt;
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/blockquote&gt;


&lt;p&gt;This list is very much opinionated, and I must have skipped so many resources so feel free to feature them in comments. 🤞&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://www.taniarascia.com/blog/"&gt;Tania Rascia's Blog&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--_9r2VmQT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://d2w9rnfcy7mm78.cloudfront.net/5561013/display_cededb24f0166c47e9f14740f24c6567.png%3F1574437915%3Fbc%3D0" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--_9r2VmQT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://d2w9rnfcy7mm78.cloudfront.net/5561013/display_cededb24f0166c47e9f14740f24c6567.png%3F1574437915%3Fbc%3D0" alt="Tania Rascia Blog" width="600" height="600"&gt;&lt;/a&gt;&lt;br&gt;
She is super awesome, If you love written posts, &lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/taniarascia"&gt;@taniarascia&lt;/a&gt; got it covered in her amazing blog Grinning face&lt;/p&gt;

&lt;p&gt;There are a total of 43 Posts, on JavaScript (Basic to Advanced)&lt;br&gt;
Check it out, and I bet you'll love it. There are more than just Javascript on her blog.&lt;/p&gt;


&lt;h3&gt;
  
  
  &lt;a href="https://javascript.info/"&gt;The Modern Javascript Tutorial&lt;/a&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0G0thfJf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://hackr.io/blog/uploads/images/the-modern-javascript-tutorial.png" alt="enter image description here" width="880" height="480"&gt;
&lt;/h3&gt;

&lt;p&gt;One of the best, and the most complete tutorial series to date. I love 💘 it because it's a modern approach, brief but simple explanations.&lt;br&gt;
It's also available in different languages through translations. It's currently serving me as my reference guide. Please Contribute to the project, by supporting it through $&lt;/p&gt;


&lt;h3&gt;
  
  
  &lt;a href="https://javascript30.com"&gt;JavaScript30 by Wes Bos&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;It's a fun, engaging, and super cool video series of 30 videos, by one of my favorite content creators.  It's unique on its own, as it doesn't follow the traditional learning procedure. I highly recommend it if you want to have more interest in JavaScript specifically.&lt;/p&gt;
&lt;h3&gt;
  
  
  Books
&lt;/h3&gt;

&lt;p&gt;If you ask for a book, there are two that worth lots of respect! They are also available for free, but I highly recommend you to please support the authors.&lt;/p&gt;
&lt;h4&gt;
  
  
  &lt;a href="//eloquentjavascript.net"&gt;Eloquent Javascript (Latest Edition)&lt;/a&gt;
&lt;/h4&gt;
&lt;h4&gt;
  
  
  &lt;a href="https://github.com/getify/You-Dont-Know-JS"&gt;YDKJS - Series&lt;/a&gt;
&lt;/h4&gt;


&lt;h3&gt;
  
  
  Projects
&lt;/h3&gt;

&lt;p&gt;Learning JavaScript theory is not enough, to achieve mastery! You've to make some real-world projects, to get into bugs, and then solve it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/traversymedia"&gt;@traversymedia&lt;/a&gt; got a Udemy course for you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.udemy.com/course/web-projects-with-vanilla-javascript/"&gt;20 Web Projects with Vanilla JavaScript&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W6E0DM5R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img-a.udemycdn.com/course/750x422/2782800_0b85.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W6E0DM5R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img-a.udemycdn.com/course/750x422/2782800_0b85.jpg" alt="enter image description here" width="750" height="422"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h3&gt;
  
  
  Some more resources
&lt;/h3&gt;
&lt;h3&gt;
  
  
  &lt;a href="https://github.com/airbnb/javascript"&gt;JavaScript Style Guide - Airbnb&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;This is completely opinionated and it's not really related to learning JavaScript, it's to improve your code and make it consistent.&lt;/p&gt;

&lt;p&gt;It's a brief list of some of the best practices to follow while writing JavaScript and it's not one-time-visit learning.  Bookmark this ⭐&lt;/p&gt;

&lt;p&gt;Some of the Posts I loved, and worth mentioning:&lt;/p&gt;


&lt;div class="ltag__link"&gt;
  &lt;a href="/lydiahallie" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2uyKFUmy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--8M3zL6tj--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/198900/d19268b1-6b0b-4530-9889-64fcf0a19d6d.png" alt="lydiahallie"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/lydiahallie/javascript-visualized-promises-async-await-5gke" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;⭐️🎀 JavaScript Visualized: Promises &amp;amp; Async/Await&lt;/h2&gt;
      &lt;h3&gt;Lydia Hallie ・ Apr 14 '20 ・ 14 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#node&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;



&lt;div class="ltag__link"&gt;
  &lt;a href="/taeluralexis" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--puyHP7XV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://res.cloudinary.com/practicaldev/image/fetch/s--f2jC-jD5--/c_fill%2Cf_auto%2Cfl_progressive%2Ch_150%2Cq_auto%2Cw_150/https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/85160/37ec6554-c63c-4664-8a4d-b697bd4c3cbf.jpg" alt="taeluralexis"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/taeluralexis/100daysofvanillajs-what-is-javascript-primitive-data-types-let-var-and-const-4040" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;#100DaysOfVanillaJS: What is JavaScript, Primitive Data Types &amp;amp; Let, Var and Const&lt;/h2&gt;
      &lt;h3&gt;Tae'lur Alexis 🦄⚛ ・ Apr 8 '20 ・ 7 min read&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#javascript&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#beginners&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#programming&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


&lt;h4&gt;
  
  
  Videos
&lt;/h4&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Mus_vwhTCq0"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/e-5obm1G_FY"&gt;
&lt;/iframe&gt;
&lt;br&gt;
One of my most memorable video about JavaScript that really changed my perspective 💘&lt;/p&gt;

&lt;h4&gt;
  
  
  GitHub
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/lydiahallie/javascript-questions"&gt;JavaScript Interview Questions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/sorrycc/awesome-javascript"&gt;Awesome JavaScript - Repository&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ryanmcdermott/clean-code-javascript"&gt;Clean Code - JavaScript Version &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;So that's all you can now close this tab.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note to my DEV followers and recurring readers&lt;/strong&gt;:  I'm back, and it looks like this time I'll not go for a long time again. 🤞&lt;br&gt;
I'm packing up, for my next remote job with MERN Stack in the next 3 months. I'll make a super great portfolio + also share resources &amp;amp; Learning as I go through my job-process.&lt;/p&gt;

&lt;p&gt;I'll also start working on a micro-saas in a few days + there are few more plans. If you want to join me in this journey, I'm active on &lt;a href="https://twitter.com/justaashir"&gt;twitter&lt;/a&gt; from day one and never took an off. So be sure to follow me, it's &lt;a class="mentioned-user" href="https://dev.to/justaashir"&gt;@justaashir&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're interested in more posts like this, comment 👇&lt;br&gt;
If you're looking for a Front-end web developer with great communication skills, it's me 😁, just contact me on &lt;a href="mailto:hello@justaashir.com"&gt;hello@justaashir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want me to write for you/your brand, I'm also available for paid writing opportunities.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Create a Basic Node.js Server without Express (10 mins)</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Wed, 10 Jun 2020 07:18:58 +0000</pubDate>
      <link>https://dev.to/justaashir/create-a-basic-node-js-server-without-express-10-mins-3ae</link>
      <guid>https://dev.to/justaashir/create-a-basic-node-js-server-without-express-10-mins-3ae</guid>
      <description>&lt;p&gt;&lt;a href="https://twitter.com/justaashir" rel="noopener noreferrer"&gt;Follow me on Twitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe class="tweet-embed" id="tweet-1270608601556701185-625" src="https://platform.twitter.com/embed/Tweet.html?id=1270608601556701185"&gt;
&lt;/iframe&gt;

  // Detect dark theme
  var iframe = document.getElementById('tweet-1270608601556701185-625');
  if (document.body.className.includes('dark-theme')) {
    iframe.src = "https://platform.twitter.com/embed/Tweet.html?id=1270608601556701185&amp;amp;theme=dark"
  }



&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Official Website is Live 🎉 - Built with TailwindCSS and AlpineJS and lots of 💗</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Tue, 26 May 2020 19:20:12 +0000</pubDate>
      <link>https://dev.to/justifyagencyhq/official-website-is-live-built-with-tailwindcss-and-alpinejs-and-lots-of-2een</link>
      <guid>https://dev.to/justifyagencyhq/official-website-is-live-built-with-tailwindcss-and-alpinejs-and-lots-of-2een</guid>
      <description>&lt;p&gt;This is the official website of Justify Agency, built with lots of patience, design work and 💖&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/justifyagencyhq/Official-Website"&gt;GitHub Public&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Watch the Video: &lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/u_IXJnnJZ-Q"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Visit it here: &lt;a href="https://justifyagency.com"&gt;Click here&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Technologies Used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://tailwindcss.com"&gt;TailwindCSS&lt;/a&gt;: We love this framework a lot, and we are absolutely not going away from it. It's fast, scalable, easy-to-use. We used it,
at first it looks like that it's too heavy but after compilation, our CSS Size is only 3KB 🤯&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/alpinejs/alpine"&gt;AlpineJS&lt;/a&gt;: We don't like to play with DOM Selectors anymore, even for simpler things + We are using VueJS every day, so it's a deal-deal&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://parceljs.org/"&gt;Parcel&lt;/a&gt;**: It's Simple, that's it&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ionicons.com/"&gt;IonIcons&lt;/a&gt;: This is completely biased, our cat loves it so 😍&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.netlify.com/"&gt;Netlify&lt;/a&gt;: It's simple, with Free SSL + Auto-Deployment. We can roll-back easily and we're also using built-in form collector.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://mciastek.github.io/sal/"&gt;Sal.js&lt;/a&gt;: Lightweight scroll animation library (Zero Dependencies) and it's just super minimal.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com"&gt;GitHub&lt;/a&gt;: It's free for teams now so 🥳&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.favicon-generator.org/"&gt;Favicons&lt;/a&gt; - It worked for us, and provided us the zip file of different sizes&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Page Speed Insights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Desktop
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Jf5npPhs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://imagehost.imageupload.net/2020/05/26/image750914807bb710e1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jf5npPhs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://imagehost.imageupload.net/2020/05/26/image750914807bb710e1.png" alt="Desktop Score" width="880" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Mobile
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OVlaOgBm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://imagehost.imageupload.net/2020/05/26/image9a5c2c8e388861e6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OVlaOgBm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://imagehost.imageupload.net/2020/05/26/image9a5c2c8e388861e6.png" alt="Mobile Score" width="880" height="435"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Some Credits:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://freepik.com"&gt;FreePik&lt;/a&gt; - Thanks for Illustrations&lt;/p&gt;

&lt;p&gt;We are ready for the Launch!&lt;br&gt;
Follow us on &lt;a href="https://twitter.com/justifyagencyhq"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>design</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>McDonald's Card - TailwindCSS in 10 mins</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Wed, 06 May 2020 12:28:14 +0000</pubDate>
      <link>https://dev.to/justaashir/mcdonald-s-card-tailwindcss-in-10-mins-po8</link>
      <guid>https://dev.to/justaashir/mcdonald-s-card-tailwindcss-in-10-mins-po8</guid>
      <description>&lt;p&gt;Hi, Watch me coding this with just TailwindCSS under 10 minutes. It's a very simple approach to code an isometric card.&lt;/p&gt;

&lt;p&gt;See this codepen:&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/justaashir/embed/oNjpmjj?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>tailwindcss</category>
      <category>css</category>
      <category>beginners</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Just Code 2020 - front-end web developer roadmap - Announcement</title>
      <dc:creator>Aashir Khan</dc:creator>
      <pubDate>Thu, 23 Apr 2020 05:19:49 +0000</pubDate>
      <link>https://dev.to/justaashir/just-code-2020-front-end-web-developer-roadmap-announcement-55ge</link>
      <guid>https://dev.to/justaashir/just-code-2020-front-end-web-developer-roadmap-announcement-55ge</guid>
      <description>&lt;p&gt;
  &lt;a href="" rel="noopener"&gt;
 &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fjustcode.netlify.app%2Flogo.png" alt="Just Code 2020"&gt;&lt;/a&gt;
&lt;/p&gt;




&lt;p&gt; Front End Web Developer, Roadmap for people who want to learn the most useful and good parts of front-end web development in an organized way. Series of Live-streams and code-camp(inc.)
    &lt;br&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  📝 Table of Contents
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Problem Statement&lt;/li&gt;
&lt;li&gt;Idea / Solution&lt;/li&gt;
&lt;li&gt;Roadmap&lt;/li&gt;
&lt;li&gt;Future Scope&lt;/li&gt;
&lt;li&gt;Getting Started&lt;/li&gt;
&lt;li&gt;Resources&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🧐 Problem Statement &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Beginners usually start by learning HTML, then CSS, then JS and then NPM, GIT  and then other things.... their motivation starts to end as they proceed because there are no milestones other than getting a job after being a web developer..&lt;/p&gt;

&lt;p&gt;They just want to complete the development journey as fast as possible and get the job, but they do get into the tutorial rut + things like imposter syndrome. No guidance leads to it.&lt;br&gt;
So What should we do?&lt;/p&gt;

&lt;h2&gt;
  
  
  💡 Idea / Solution &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;The idea is to divide the learning process into so many milestones, that person will achieve and enjoy, and get updates. For example, he learns HTML, and directly upload the plain HTML website to Netlify. It's a motivation that you've made your first webpage, now you just have to style it, after styling and learning CSS and Flexbox/Grid and making some designs. You're now a "Web Designer". Now let's have a look at the next approach "Web Development". In this way a person will get motivated at every step, I'll also help them to end up with a freelance-ready portfolio and I'll also review their portfolio myself&lt;/p&gt;

&lt;h2&gt;
  
  
  ⛓️ Roadmap &lt;a&gt;&lt;/a&gt;
&lt;/h2&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%2Fjustcode.netlify.app%2FRoadmap-min.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%2Fjustcode.netlify.app%2FRoadmap-min.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is a rough roadmap, but in my case, that's what I do all the time. I learned lots of things, but I use these listed things usually.&lt;/li&gt;
&lt;li&gt;Skip most of the part, learn different hacks, learn modern things, and done...&lt;/li&gt;
&lt;li&gt;Learn how to debug, Learn how to Figma, Learn how to Animate&lt;/li&gt;
&lt;li&gt;APIs are great...&lt;/li&gt;
&lt;li&gt;Your development environment should be productive&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Future Scope &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;So, I will add lots of resources in the future, you're completely open to help me in it.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Going to write small guides, and create more roadmaps like this&lt;/li&gt;
&lt;li&gt;Create Youtube Live-streams&lt;/li&gt;
&lt;li&gt;Convert it into Urdu/Hindi&lt;/li&gt;
&lt;li&gt;Resources Lists&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🏁 Getting Started &lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;So, I'm going to follow this roadmap and teach all of the things to you on my Youtube Channel through Live-streams, later we'll edit it and convert into the more high-production quality and short video&lt;br&gt;
Join me on &lt;a href="https://cutt.ly/justaashir" rel="noopener noreferrer"&gt;Youtube&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Prerequisites
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Good Internet Connection&lt;/li&gt;
&lt;li&gt;Laptop&lt;/li&gt;
&lt;li&gt;Motivation&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Who Am I?
&lt;/h3&gt;

&lt;p&gt;I'm a front-end web developer and a technical writer. I love helping developers to get out of the tutorial ruts, and imposter syndromes + I love to teach them how to do things the right way.&lt;br&gt;
&lt;a href="https://twitter.com/justaashir" rel="noopener noreferrer"&gt;Follow me on twitter&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  🎂🍰🍥 Resources&lt;a&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Coming Soon, I'll add them to repo + here&lt;/p&gt;

&lt;h3&gt;
  
  
  Quick Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;It's open for contributions: &lt;a href="https://github.com/justaashir/justcode" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://cutt.ly/justaashir" rel="noopener noreferrer"&gt;Official Youtube Channel, Where I'll be making live-streams from 24 APR on it&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
