<?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: E A Yoga Wilanda</title>
    <description>The latest articles on DEV Community by E A Yoga Wilanda (@yogawilanda).</description>
    <link>https://dev.to/yogawilanda</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%2F844696%2Fe7db9d0c-94c1-4d43-8c41-b3da30ac0c3d.png</url>
      <title>DEV Community: E A Yoga Wilanda</title>
      <link>https://dev.to/yogawilanda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yogawilanda"/>
    <language>en</language>
    <item>
      <title>Maybe you need to try this cloudflare pages, it's free anyway.</title>
      <dc:creator>E A Yoga Wilanda</dc:creator>
      <pubDate>Mon, 29 Jan 2024 07:00:51 +0000</pubDate>
      <link>https://dev.to/yogawilanda/maybe-you-need-to-try-this-cloudflare-pages-its-free-anyway-4a3d</link>
      <guid>https://dev.to/yogawilanda/maybe-you-need-to-try-this-cloudflare-pages-its-free-anyway-4a3d</guid>
      <description>&lt;p&gt;&lt;strong&gt;Account Configuration&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Login to Cloudflare Pages&lt;/strong&gt;

&lt;ul&gt;
&lt;li&gt;Visit &lt;a href="https://pages.cloudflare.com/"&gt;Cloudflare Pages&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Picking the Menu from Cloudflare Dashboard
&lt;/h2&gt;

&lt;p&gt;2.&lt;strong&gt;Navigate to Workers &amp;amp; Pages &amp;gt; Overview&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On the side menu, select Workers &amp;amp; Pages and then click on Overview.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Switch to the Pages Tab&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In the overview section, choose the Pages tab.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Import or Upload Repository&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can either "Import an existing Git Repository" or upload directly from your assets. Click "Connect to git" for Git repository connection.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Deployment Configuration
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Select Repository&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connect to your Git account and choose the repository you want to deploy as a Cloudflare page.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Begin Setup&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click on "Begin Setup" to proceed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Set up Builds and Deployment&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fill in details like Project name, Production branch, and other settings. If you're using plain HTML, CSS, and PHP, basic configurations should be sufficient.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Specify Build Output Path&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If your build output is not in the root folder, specify the correct path. Typically, index.html is the main file.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Additional Configuration (if needed)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you have specific configurations like environment variables, fill them in as necessary.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Save and Deploy&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click "Save and Deploy." If you're just testing, this step is enough. Wait for a minute or two for the deployment to complete.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Access Your Deployed Site&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once deployed, your site will be available at &lt;code&gt;[reponame].pages.dev&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it! Your Cloudflare Pages deployment is now set up. Happy coding!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/yogawilanda/8f3754492e8f0b2d8a18e5299126f684"&gt;Here&lt;/a&gt; is my gist if you want to read it simpler(or maybe not)&lt;/p&gt;

</description>
      <category>hosting</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>cloudflare</category>
    </item>
    <item>
      <title>Inheritance in Java: Everything You Need to Know</title>
      <dc:creator>E A Yoga Wilanda</dc:creator>
      <pubDate>Sat, 03 Jun 2023 10:33:33 +0000</pubDate>
      <link>https://dev.to/yogawilanda/inheritance-in-java-everything-you-need-to-know-4158</link>
      <guid>https://dev.to/yogawilanda/inheritance-in-java-everything-you-need-to-know-4158</guid>
      <description>&lt;p&gt;Inheritance in Java: A Personal Perspective&lt;br&gt;
Inheritance is one of the most powerful features in Java. It allows you to create new classes that inherit the properties and methods of existing classes. This can save you time and effort when developing new code, as you can reuse the code from existing classes.&lt;/p&gt;

&lt;p&gt;Since i am using this programming language as for my study in university, and I've found it to be a very helpful tool. It has allowed me to make me understands more about OOP's.&lt;/p&gt;

&lt;p&gt;One of the things I like most about inheritance is that it allows me to think about my code in terms of objects. This makes it easier for me to understand and maintain my code.&lt;/p&gt;

&lt;p&gt;For example, I recently had to develop an application that managed a fleet of vehicles. I created a Vehicle class, and then I created subclasses of Vehicle for each type of vehicle in the fleet. This made it very easy to code the different features of the application, such as starting and stopping the vehicles, and tracking their location.&lt;/p&gt;

&lt;p&gt;If you're new to Java, I encourage you to learn about inheritance. It's a powerful feature that can help you to write better code.&lt;/p&gt;

&lt;p&gt;Here are a few tips for using inheritance effectively:&lt;/p&gt;

&lt;p&gt;Use single inheritance whenever possible.&lt;br&gt;
Avoid using multiple inheritance unless it is absolutely necessary.&lt;br&gt;
Use inheritance to reuse code, not to create new functionality.&lt;br&gt;
Keep inheritance hierarchies shallow.&lt;br&gt;
Use interfaces to decouple objects.&lt;br&gt;
Use abstract classes to provide partial implementations of interfaces.&lt;br&gt;
I hope this article has given you a better understanding of inheritance in Java. If you have any questions, please feel free to ask me.&lt;/p&gt;

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