<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>General on Vanslog</title>
    <link>https://vanslog.io/tags/general/</link>
    <description>Recent content in General on Vanslog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 08 Mar 2023 22:43:47 +0900</lastBuildDate>
    <atom:link href="https://vanslog.io/tags/general/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Dnd 8th Weddingmap Project Retrospective</title>
      <link>https://vanslog.io/posts/retrospective/dnd/dnd-8th-weddingmap-project-retrospective/</link>
      <pubDate>Wed, 08 Mar 2023 22:43:47 +0900</pubDate>
      <guid>https://vanslog.io/posts/retrospective/dnd/dnd-8th-weddingmap-project-retrospective/</guid>
      <description>Completing the 8th DND activities</description>
    </item>
    <item>
      <title>Dnd 8th Backend Developer Acceptance Review</title>
      <link>https://vanslog.io/posts/retrospective/dnd/dnd-8th-backend-developer-acceptance-review/</link>
      <pubDate>Sun, 08 Jan 2023 16:39:37 +0900</pubDate>
      <guid>https://vanslog.io/posts/retrospective/dnd/dnd-8th-backend-developer-acceptance-review/</guid>
      <description>I wrote a review of passing the 8th DND class, including what I felt after participating in the orientation.</description>
    </item>
    <item>
      <title>What I Learned While Working At Digital Competency Center</title>
      <link>https://vanslog.io/posts/general/what-i-learned-while-working-at-digital-competency-center/</link>
      <pubDate>Wed, 20 Jul 2022 23:10:59 +0900</pubDate>
      <guid>https://vanslog.io/posts/general/what-i-learned-while-working-at-digital-competency-center/</guid>
      <description>&lt;p&gt;I have recently been teaching as an instructor at &lt;code&gt;Digital Learning Center (a digital competency education project promoted by the government)&lt;/code&gt;. When I first became an instructor, the first concern I had was what kind of lectures I should teach. Because the main purpose of the project was to strengthen the capabilities of &lt;code&gt;digitally vulnerable classes&lt;/code&gt;, programming classes were not in high demand.&lt;/p&gt;
&lt;p&gt;But even so, I thought it was right to teach what I was good at as a class. I tried offering a programming class, but it didn&amp;rsquo;t attract as many students as expected. Fortunately, a close friend told me that he wanted to learn web development, so I was able to take the class.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apply Utterances Dynamic Theme</title>
      <link>https://vanslog.io/posts/general/apply-utterances-dynamic-theme/</link>
      <pubDate>Sun, 17 Jul 2022 15:12:13 +0900</pubDate>
      <guid>https://vanslog.io/posts/general/apply-utterances-dynamic-theme/</guid>
      <description>&lt;p&gt;&lt;code&gt;utterances&lt;/code&gt; is an open source comment service widely used on personal technology blogs. It features a clean design of &lt;code&gt;GitHub style&lt;/code&gt; and support for &lt;code&gt;dark mode&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Recently, there are more and more sites that allow you to change night mode and dark mode to &lt;code&gt;Dynamic&lt;/code&gt;. My blog is also like this, so I had to dynamically apply the theme of &lt;code&gt;utterances&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;When I googled it, I found very few mentions of this method. So, in this post, I would like to focus on how to dynamically apply the theme of utterances.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Views On The Recent Luna Rise</title>
      <link>https://vanslog.io/posts/blockchain/my-views-on-the-recent-luna-rise/</link>
      <pubDate>Sun, 27 Feb 2022 07:24:42 +0900</pubDate>
      <guid>https://vanslog.io/posts/blockchain/my-views-on-the-recent-luna-rise/</guid>
      <description>$Luna to the moon 🌕</description>
    </item>
    <item>
      <title>Refactoring Loops To Collection Pipelines</title>
      <link>https://vanslog.io/posts/language/java/refactoring-loops-to-collection-pipelines/</link>
      <pubDate>Mon, 19 Jul 2021 13:03:57 +0000</pubDate>
      <guid>https://vanslog.io/posts/language/java/refactoring-loops-to-collection-pipelines/</guid>
      <description>When is it best to use streams introduced in Java 8?</description>
    </item>
    <item>
      <title>Primitive Type And Reference Type</title>
      <link>https://vanslog.io/posts/language/java/primitive-type-and-reference-type/</link>
      <pubDate>Fri, 16 Jul 2021 14:06:26 +0000</pubDate>
      <guid>https://vanslog.io/posts/language/java/primitive-type-and-reference-type/</guid>
      <description>Let’s learn about Java’s basic data types and reference data types!</description>
    </item>
    <item>
      <title>Smell In Code</title>
      <link>https://vanslog.io/posts/cs/refactoring/smell-in-code/</link>
      <pubDate>Tue, 13 Apr 2021 13:51:13 +0000</pubDate>
      <guid>https://vanslog.io/posts/cs/refactoring/smell-in-code/</guid>
      <description>Code smell, code smell</description>
    </item>
    <item>
      <title>How To Add Custom Fonts On Code Server</title>
      <link>https://vanslog.io/posts/infra/how-to-add-custom-fonts-on-code-server/</link>
      <pubDate>Thu, 11 Mar 2021 14:24:16 +0000</pubDate>
      <guid>https://vanslog.io/posts/infra/how-to-add-custom-fonts-on-code-server/</guid>
      <description>Applying custom fonts to code server</description>
    </item>
    <item>
      <title>What Is Refactoring</title>
      <link>https://vanslog.io/posts/cs/refactoring/what-is-refactoring/</link>
      <pubDate>Sat, 06 Feb 2021 02:34:16 +0000</pubDate>
      <guid>https://vanslog.io/posts/cs/refactoring/what-is-refactoring/</guid>
      <description>Code restructuring and refactoring</description>
    </item>
    <item>
      <title>Class Diagram</title>
      <link>https://vanslog.io/posts/cs/uml/class-diagram/</link>
      <pubDate>Fri, 08 Jan 2021 19:20:43 +0900</pubDate>
      <guid>https://vanslog.io/posts/cs/uml/class-diagram/</guid>
      <description>&lt;h2 id=&#34;what-is-a-class&#34;&gt;What is a class?&lt;/h2&gt;
&lt;p&gt;A class is a set of objects that have the same properties and behaviors. For example, what students majoring in software have in common is that they hear &lt;code&gt;majoring in software&lt;/code&gt; as a fact and &lt;code&gt;same majoring class&lt;/code&gt; as a fact. In this case, &lt;code&gt;student majoring in software&lt;/code&gt; can be said to be a class of actual students.&lt;/p&gt;
&lt;p&gt;Another way to define a class is to see it as &lt;code&gt;a blueprint for creating an instance (object)&lt;/code&gt;. The source code below defines a student class majoring in software. Let&amp;rsquo;s take a look at the code from the perspective of a blueprint for how classes create objects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What Is Uml</title>
      <link>https://vanslog.io/posts/cs/uml/what-is-uml/</link>
      <pubDate>Sun, 03 Jan 2021 11:22:49 +0900</pubDate>
      <guid>https://vanslog.io/posts/cs/uml/what-is-uml/</guid>
      <description>UML, a language for modeling object-oriented applications</description>
    </item>
    <item>
      <title>2020 Backend Developer Retrospective</title>
      <link>https://vanslog.io/posts/retrospective/2020-backend-developer-retrospective/</link>
      <pubDate>Fri, 01 Jan 2021 19:59:18 +0900</pubDate>
      <guid>https://vanslog.io/posts/retrospective/2020-backend-developer-retrospective/</guid>
      <description>Looking back on 2020 and beyond</description>
    </item>
    <item>
      <title>Web Application Structure</title>
      <link>https://vanslog.io/posts/web/web-application-structure/</link>
      <pubDate>Sat, 26 Dec 2020 14:06:55 +0000</pubDate>
      <guid>https://vanslog.io/posts/web/web-application-structure/</guid>
      <description>We have compiled a list of terms that are trending recently in web front-end.</description>
    </item>
    <item>
      <title>N Tier Architecture</title>
      <link>https://vanslog.io/posts/cs/architecture/n-tier-architecture/</link>
      <pubDate>Sat, 26 Dec 2020 10:12:54 +0000</pubDate>
      <guid>https://vanslog.io/posts/cs/architecture/n-tier-architecture/</guid>
      <description>Multi-layer architecture discovered in a major class project</description>
    </item>
    <item>
      <title>Build Web Ide Using Code Server</title>
      <link>https://vanslog.io/posts/infra/build-web-ide-using-code-server/</link>
      <pubDate>Thu, 03 Dec 2020 04:34:19 +0000</pubDate>
      <guid>https://vanslog.io/posts/infra/build-web-ide-using-code-server/</guid>
      <description>Create your own web IDE</description>
    </item>
    <item>
      <title>Create Gcp Instance</title>
      <link>https://vanslog.io/posts/infra/create-gcp-instance/</link>
      <pubDate>Wed, 02 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://vanslog.io/posts/infra/create-gcp-instance/</guid>
      <description>Create your own lifetime free instance</description>
    </item>
    <item>
      <title>Coding In The Military</title>
      <link>https://vanslog.io/posts/infra/coding-in-the-military/</link>
      <pubDate>Tue, 01 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://vanslog.io/posts/infra/coding-in-the-military/</guid>
      <description>How can I code in the military? A journey to find the answer</description>
    </item>
  </channel>
</rss>
