<?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: visothseng</title>
    <description>The latest articles on DEV Community by visothseng (@visothseng).</description>
    <link>https://dev.to/visothseng</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%2F326817%2Fc32ee56a-3b6e-462e-b2ee-a287cf516e76.png</url>
      <title>DEV Community: visothseng</title>
      <link>https://dev.to/visothseng</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/visothseng"/>
    <language>en</language>
    <item>
      <title>Tip to make your life better</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Sun, 26 Dec 2021 08:57:20 +0000</pubDate>
      <link>https://dev.to/visothseng/tip-to-make-your-life-better-4e93</link>
      <guid>https://dev.to/visothseng/tip-to-make-your-life-better-4e93</guid>
      <description>&lt;p&gt;[TOC]&lt;/p&gt;

&lt;h1&gt;
  
  
  More Healthy - សុខភាពល្អ
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;eat healthy food&lt;/li&gt;
&lt;li&gt;get enough sleep&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Best Tip Learning English
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;watching English movie&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;pratice with friend.&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;  &lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;Page Title&lt;span class="nt"&gt;&amp;lt;/title&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;

  &lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt;This is a Heading&lt;span class="nt"&gt;&amp;lt;/h1&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;This is a paragraph.&lt;span class="nt"&gt;&amp;lt;/p&amp;gt;&lt;/span&gt;

  &lt;span class="nt"&gt;&amp;lt;/body&amp;gt;&lt;/span&gt;
  &lt;span class="nt"&gt;&amp;lt;/html&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>The best noting tool of 2020</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Wed, 24 Jun 2020 10:34:02 +0000</pubDate>
      <link>https://dev.to/visothseng/the-best-noting-tool-of-2020-2c2j</link>
      <guid>https://dev.to/visothseng/the-best-noting-tool-of-2020-2c2j</guid>
      <description>&lt;p&gt;Hello Everyone this article, I gonna share with you how I note my daily task or something. The app which I always used is Zoho Notebook and Typora. The reason that I like it because it makes me easy to note and Sync to my cellphone. If you like Sync app, I recommend you to used Zoho notebook due to a good UI and simple to use. Another hand, If you like the fastest note, I suggest you note with Typora, Typora is a free app for noting that used Markdown to write with. And It very convenient to use, For Example, You just type - And then will generate auto to Dot list have it also have a good feather more than this. In this place, I will drop the link that you can go to download and tryout of both of them. Finally, I hope all you guys don't mind me with my English, because I just try to write what I know to share with all of you. Thank you. &lt;br&gt;
&lt;a href="https://typora.io/"&gt;https://typora.io/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What Is Typora</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Wed, 24 Jun 2020 04:17:41 +0000</pubDate>
      <link>https://dev.to/visothseng/what-is-typora-3336</link>
      <guid>https://dev.to/visothseng/what-is-typora-3336</guid>
      <description>&lt;p&gt;Typora&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Fast to for noting&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Good for code noting  : Display Code line number&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;




&lt;ul&gt;
&lt;li&gt;How to set app route &lt;code&gt;“ ”&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight typescript"&gt;&lt;code&gt;  &lt;span class="kd"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;routes&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;Routes&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
    &lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="na"&gt;path&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;''&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="na"&gt;component&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;LoginComponent&lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;

    &lt;span class="p"&gt;{&lt;/span&gt;
      &lt;span class="na"&gt;path&lt;/span&gt; &lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="s1"&gt;registeredCompanies&lt;/span&gt;&lt;span class="dl"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
      &lt;span class="na"&gt;component&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="nx"&gt;RegisteredCompaniesComponent&lt;/span&gt;
    &lt;span class="p"&gt;},&lt;/span&gt;

  &lt;span class="p"&gt;];&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Angular implement service&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>noted</category>
    </item>
    <item>
      <title>ប្រទេស ខ្មែរ</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Fri, 08 May 2020 06:38:15 +0000</pubDate>
      <link>https://dev.to/visothseng/-445o</link>
      <guid>https://dev.to/visothseng/-445o</guid>
      <description>&lt;ul&gt;
&lt;li&gt;ប្រទេសកម្ពុជា ជាប្រទេសមួយដែលស្ថិតនៅ &lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>I like this tool</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Fri, 08 May 2020 06:36:25 +0000</pubDate>
      <link>https://dev.to/visothseng/i-like-this-tool-2fcg</link>
      <guid>https://dev.to/visothseng/i-like-this-tool-2fcg</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Piset

&lt;ul&gt;
&lt;li&gt;Procode and product name&lt;/li&gt;
&lt;li&gt;check realease product&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Darong

&lt;ul&gt;
&lt;li&gt;sync &lt;/li&gt;
&lt;li&gt;update product&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;- dd&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>How to set set up telegram font size as the Khmer language
</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Sun, 15 Mar 2020 07:05:30 +0000</pubDate>
      <link>https://dev.to/visothseng/how-to-set-set-up-telegram-font-size-as-the-khmer-language-1bdd</link>
      <guid>https://dev.to/visothseng/how-to-set-set-up-telegram-font-size-as-the-khmer-language-1bdd</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Go to click window and search run and type&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;Regedit&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE&lt;/p&gt;

&lt;p&gt;SOFTWARE&lt;/p&gt;

&lt;p&gt;MICROSOFT&lt;/p&gt;

&lt;p&gt;Windows NT&lt;/p&gt;

&lt;p&gt;CurrentVersion&lt;/p&gt;

&lt;p&gt;FontSubstitutes&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;Go to change &lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;MS Shell Dlg 2 &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;with you local font&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How To Generate Folder Tree Structure In Windows 10

</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Sat, 14 Mar 2020 02:51:40 +0000</pubDate>
      <link>https://dev.to/visothseng/how-to-generate-folder-tree-structure-in-windows-10-4533</link>
      <guid>https://dev.to/visothseng/how-to-generate-folder-tree-structure-in-windows-10-4533</guid>
      <description>&lt;p&gt;​ Hello, if you want to generate your project structure in windows 10 just follow my step below&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to the folder that you want to generate
&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%2Fi%2Ff9hjgc4zbg6qigihrl91.png" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;li&gt;go to search bar and type cmd&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;than you will see the terminal&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;type this command in the terminal&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

   tree /f /a tree /f /a &amp;gt; tree.txt



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

&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;You also can generate the file that you need Example: docs&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ol&gt;
&lt;li&gt;then you can see your file&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
&lt;p&gt;thank you and also forgive me for my English.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
    </item>
    <item>
      <title>Top 10 website to learn Angular</title>
      <dc:creator>visothseng</dc:creator>
      <pubDate>Thu, 12 Mar 2020 09:03:35 +0000</pubDate>
      <link>https://dev.to/visothseng/top-10-website-to-learn-angular-445i</link>
      <guid>https://dev.to/visothseng/top-10-website-to-learn-angular-445i</guid>
      <description>&lt;h2&gt;
  
  
  Top 10 websites to learn Angular
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;a href="https://angular.io/docs"&gt;Officical Angular Document&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.tektutorialshub.com/angular-tutorial/"&gt;tektutorialshub.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.techiediaries.com/angular/"&gt;techiediaries.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.w3schools.com/angular/"&gt;w3schools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.javatpoint.com/angular-7-tutorial"&gt;javatpoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.edureka.co/blog/angular-tutorial/"&gt;edureka&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.djamware.com/post-sub-category/5d5cb64ffdef3404227777c3/angular"&gt;djamware&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.positronx.io/free-angular-tutorials/"&gt;.positronx.io&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://appdividend.com/angular-tutorial/"&gt;appdividend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.tutorialspoint.com/angular4/index.htm"&gt;tutorialspoint&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.google.com/"&gt;Google&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;

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