<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ThePatik</title><description>Come and explore my blog where I share my enthusiasm for web development and document my progress in learning computer science. Let&apos;s embark on this exciting journey together! 🚀</description><link>https://blog.thepatik.com/</link><language>en-us</language><item><title>Push Notifications: How They Work &amp; Why They Matter</title><link>https://blog.thepatik.com/posts/push-notifications-how-they-work-why-they-matter/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/push-notifications-how-they-work-why-they-matter/</guid><description>Push notifications are a powerful tool for engaging users in real-time. In this article, we explore how they work and why they are essential for modern applications.</description><pubDate>Sun, 09 Feb 2025 19:44:30 GMT</pubDate><category>software-development</category><category>developer</category><category>beginners</category><category>push-notifications</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1739130196818/676cef10-8f01-44d5-bf2a-70b1769cb9aa.png" length="1" type="image/webp"/></item><item><title>🔐Exploring Ways to Secure Your App: From Cookies to Two-Step Verification</title><link>https://blog.thepatik.com/posts/exploring-ways-to-secure-your-app-from-cookies-to-two-step-verification/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/exploring-ways-to-secure-your-app-from-cookies-to-two-step-verification/</guid><description>In this blog post, we will explore various methods to secure your application, from using cookies and IP addresses to implementing two-step or multi-step authentication. Learn about the advantages and disadvantages of each method and how to choose the best approach for your app&apos;s security needs.</description><pubDate>Thu, 18 Apr 2024 16:31:48 GMT</pubDate><category>javascript</category><category>beginners</category><category>security</category><category>web-development</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1713457837743/c6ab3d97-4c81-4dca-9bb4-ac8cf69bc993.png" length="1" type="image/webp"/></item><item><title>📂File Management with JavaScript in Node.js</title><link>https://blog.thepatik.com/posts/file-management-with-javascript-in-nodejs/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/file-management-with-javascript-in-nodejs/</guid><description>Node.js is an engine that allows us to run JavaScript outside the browser. Many applications today are powered by Node.js, offering numerous advantages and a few drawbacks. However, my intention today is not to introduce Node.js or JavaScript. Today, I want to showcase how we can manage files on our computer using JavaScript.</description><pubDate>Sun, 21 Jan 2024 10:21:38 GMT</pubDate><category>javascript</category><category>opensource</category><category>nodejs</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1705832451789/26561721-533c-4c79-8e5d-d26cd4a24587.png" length="1" type="image/webp"/></item><item><title>🎓 GitHub for students benefits (must know if you are a student)</title><link>https://blog.thepatik.com/posts/github-for-students-benefits-must-know-if-you-are-a-student/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/github-for-students-benefits-must-know-if-you-are-a-student/</guid><description>I have said many times that computer science is a huge field in which everyone can find themselves. Being a computer science student has its advantages and benefits, and one such advantage is what GitHub offers with its GitHub for Education program and the GitHub Student Developer Pack.</description><pubDate>Thu, 02 Nov 2023 19:33:03 GMT</pubDate><category>github</category><category>developer</category><category>beginners</category><category>benefits</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1698953532228/8fffa008-aaba-4199-b116-3c47f6d15747.png" length="1" type="image/webp"/></item><item><title>What is an open graph? You must know this feature in web development.</title><link>https://blog.thepatik.com/posts/what-is-an-open-graph-you-must-know-this-feature-in-web-development/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/what-is-an-open-graph-you-must-know-this-feature-in-web-development/</guid><description>Open Graph is an Internet protocol created by Facebook to standardize the display of metadata on social networks. Open Graph brings advantages when displaying a website on social networks. Open Graph makes our posts more visible on social networks and shows them better in searches.</description><pubDate>Mon, 23 Oct 2023 17:30:52 GMT</pubDate><category>web-development</category><category>opensource</category><category>seo</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1698082061421/59f08748-7e3d-4f9b-b836-b523402a961f.png" length="1" type="image/webp"/></item><item><title>What is Web OTP, and which benefits do it provide to users?</title><link>https://blog.thepatik.com/posts/what-is-web-otp-and-which-benefits-do-it-provide-to-users/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/what-is-web-otp-and-which-benefits-do-it-provide-to-users/</guid><description>More and more online services are introducing new ways to confirm login to their services. Logging in with an OTP confirmation token is becoming a very common practice. But such authorization methods have their disadvantages such as bad UX and what if the user does not have a phone with him, what is the other authentication confirmation method?</description><pubDate>Sun, 01 Oct 2023 16:17:37 GMT</pubDate><category>authentication</category><category>web-development</category><category>opensource</category><category>developer</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1696176624405/02187641-7a4f-4153-a2c7-69ea6880f433.png" length="1" type="image/webp"/></item><item><title>The importance of application testing🤖</title><link>https://blog.thepatik.com/posts/the-importance-of-application-testing/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/the-importance-of-application-testing/</guid><description>Testing is an essential part of software development. It ensures that the application works as expected and meets the requirements. In this article, I will explain what testing is, what types of testing exist, and when it is worth introducing automated testing.</description><pubDate>Mon, 10 Jul 2023 18:13:32 GMT</pubDate><category>web-development</category><category>testing</category><category>devops</category><category>beginners</category><category>automated-testing</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1689012633163/f896dfc6-984b-4d8f-9e0e-a0e4073d8c9b.png" length="1" type="image/webp"/></item><item><title>Open-source software: what makes it so attractive?</title><link>https://blog.thepatik.com/posts/open-source-software-what-makes-it-so-attractive/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/open-source-software-what-makes-it-so-attractive/</guid><description>You may already be familiar with the term &quot;open source&quot; if you have been involved in programming for some time. Open-source software has gained popularity for many reasons, some of which I will attempt to explain below.</description><pubDate>Thu, 27 Apr 2023 11:00:18 GMT</pubDate><category>javascript</category><category>beginners</category><category>programing</category><category>side-project</category><category>nuxt</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1682593145782/3f7705ec-2679-4c1c-a52d-b8d3fdeaa78d.png" length="1" type="image/webp"/></item><item><title>Let&apos;s talk about something - cyber bullying</title><link>https://blog.thepatik.com/posts/lets-talk-about-something-cyber-bullying/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/lets-talk-about-something-cyber-bullying/</guid><description>Today, almost every individual has at least 5 different social networks. Social networks can be a handy thing if we use them in an appropriate way and with good intentions. Increasingly, however, social networks are being used to harass and damage an individual&apos;s reputation, which has many consequences for both the victim and the perpetrator.</description><pubDate>Sun, 12 Feb 2023 17:28:17 GMT</pubDate><category>internet</category><category>cyberbullying</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1676222841277/df84716a-b632-47de-8954-ee6e3ccc2730.png" length="1" type="image/webp"/></item><item><title>A year full of success and new knowledge—Dev Retro 2022</title><link>https://blog.thepatik.com/posts/a-year-full-of-success-and-new-knowledgedev-retro-2022/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/a-year-full-of-success-and-new-knowledgedev-retro-2022/</guid><description>The year is nearly over and now is the ideal time to contemplate and reflect on the successes we have achieved and the lessons we have learned. This year has been a journey of discoveries and revelations as we navigated the ever-evolving computing world.</description><pubDate>Tue, 27 Dec 2022 06:00:42 GMT</pubDate><category>web-development</category><category>portfolio</category><category>personal-development</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1672080031346/7f5aeecc-5959-4630-bd10-475a599124a0.png" length="1" type="image/webp"/></item><item><title>Find A reason why to write a blog📚</title><link>https://blog.thepatik.com/posts/find-a-reason-why-to-write-a-blog/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/find-a-reason-why-to-write-a-blog/</guid><description>Writing a blog is not just a hobby, but it opens up a lot of opportunities.</description><pubDate>Mon, 19 Dec 2022 17:23:14 GMT</pubDate><category>blogging</category><category>beginners</category><category>general-advice</category><category>technical-writing</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1642787382418/n1OApDOGH.png" length="1" type="image/webp"/></item><item><title>How I set up my home server</title><link>https://blog.thepatik.com/posts/how-i-set-up-my-home-server/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-i-set-up-my-home-server/</guid><description>Home servers are a great way to store your data and have access to it from anywhere. In this article, I will present how I set up my home server and what software I use for it.</description><pubDate>Fri, 02 Dec 2022 17:56:32 GMT</pubDate><category>cloud</category><category>ubuntu</category><category>linux</category><category>web-development</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1670003778038/69f3a217-af9d-46a6-b58c-daf6bf9a0861.png" length="1" type="image/webp"/></item><item><title>How to make a website compliant with Europe law?</title><link>https://blog.thepatik.com/posts/how-to-make-a-website-compliant-with-europe-law/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-to-make-a-website-compliant-with-europe-law/</guid><description>Europe is a country that puts citizens and their privacy first. Large corporations collect data about their users daily, without their knowledge. Because of these examples, there is quite a lot of European legislation that we must follow when creating websites and applications.</description><pubDate>Fri, 07 Oct 2022 18:31:26 GMT</pubDate><category>web-development</category><category>beginners</category><category>privacy</category><category>law</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1665167406645/xxRPBAJFH.png" length="1" type="image/webp"/></item><item><title>One-month internship at HRC</title><link>https://blog.thepatik.com/posts/one-month-internship-at-hrc/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/one-month-internship-at-hrc/</guid><description>Internship is a great way to gain experience in the field of work you want to pursue. I did a one-month internship at HRC, a company that produces software for banks and savings banks. In this article, I will share my experience and what I learned during my internship.</description><pubDate>Thu, 14 Jul 2022 08:17:40 GMT</pubDate><category>internships</category><category>web-development</category><category>beginners</category><category>career</category><category>personal</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1657786543752/rMdqGkWtd.png" length="1" type="image/webp"/></item><item><title>Web Storage API - Explain Like I&apos;m Five</title><link>https://blog.thepatik.com/posts/web-storage-api-explain-like-im-five/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/web-storage-api-explain-like-im-five/</guid><description>Web browsers today have a huge range of features, and more and more will get them. We all know about cookies in our browsers, but browsers today have a special feature called the Web Storage API that allows us to temporarily or permanently store values.</description><pubDate>Mon, 13 Jun 2022 19:22:31 GMT</pubDate><category>javascript</category><category>web-development</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1655147873980/fZ3Ku3Oa9.png" length="1" type="image/webp"/></item><item><title>SQL vs. NoSQL</title><link>https://blog.thepatik.com/posts/sql-vs-nosql/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/sql-vs-nosql/</guid><description>Today, a database is almost necessary for every application, because it allows us to store different data. What is difference between SQL and NoSQL?&quot;</description><pubDate>Fri, 13 May 2022 09:24:19 GMT</pubDate><category>nosql</category><category>web-development</category><category>databases</category><category>sql</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1652433321518/m-FU3HwuO.png" length="1" type="image/webp"/></item><item><title>Why is an SSL certificate important?🔐</title><link>https://blog.thepatik.com/posts/why-is-an-ssl-certificate-important/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/why-is-an-ssl-certificate-important/</guid><description>A few days ago, I got a question from a colleague about why we need to have an SSL certified website nowadays. I answered, “It&apos;s because you see the green lock in your browser,” off the top of my head. However, because I am the type of person who isn&apos;t pleased with such a response, I began my research. This is how the idea for this article came.</description><pubDate>Tue, 05 Apr 2022 09:14:28 GMT</pubDate><category>ssl</category><category>web-development</category><category>security</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1649150023858/zYHMSR-5w.png" length="1" type="image/webp"/></item><item><title>What is CRUD?</title><link>https://blog.thepatik.com/posts/what-is-crud/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/what-is-crud/</guid><description>We interact with the CRUD application daily as part of our work. Maybe you record a task in your phone&apos;s calendar or take notes. CRUD is the acronym for Create, Read, Update, and Delete. Any program&apos;s basic operations are known as CRUD.</description><pubDate>Fri, 25 Mar 2022 12:17:52 GMT</pubDate><category>app-development</category><category>javascript</category><category>web-development</category><category>crud</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1648210640964/Zn0g9h17q.png" length="1" type="image/webp"/></item><item><title>How did I build a mobile app for my school?</title><link>https://blog.thepatik.com/posts/how-did-i-build-a-mobile-app-for-my-school/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-did-i-build-a-mobile-app-for-my-school/</guid><description>I&apos;ve been working on an application for my school, [School Center Celje](https://www.sc-celje.si), for the past six months. In school, we have more than over 3,000 students who must keep track of a lot of apps every day. This can be really time-consuming and sometimes stressful because you can forget to check one site and you aren&apos;t updated with the latest school events. This is the reason why I decided to help my schoolmates and other students at my school.</description><pubDate>Sun, 20 Mar 2022 16:16:17 GMT</pubDate><category>app-development</category><category>school-project</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1647792692833/Wncyf2MvS.png" length="1" type="image/webp"/></item><item><title>Is a progressive web application the future?</title><link>https://blog.thepatik.com/posts/is-a-progressive-web-application-the-future/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/is-a-progressive-web-application-the-future/</guid><description>Today, we want to make as much software as possible with the least amount of effort. Large online stores are developing their smartphone applications.</description><pubDate>Mon, 21 Feb 2022 19:57:03 GMT</pubDate><category>mobile-apps</category><category>technology</category><category>web-development</category><category>future</category><category>pwa</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1645473247127/0unG1BhtD.png" length="1" type="image/webp"/></item><item><title>How to bypass CAPTCHA?</title><link>https://blog.thepatik.com/posts/how-to-bypass-captcha/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-to-bypass-captcha/</guid><description>Nowadays, almost every time we send a form, we are forced to solve a minor challenge. For many, this is a very annoying task. Well, here is the solution for those of us who hate saving CAPTCHA.</description><pubDate>Mon, 07 Feb 2022 12:00:42 GMT</pubDate><category>javascript</category><category>beginners</category><category>captcha</category><category>2captcha</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1644220673122/ISmFH8RNp.png" length="1" type="image/webp"/></item><item><title>Top 5 NuxtJS modules for your next project [2022 edition]</title><link>https://blog.thepatik.com/posts/top-5-nuxtjs-modules-for-your-next-project-2022-edition/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/top-5-nuxtjs-modules-for-your-next-project-2022-edition/</guid><description>You are doing something in the NuxtJS framework, check out the following article and find a module that will add new functionalities to the app.</description><pubDate>Sun, 19 Dec 2021 17:23:14 GMT</pubDate><category>javascript</category><category>beginners</category><category>programing</category><category>side-project</category><category>nuxt</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1639934438525/CX5sYqQiA.png" length="1" type="image/webp"/></item><item><title>How to make money as a programmer in a simple way🤑</title><link>https://blog.thepatik.com/posts/how-to-make-money-as-a-programmer-in-a-simple-way/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-to-make-money-as-a-programmer-in-a-simple-way/</guid><description>As a programmer, you probably want extra income. But you don’t know how to get to it. You can find the answer in this article.</description><pubDate>Fri, 29 Oct 2021 09:57:27 GMT</pubDate><category>ideas</category><category>blogging</category><category>developer</category><category>beginners</category><category>technical-writing</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1635501391553/W5JyenEAW.png" length="1" type="image/webp"/></item><item><title>Let&apos;s program the Arduino with Javascript🤯</title><link>https://blog.thepatik.com/posts/lets-program-the-arduino-with-javascript/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/lets-program-the-arduino-with-javascript/</guid><description>The Arduino is a very practical thing to create circuits. But it would be possible to program the Arduino with JavaScript.</description><pubDate>Tue, 26 Oct 2021 09:06:44 GMT</pubDate><category>javascript</category><category>arduino</category><category>beginners</category><category>hardware</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1635238760641/8xFN91zk2.png" length="1" type="image/webp"/></item><item><title>My first Microsoft Form App in C#</title><link>https://blog.thepatik.com/posts/my-first-microsoft-form-app-in-csharp/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/my-first-microsoft-form-app-in-csharp/</guid><description>Step-by-step guide how to make your first desktop app in C#.</description><pubDate>Fri, 24 Sep 2021 08:35:25 GMT</pubDate><category>csharp</category><category>dotnet</category><category>windows-forms</category><category>beginners</category><category>howtos</category><category>codenewbies</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1632472444463/g08z0Uc_k.png" length="1" type="image/webp"/></item><item><title>Unlimited JavaScript (or where can I use JavaScript)</title><link>https://blog.thepatik.com/posts/unlimited-javascript-or-where-can-i-use-javascript/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/unlimited-javascript-or-where-can-i-use-javascript/</guid><description>JavaScript has advanced so much in recent years that it can be used in almost all areas of computing.</description><pubDate>Wed, 15 Sep 2021 15:46:12 GMT</pubDate><category>javascript</category><category>web-development</category><category>webdev</category><category>beginners</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1631720760440/Ixy6r_kft.png" length="1" type="image/webp"/></item><item><title>How show PDF in vanilla JavaScript in Browser🤯</title><link>https://blog.thepatik.com/posts/how-show-pdf-in-vanilla-javascript-in-browser/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-show-pdf-in-vanilla-javascript-in-browser/</guid><description>How to render PDF files with PDF.js on your own website.</description><pubDate>Mon, 06 Sep 2021 18:04:29 GMT</pubDate><category>javascript</category><category>web-development</category><category>beginners</category><category>howtos</category><category>codenewbies</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1630951410114/grZ05pK5G.png" length="1" type="image/webp"/></item><item><title>How to install WordPress</title><link>https://blog.thepatik.com/posts/how-to-install-wordpress/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-to-install-wordpress/</guid><description>Ultimate step by step guide on how to install the most popular CMS system in the world.</description><pubDate>Thu, 19 Aug 2021 16:40:34 GMT</pubDate><category>wordpress</category><category>web-development</category><category>beginners</category><category>howtos</category><category>codenewbies</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1629391121095/x67IpVYAk.png" length="1" type="image/webp"/></item><item><title>Must know basic Linux commands</title><link>https://blog.thepatik.com/posts/must-know-basic-linux-commands/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/must-know-basic-linux-commands/</guid><description>This is your first time encountering a Linux console, see which are the most common commands in a Linux console and are worth remembering.</description><pubDate>Thu, 12 Aug 2021 17:36:20 GMT</pubDate><category>linux</category><category>cli</category><category>linux-for-beginners</category><category>linux-basics</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1628789157046/Ur-qmD6_k.png" length="1" type="image/webp"/></item><item><title>How to get a free domain and DNS hosting?</title><link>https://blog.thepatik.com/posts/how-to-get-a-free-domain-and-dns-hosting/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/how-to-get-a-free-domain-and-dns-hosting/</guid><description>You need a free domain for your next project and DNS hosting. What is a domain and what is a DNS server? You learn everything in this article.</description><pubDate>Fri, 23 Jul 2021 19:14:05 GMT</pubDate><category>website</category><category>dns</category><category>web-development</category><category>web-hosting</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1625342179756/Ylx4q_aEC.png" length="1" type="image/webp"/></item><item><title>Beginning in the world of cryptocurrencies</title><link>https://blog.thepatik.com/posts/beginning-in-the-world-of-cryptocurrencies/</link><guid isPermaLink="true">https://blog.thepatik.com/posts/beginning-in-the-world-of-cryptocurrencies/</guid><description>There is a lot of talk these days about cryptocurrencies, and they attract many because of the potential for quick earnings. But how do we start?</description><pubDate>Sun, 27 Jun 2021 14:13:46 GMT</pubDate><category>blockchain</category><category>bitcoin</category><category>cryptocurrency</category><category>ethereum</category><author>Patrick &lt;hi@thepatik.com&gt;</author><enclosure url="https://blog.thepatik.com/img/beginning-in-the-world-of-cryptocurrencies-cover.png" length="1" type="image/webp"/></item></channel></rss>