<?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: Toqeer Abbas</title>
    <description>The latest articles on Forem by Toqeer Abbas (@toqeer__abbas).</description>
    <link>https://forem.com/toqeer__abbas</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%2F452812%2F97d17e32-8589-4c3d-9614-38d7f95754c8.png</url>
      <title>Forem: Toqeer Abbas</title>
      <link>https://forem.com/toqeer__abbas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/toqeer__abbas"/>
    <language>en</language>
    <item>
      <title>🚀 How to Improve Google Performance of Your Website</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Mon, 23 Jun 2025 07:14:52 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/how-to-improve-google-performance-of-your-website-ojh</link>
      <guid>https://forem.com/toqeer__abbas/how-to-improve-google-performance-of-your-website-ojh</guid>
      <description>&lt;p&gt;In today’s digital age, having a visually appealing website isn’t enough. If your site doesn’t perform well on Google, you’re missing out on traffic, conversions, and business growth. In this article, we'll explore how to improve your website's Google performance — from technical SEO to page speed and content optimization.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ 1. Optimize for Core Web Vitals&lt;/strong&gt;&lt;br&gt;
Google uses Core Web Vitals to measure user experience. These include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Largest Contentful Paint (LCP) – How fast the main content loads.&lt;/li&gt;
&lt;li&gt;Interaction to Next Paint (INP) – Measures input responsiveness.&lt;/li&gt;
&lt;li&gt;Cumulative Layout Shift (CLS) – Visual stability of the page.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;How to Improve:&lt;/strong&gt;&lt;br&gt;
Compress and resize images (use WebP format)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Minify CSS, JS, and HTML&lt;/li&gt;
&lt;li&gt;Use loading="lazy" on images&lt;/li&gt;
&lt;li&gt;Serve static assets via a CDN&lt;/li&gt;
&lt;li&gt;Use browser caching&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 2. Improve Page Speed&lt;/strong&gt;&lt;br&gt;
Slow websites lose users and rankings. Use tools like Google PageSpeed Insights or [Lighthouse].&lt;/p&gt;

&lt;p&gt;Tips to speed up your website:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enable GZIP or Brotli compression&lt;/li&gt;
&lt;li&gt;Minimize HTTP requests&lt;/li&gt;
&lt;li&gt;Use asynchronous loading (async/defer) for JS files&lt;/li&gt;
&lt;li&gt;Reduce server response time (TTFB)&lt;/li&gt;
&lt;li&gt;Eliminate unused CSS and JavaScript&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 3. Mobile Optimization&lt;/strong&gt;&lt;br&gt;
Since Google switched to mobile-first indexing, your website must perform well on smartphones.&lt;/p&gt;

&lt;p&gt;Mobile Optimization Tips:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use responsive design (media queries)&lt;/li&gt;
&lt;li&gt;Avoid popups or intrusive interstitials&lt;/li&gt;
&lt;li&gt;Ensure readable font sizes&lt;/li&gt;
&lt;li&gt;Keep clickable elements well-spaced&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 4. On-Page SEO Best Practices&lt;/strong&gt;&lt;br&gt;
Well-optimized content helps Google understand your page’s topic.&lt;/p&gt;

&lt;p&gt;Optimize:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Title Tags: Include your main keyword&lt;/li&gt;
&lt;li&gt;Meta Descriptions: Write compelling summaries with keywords&lt;/li&gt;
&lt;li&gt;Headings: Use H1 for main title, H2 for sections&lt;/li&gt;
&lt;li&gt;Alt Text: Describe images with keywords&lt;/li&gt;
&lt;li&gt;URL Slugs: Keep them clean and keyword-rich (e.g., /improve-google-performance)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 5. Technical SEO Essentials&lt;/strong&gt;&lt;br&gt;
Technical SEO ensures your site is crawlable, indexable, and fast.&lt;/p&gt;

&lt;p&gt;Must-haves:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Submit a sitemap.xml to Google Search Console&lt;/li&gt;
&lt;li&gt;Use robots.txt to control crawl access&lt;/li&gt;
&lt;li&gt;Fix broken links (404 errors)&lt;/li&gt;
&lt;li&gt;Implement canonical tags to avoid duplicate content&lt;/li&gt;
&lt;li&gt;Use HTTPS for secure browsing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 6. Use Structured Data (Schema Markup)&lt;/strong&gt;&lt;br&gt;
Adding schema.org markup helps Google understand your content and show rich results like ratings, FAQs, and more.&lt;/p&gt;

&lt;p&gt;Example: Add FAQ schema for question-answer pages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;✅ 7. Create High-Quality, Keyword-Optimized Content&lt;/strong&gt;&lt;br&gt;
Content is still king. Your pages should solve problems, answer questions, or provide value.&lt;/p&gt;

&lt;p&gt;Content Tips:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use long-tail keywords relevant to your niche&lt;/li&gt;
&lt;li&gt;Update content regularly&lt;/li&gt;
&lt;li&gt;Add internal links to related posts&lt;/li&gt;
&lt;li&gt;Avoid keyword stuffing — write naturally&lt;/li&gt;
&lt;li&gt;Use tools like Ahrefs, SEMrush, or Ubersuggest for keyword research&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;✅ 8. Track &amp;amp; Monitor Performance&lt;/strong&gt;&lt;br&gt;
You can’t improve what you don’t measure.&lt;/p&gt;

&lt;p&gt;Tools to use:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Google Search Console: Monitor indexing, keywords, and errors&lt;/li&gt;
&lt;li&gt;Google Analytics: Track user behavior and engagement&lt;/li&gt;
&lt;li&gt;Lighthouse / PageSpeed Insights: Performance audits&lt;/li&gt;
&lt;li&gt;Ahrefs / SEMrush: SEO and backlink audits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;🔁 Conclusion: Continuous Optimization Is Key&lt;/strong&gt;&lt;br&gt;
Improving your website’s Google performance isn’t a one-time task — it’s a continuous effort. By focusing on speed, SEO, content, and mobile experience, you can increase visibility, attract more traffic, and boost conversions.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>websiteoptimization</category>
      <category>seo</category>
    </item>
    <item>
      <title>Sidekiq in Ruby on Rails for background jobs</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Thu, 29 Feb 2024 12:26:51 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/sidekiq-in-ruby-on-rails-for-background-jobs-7h9</link>
      <guid>https://forem.com/toqeer__abbas/sidekiq-in-ruby-on-rails-for-background-jobs-7h9</guid>
      <description>&lt;p&gt;Sidekiq is a full-featured background processing framework for Ruby. It lets you run background tasks concurrently, crucial for responsive and reliable web applications. Whether sending emails, resizing images, or processing CSV files, time-consuming tasks can be done behind the scenes using Sidekiq.&lt;/p&gt;

&lt;p&gt;We used Sidekiq to manage complex background jobs like sending emails and performing computations that take time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sidekiq Gem&lt;/strong&gt;&lt;br&gt;
[(&lt;a href="https://github.com/sidekiq/sidekiq)" rel="noopener noreferrer"&gt;https://github.com/sidekiq/sidekiq)&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let's start to understand Sidekiq with a quick tutorial&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;rails new sidekiq_tutorial_1.0&lt;/code&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let's go inside the directory&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;cd sidekiq_tutorial_1.0/&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Then add sidekiq in the gem file&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;bundle add sidekiq&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add background job&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;rails g sidekiq:job my_first_job&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;go to the project directory open file my_first_job.rb&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;class MyFirstJob
  include Sidekiq::Job

  def perform(name, age)
    puts "my name #{name} age #{age}"
    # Do something
  end
end


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;then go to file application.rb add this line&lt;/strong&gt;    &lt;code&gt;config.active_job.queue_adapter = :sidekiq&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;add this in application_job.rb file&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;queue_as :default&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;let's get the output&lt;/strong&gt;&lt;br&gt;
run following command in terminal&lt;/p&gt;

&lt;p&gt;&lt;code&gt;bundle exec sidekiq&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;open rails console by typing &lt;code&gt;rails c&lt;/code&gt;&lt;br&gt;
&lt;code&gt;MyFirstJob.perform_async("toqeer", 24)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;now you can see background job output in  sidekiq terminal tab&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%2Fg5yl29llkm8kelqcwpwp.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%2Fg5yl29llkm8kelqcwpwp.png" alt="sidekiq in ruby on rails" width="800" height="133"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[For more tutorial like this you can follow me on youtube:(&lt;a href="https://www.youtube.com/@CodeWithNaqvi" rel="noopener noreferrer"&gt;https://www.youtube.com/@CodeWithNaqvi&lt;/a&gt;&lt;br&gt;
)&lt;/p&gt;

</description>
      <category>sidekiq</category>
      <category>backgroundjobs</category>
      <category>ruby</category>
      <category>rails</category>
    </item>
    <item>
      <title>Helpers in Ruby on Rails</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Sun, 20 Nov 2022 18:56:48 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/helpers-in-ruby-on-rails-1icl</link>
      <guid>https://forem.com/toqeer__abbas/helpers-in-ruby-on-rails-1icl</guid>
      <description>&lt;p&gt;In this post i will discuss about helpers. I will cover all questions related to helpers in rails. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why we need helpers?&lt;/strong&gt;&lt;br&gt;
A helper is a method that is (mostly) used in your Rails views to share reusable code. Rails comes with a set of built-in helper methods&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How we can write helpers?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Create a new file under app/helpers.&lt;/li&gt;
&lt;li&gt;Name it something like user_helper. rb.&lt;/li&gt;
&lt;li&gt;Add a new module which matches the file name
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;`# app/helpers/user_helper.rb
module UserHelper
  def format_name(user)
    if user.gender == "M"
      "Mr. #{user.name}"
    else{% embed  %}
      "Ms. #{user.name}"
    end
  end
end`
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;According to me helpers used in views. Never write your logics in views because that's like mess with views. your logics should be seprate from your views. For learn more watch this &lt;a href="https://www.youtube.com/watch?v=9x7zO5kJsJw" rel="noopener noreferrer"&gt;video&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rails</category>
      <category>ruby</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>🤓 JavaScript facts :</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Mon, 11 Apr 2022 20:11:55 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/javascript-facts--50hl</link>
      <guid>https://forem.com/toqeer__abbas/javascript-facts--50hl</guid>
      <description>&lt;p&gt;🤓 JavaScript facts : &lt;br&gt;
🔹 Many programming languages use semi colon at the end of a statement. Javascript does so but you can also use semi colon at the beginning of a statement.&lt;br&gt;
Ex 👉🏻 ;var a = 2&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Tip for increment and decrement any column in laravel.</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Sat, 24 Jul 2021 23:30:51 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/tip-for-increment-and-decrement-any-column-in-laravel-409l</link>
      <guid>https://forem.com/toqeer__abbas/tip-for-increment-and-decrement-any-column-in-laravel-409l</guid>
      <description>&lt;p&gt;Hi everyone, &lt;br&gt;
Today i will tell you about a tip to increment and decrement any column in Laravel.&lt;/p&gt;

&lt;p&gt;$user::find(1)-&amp;gt;increment('likes');&lt;br&gt;
$user::find(1)-&amp;gt;decrement('likes');&lt;/p&gt;

&lt;p&gt;you can use it anywhere where you want.&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>programming</category>
    </item>
    <item>
      <title>When I have no clients or projects as a freelancer , What should I do?</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Thu, 01 Jul 2021 01:09:16 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/when-i-have-no-clients-or-projects-as-a-freelancer-what-should-i-do-2gbl</link>
      <guid>https://forem.com/toqeer__abbas/when-i-have-no-clients-or-projects-as-a-freelancer-what-should-i-do-2gbl</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
hope you are doing great. Today i want to discuss a topic as mentioned in title. As a freelancer what should we do in our free time?&lt;br&gt;
According to me we learn any new skill related to our field.&lt;br&gt;
like if you are a web developer you can learn any new language like laravel / php or you can learn any new js framework. if you already learn then you can create an app or website for practice. you can work on your portfolio. &lt;/p&gt;

&lt;p&gt;I advised you to never stop learning. Doing Something  great all time. Try to learn and explore more new things.&lt;/p&gt;

&lt;p&gt;I hope that's will help you.&lt;br&gt;
&lt;strong&gt;Thanks&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to manage your time effectively?</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Mon, 14 Jun 2021 06:22:42 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/how-to-manage-your-time-effectively-2105</link>
      <guid>https://forem.com/toqeer__abbas/how-to-manage-your-time-effectively-2105</guid>
      <description></description>
      <category>productivity</category>
      <category>programming</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>How to stay focus on work?</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Mon, 17 May 2021 07:54:50 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/how-to-stay-focus-on-work-5e6j</link>
      <guid>https://forem.com/toqeer__abbas/how-to-stay-focus-on-work-5e6j</guid>
      <description>&lt;p&gt;Please comment on this post. I need your answers!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>writing</category>
    </item>
    <item>
      <title>New Week Start!</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Sun, 18 Apr 2021 21:03:07 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/new-week-start-3n2p</link>
      <guid>https://forem.com/toqeer__abbas/new-week-start-3n2p</guid>
      <description>&lt;p&gt;Hey everyone,&lt;br&gt;
First I am thankful to all of you who shared knowledge on the dev community. That's really helpful for all of us. who want to learn about code. &lt;br&gt;
So I am motivated to do some extra things this week like I am going to start a project in laravel. I am not much know about laravel but I think building a project is a great source of learning.&lt;/p&gt;

&lt;p&gt;if you have any suggestions for me please write in the comment section.&lt;br&gt;
please share what are you start this week. &lt;/p&gt;

</description>
      <category>laravel</category>
      <category>codenewbie</category>
      <category>discuss</category>
      <category>codereview</category>
    </item>
    <item>
      <title>We do not tell the truth to ourselves.</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Sun, 11 Apr 2021 14:21:29 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/we-do-not-tell-the-truth-to-ourselves-3inm</link>
      <guid>https://forem.com/toqeer__abbas/we-do-not-tell-the-truth-to-ourselves-3inm</guid>
      <description>&lt;p&gt;It often happens whenever we are doing something. So in order to postpone the work, we lie to ourselves that we will do it now, it will be done, we will see tomorrow. These are all lies that we keep telling ourselves and deceive ourselves. We all know that the loss is ours but where do we understand it. It doesn't feel good to work. Always be free to do the same. Spend time on the internet. How long will we continue to do all this? There will come a day when you will have to do something when responsibilities come. Then there will be remorse for the time that has passed. Stop lying to yourself and start working. Move forward with courage and passion. The destination will be your destiny.&lt;/p&gt;

</description>
      <category>writing</category>
      <category>webdev</category>
      <category>codenewbie</category>
      <category>career</category>
    </item>
    <item>
      <title>CSS Heart Shape</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Wed, 07 Apr 2021 00:28:35 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/css-heart-shap-2c25</link>
      <guid>https://forem.com/toqeer__abbas/css-heart-shap-2c25</guid>
      <description>&lt;p&gt;in this post, I will tell you how we can make a heart shape in CSS.&lt;br&gt;
&lt;strong&gt;HTML&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb9gdroxx7mnr1azdrl6p.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%2Fb9gdroxx7mnr1azdrl6p.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CSS&lt;/strong&gt;&lt;br&gt;
After adding HTML you need to style it with CSS.&lt;br&gt;
1- Style body tag&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%2Fk6fwz5hs3a8w3x1ls5am.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%2Fk6fwz5hs3a8w3x1ls5am.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
2- style heart class&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmw2ajj71ezsydsrqkals.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%2Fmw2ajj71ezsydsrqkals.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3- Style Pusedo-class  ::after ,::before&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%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx5mawaxpvcwidqnk7iww.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%2Fx5mawaxpvcwidqnk7iww.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After it runs into the browser.&lt;/p&gt;

&lt;p&gt;I hope you learn from this. if you want a video of this &lt;br&gt;
video link: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/jvHcx0hG4kI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>css</category>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>html</category>
    </item>
    <item>
      <title>Journey for Full Stack Web Development</title>
      <dc:creator>Toqeer Abbas</dc:creator>
      <pubDate>Wed, 07 Apr 2021 00:13:38 +0000</pubDate>
      <link>https://forem.com/toqeer__abbas/journey-for-full-stack-web-development-59ma</link>
      <guid>https://forem.com/toqeer__abbas/journey-for-full-stack-web-development-59ma</guid>
      <description>&lt;p&gt;Hi everyone,&lt;br&gt;
Today I discuss the journey for a full-stack web developer. According to me for beginner first, learn front-end technologies then backend.&lt;/p&gt;

&lt;p&gt;The following list is the best path for full-stack web development.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Html&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;JS&lt;/li&gt;
&lt;li&gt;Bootstrap/Tailwind &lt;/li&gt;
&lt;li&gt;React/Vue/Angular&lt;/li&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;Mysql&lt;/li&gt;
&lt;li&gt;Laravel&lt;/li&gt;
&lt;li&gt;Nodejs
10.Git&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;if you want to add please write your comments below this post.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
