<?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: Tony Lobbin</title>
    <description>The latest articles on DEV Community by Tony Lobbin (@elitesuper).</description>
    <link>https://dev.to/elitesuper</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%2F973011%2F468283c3-265a-4607-95ef-0a11f41c96c5.png</url>
      <title>DEV Community: Tony Lobbin</title>
      <link>https://dev.to/elitesuper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elitesuper"/>
    <language>en</language>
    <item>
      <title>JavaScript vs Python</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Fri, 23 Feb 2024 15:43:13 +0000</pubDate>
      <link>https://dev.to/elitesuper/javascript-vs-python-3ai5</link>
      <guid>https://dev.to/elitesuper/javascript-vs-python-3ai5</guid>
      <description>&lt;p&gt;Once upon a time in the land of programming, two languages, JavaScript and Python, were having a friendly debate about who was the better language.&lt;/p&gt;

&lt;p&gt;JavaScript, with its dynamic and high-level features, was a language known for its role in web development. It boasted, "I am the heart and soul of the web! Without me, websites would be as dull as a plain text file."&lt;/p&gt;

&lt;p&gt;Python, known for its simplicity and readability, retorted, "Well, I am the darling of beginners and experts alike. My clean syntax and versatility make me a favorite for everything from web development to data science."&lt;/p&gt;

&lt;p&gt;The debate heated up, and they decided to settle it with a contest. The challenge was to create a program that would make a cup of coffee.&lt;/p&gt;

&lt;p&gt;JavaScript, being event-driven, started brewing the coffee and simultaneously tried to fetch the milk and sugar. But alas! It got confused in the callbacks and ended up pouring cold milk into the coffee maker.&lt;/p&gt;

&lt;p&gt;On the other hand, Python, with its synchronous nature, methodically brewed the coffee, fetched the milk, and added sugar. It might have taken a bit longer, but it produced a perfect cup of coffee.&lt;/p&gt;

&lt;p&gt;Seeing this, JavaScript exclaimed, "Okay, okay, I admit! You are better at making coffee. But let's not forget, I make the web interactive and fun!"&lt;/p&gt;

&lt;p&gt;Python, being the humble language it is, agreed, "True, JavaScript. We both have our strengths and are perfect in our own ways. Let's celebrate our uniqueness rather than compete."&lt;/p&gt;

&lt;p&gt;And so, they both agreed that it wasn't about who was better, but about how they could work together to create something amazing. And the programmers lived happily ever after, knowing they could rely on JavaScript and Python for their unique strengths.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Moral of the Story&lt;/strong&gt;: Every programming language has its strengths and weaknesses. It's not about which one is better, but about choosing the right tool for the right job.&lt;/p&gt;

&lt;p&gt;Remember, folks, this is a light-hearted story meant to entertain. In the real world of programming, both JavaScript and Python have their unique strengths and are used by developers worldwide for various applications. Happy coding!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>python</category>
    </item>
    <item>
      <title>Incredible Quotes That Have Inspired Me</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Fri, 29 Sep 2023 19:13:31 +0000</pubDate>
      <link>https://dev.to/elitesuper/best-quotes-that-i-have-seen-2phc</link>
      <guid>https://dev.to/elitesuper/best-quotes-that-i-have-seen-2phc</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;The two most important days in your life are the day you are born and the day you find outh why.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your present location is an outcome of the person you used to be, but your future destination is entirely shaped by the person you aspire to become.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;I am lucky that whatever fear I have inside me, my desire to win is always stronger.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Don't settle for average. Bring your best to the moment. Then, whether it fails or succeeds, at least you know you gave all you had. We need to live the best that's in us.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I would greatly appreciate it if you could kindly share your opinion and any remarkable quotes that you have come across. Thank you very much for your assistance.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>career</category>
      <category>news</category>
      <category>learning</category>
    </item>
    <item>
      <title>How to login with Google on React App?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Fri, 29 Sep 2023 18:59:36 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-to-login-with-google-on-react-app-1p4</link>
      <guid>https://dev.to/elitesuper/how-to-login-with-google-on-react-app-1p4</guid>
      <description>&lt;p&gt;Dear everyone, &lt;/p&gt;

&lt;p&gt;I hope this message finds you well. I wanted to reach out and let you know that I am currently in the process of developing an Ecommerce site. However, I have encountered a problem with the Google login authentication on my React App.  &lt;/p&gt;

&lt;p&gt;I have attempted to resolve the issue by using various libraries such as react-google-login, reactjs-social-login, and react-oauth/google. Unfortunately, my attempts have been unsuccessful. I suspect that the problem may lie in my misunderstanding of how to create a Google client ID. &lt;/p&gt;

&lt;p&gt;Therefore, I kindly request your assistance in resolving this matter. It would be greatly appreciated if you could provide me with a comprehensive tutorial with latest data that covers the entire process of implementing Google login on a React App, starting from the initial setup to the final stages. &lt;/p&gt;

&lt;p&gt;Thank you very much for your help. &lt;/p&gt;

&lt;p&gt;Best regards, &lt;br&gt;
Tony&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>node</category>
      <category>api</category>
    </item>
    <item>
      <title>Health and Fruit</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Wed, 12 Jul 2023 13:40:23 +0000</pubDate>
      <link>https://dev.to/elitesuper/health-and-fruit-3hm6</link>
      <guid>https://dev.to/elitesuper/health-and-fruit-3hm6</guid>
      <description>&lt;p&gt;When it comes to fruits, there are several options that offer great health benefits and nutrition. Here are some popular fruits and their benefits: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Apples: Rich in fiber, antioxidants, and vitamin C. They can help improve heart health and digestion. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bananas: High in potassium, vitamin C, and vitamin B6. They support heart health, aid digestion, and provide energy. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Berries (such as blueberries, strawberries, and raspberries): Packed with antioxidants, fiber, and vitamins. They can boost brain health, support the immune system, and improve heart health. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Oranges: A great source of vitamin C, folate, and antioxidants. They help boost immunity, aid in collagen production, and support heart health. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Kiwis: High in vitamin C, vitamin K, and fiber. They promote digestion, boost the immune system, and support skin health. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Avocados: While technically a fruit, avocados are rich in healthy fats, fiber, and vitamins. They support heart health, aid in weight management, and provide various nutrients. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Grapes: Contain antioxidants, vitamins, and minerals. They promote heart health, support brain function, and may have anti-aging effects. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pineapple: Rich in vitamin C, manganese, and bromelain (an enzyme). It aids digestion, supports immune function, and has anti-inflammatory properties. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's important to note that while fruits offer numerous health benefits, individual reactions can vary. Some people may have allergies or sensitivities to certain fruits. Additionally, consuming excessive amounts of certain fruits can lead to digestive issues or blood sugar spikes in some individuals. Moderation and variety are key for a balanced diet. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to access ts files in specific directory ?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Wed, 21 Jun 2023 15:42:26 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-to-access-ts-files-in-specific-directory--2c8d</link>
      <guid>https://dev.to/elitesuper/how-to-access-ts-files-in-specific-directory--2c8d</guid>
      <description>&lt;p&gt;Hi everyone, would you mind if I ask for your assistance? Currently, I'm trying to import &lt;code&gt;environment.ts&lt;/code&gt; into index.js for my project's structure, but I seem to be having some difficulty with it. Would you happen to have any suggestions or advice on how I could successfully accomplish this task?&lt;/p&gt;

&lt;p&gt;project&lt;br&gt;
  |--.vscode&lt;br&gt;
  |--ckeditor5&lt;br&gt;
      |--node_modules/..&lt;br&gt;
      |--src/..&lt;br&gt;
            |--index.js&lt;br&gt;
      package.json&lt;br&gt;
      package-lock.json&lt;br&gt;
      webpack.config.js&lt;br&gt;
  |--src&lt;br&gt;
      |--node_modules/..&lt;br&gt;
      |--app/..&lt;br&gt;
      |--assets/..&lt;br&gt;
      |--environments&lt;br&gt;
            |--environment.ts&lt;br&gt;
     |--package.json&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to view images after they uploaded in public/uploads folder with Next.js?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Tue, 06 Dec 2022 09:45:18 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-to-view-images-after-they-uploaded-in-publicuploads-folder-with-nextjs-1oa3</link>
      <guid>https://dev.to/elitesuper/how-to-view-images-after-they-uploaded-in-publicuploads-folder-with-nextjs-1oa3</guid>
      <description>&lt;p&gt;Hi, Every One. I have some problem while upload and view images in next.js app.&lt;br&gt;
I upload images to %project%/public/uploads folder&lt;br&gt;
after upload, I can't load uploaded image in next.js app.&lt;br&gt;
when I run the app with dev it works well.&lt;br&gt;
but I run the app with prod it doesn't works.&lt;/p&gt;

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

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

</description>
      <category>kotlin</category>
      <category>discuss</category>
    </item>
    <item>
      <title>How to integrate WhatsApp in React App?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Tue, 06 Dec 2022 05:49:27 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-to-integrate-whatsapp-in-react-app-3gf</link>
      <guid>https://dev.to/elitesuper/how-to-integrate-whatsapp-in-react-app-3gf</guid>
      <description>&lt;p&gt;Hi, Every One While I was developing the simple react app, I faced to big problem.&lt;br&gt;
That is how to receive and send message in WhatsApp via react app.&lt;br&gt;
I know react-whatsapp module but it is not proper in this function.&lt;/p&gt;

&lt;p&gt;Please help me!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to download brain training windows programs?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Sun, 27 Nov 2022 17:16:54 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-can-i-download-brain-training-windows-programs-31n4</link>
      <guid>https://dev.to/elitesuper/how-can-i-download-brain-training-windows-programs-31n4</guid>
      <description>&lt;p&gt;Hi, Every One, First of all I am glad to post this article.&lt;br&gt;
I am a Full Stack Developer.&lt;br&gt;
so I want to boost my brain, (memory, attention, brain speed, intelligence).&lt;br&gt;
therefore I need desktop app that helps my brain training.&lt;br&gt;
Please help me.&lt;br&gt;
I'm waiting positive answer.&lt;br&gt;
Best regards&lt;/p&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>How to run MongoDB in Ubuntu?</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Mon, 21 Nov 2022 15:28:31 +0000</pubDate>
      <link>https://dev.to/elitesuper/how-to-run-mongodb-in-ubuntu-1e40</link>
      <guid>https://dev.to/elitesuper/how-to-run-mongodb-in-ubuntu-1e40</guid>
      <description>&lt;p&gt;Hello Every One! I have some issue while running mongodb in ubuntu&lt;br&gt;
I have some Error While I installing mongodb in Ubuntu.&lt;br&gt;
command :&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;sudo apt-get install mongodb&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4exBK1Ek--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vrz0qvooircu1ckziez8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4exBK1Ek--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vrz0qvooircu1ckziez8.png" alt="Image description" width="635" height="185"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But I ignored this issue and then moved to next step.&lt;br&gt;
when I commanded&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;sudo systemctl status mongod&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 the result was below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--NLLWLyvb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lsatkv2wcr8ry6v1jq47.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--NLLWLyvb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lsatkv2wcr8ry6v1jq47.png" alt="Image description" width="880" height="193"&gt;&lt;/a&gt;&lt;br&gt;
and if you have time for me, please explain me more about install and run mongodb in ubuntu exactly!&lt;br&gt;
kind regards!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>🤷‍♂️FindDOMNode is deprecated in StrictMode🤷‍♂️</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Wed, 16 Nov 2022 11:58:32 +0000</pubDate>
      <link>https://dev.to/elitesuper/finddomnode-is-deprecated-in-strictmode-5775</link>
      <guid>https://dev.to/elitesuper/finddomnode-is-deprecated-in-strictmode-5775</guid>
      <description>&lt;p&gt;Hi everyone! I have some issue while running react app.&lt;br&gt;
If I choose menu in navbar (react projects) I face to such as below warning.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---pSM3YdZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1mobjgrmyrvbtbaf7aio.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---pSM3YdZ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1mobjgrmyrvbtbaf7aio.PNG" alt="Image description" width="880" height="189"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I only thought this issue caused by bad way of router manage.&lt;br&gt;
please check below url then explain about this issue more detail.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/elitesuper/my_issue/blob/main/App.jsx"&gt;https://github.com/elitesuper/my_issue/blob/main/App.jsx&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>😓 I have some issue in React</title>
      <dc:creator>Tony Lobbin</dc:creator>
      <pubDate>Tue, 15 Nov 2022 14:06:35 +0000</pubDate>
      <link>https://dev.to/elitesuper/i-have-some-issue-in-react-ed8</link>
      <guid>https://dev.to/elitesuper/i-have-some-issue-in-react-ed8</guid>
      <description>&lt;p&gt;I couldn't understand this issue.&lt;br&gt;
please explain me about this.&lt;br&gt;
I attach source code and error image.&lt;br&gt;
&lt;a href="https://github.com/elitesuper/my_issue/blob/main/CollectionUpload.tsx"&gt;https://github.com/elitesuper/my_issue/blob/main/CollectionUpload.tsx&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TcWNJT_c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l9xaa7hx8rd66bp0gei1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TcWNJT_c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l9xaa7hx8rd66bp0gei1.png" alt="Image description" width="880" height="182"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
