<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DCI </title>
    <link>http://dcitel.net/</link>
    <description>Recent content on DCI </description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 01 Aug 2021 21:29:20 +0200</lastBuildDate>
    <atom:link href="http://dcitel.net/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Categories Post</title>
      <link>http://dcitel.net/blog/2021/08/01/categories-post/</link>
      <pubDate>Sun, 01 Aug 2021 21:29:20 +0200</pubDate>
      <guid>http://dcitel.net/blog/2021/08/01/categories-post/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a post with multiple categories in the frontmatter:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;categories = [&amp;quot;programming&amp;quot;,&amp;quot;lorem&amp;quot;,&amp;quot;pseudo&amp;quot;]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Linked post</title>
      <link>http://dcitel.net/blog/2015/10/02/linked-post/</link>
      <pubDate>Fri, 02 Oct 2015 21:49:20 +0200</pubDate>
      <guid>http://dcitel.net/blog/2015/10/02/linked-post/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;menu = &amp;quot;main&amp;quot;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus. Pellentesque sed tempus risus. Proin id hendrerit ante. Vestibulum vitae urna ut mauris ultricies dignissim. Ut ante turpis, tristique vitae sagittis quis, sagittis nec diam. Fusce pulvinar cursus porta. Vivamus maximus leo dolor, ut pellentesque lorem fringilla nec. Mauris faucibus turpis posuere sapien euismod, a ullamcorper mi maximus.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Go is for lovers</title>
      <link>http://dcitel.net/blog/2015/09/17/go-is-for-lovers/</link>
      <pubDate>Thu, 17 Sep 2015 13:47:08 +0200</pubDate>
      <guid>http://dcitel.net/blog/2015/09/17/go-is-for-lovers/</guid>
      <description>&lt;p&gt;Hugo uses the excellent &lt;a href=&#34;https://go.dev/&#34;&gt;go&lt;/a&gt; &lt;a href=&#34;https://pkg.go.dev/html/template&#34;&gt;html/template&lt;/a&gt; library for&#xA;its template engine. It is an extremely lightweight engine that provides a very&#xA;small amount of logic. In our experience that it is just the right amount of&#xA;logic to be able to create a good static website. If you have used other&#xA;template systems from different languages or frameworks you will find a lot of&#xA;similarities in go templates.&lt;/p&gt;&#xA;&lt;p&gt;This document is a brief primer on using go templates. The &lt;a href=&#34;https://pkg.go.dev/html/template&#34;&gt;go docs&lt;/a&gt;&#xA;provide more details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo is for lovers</title>
      <link>http://dcitel.net/blog/2015/08/03/hugo-is-for-lovers/</link>
      <pubDate>Mon, 03 Aug 2015 13:39:46 +0200</pubDate>
      <guid>http://dcitel.net/blog/2015/08/03/hugo-is-for-lovers/</guid>
      <description>This is the summary Goto &lt;a href=&#34;https://github.com/spf13/hugo/releases&#34;&gt;hugo releases&lt;/a&gt; and download the appropriate version for your os and architecture. Save it somewhere specific as we will be using it in the next step. More complete instructions are available at &lt;a href=&#34;http://dcitel.net/overview/installing/&#34;&gt;installing hugo&lt;/a&gt;</description>
    </item>
    <item>
      <title>Creating a new theme</title>
      <link>http://dcitel.net/blog/2015/06/24/creating-a-new-theme/</link>
      <pubDate>Wed, 24 Jun 2015 13:50:46 +0200</pubDate>
      <guid>http://dcitel.net/blog/2015/06/24/creating-a-new-theme/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&amp;rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&amp;rsquo;t cover using CSS to style your theme.&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;ll start with creating a new site with a very basic template. Then we&amp;rsquo;ll add in a few pages and posts. With small variations on that, you will be able to create many different types of web sites.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ABOUT US</title>
      <link>http://dcitel.net/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://dcitel.net/about/</guid>
      <description>&lt;p&gt;The telecom industry is unnecessarily complex. Old infrastructures and artificial barriers block innovation and complicate connecting IoT devices. DCI is on a mission to change that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-what-to-do-if-i-have-still-not-received-the-order&#34;&gt;1. WHAT TO DO IF I HAVE STILL NOT RECEIVED THE ORDER?&lt;/h2&gt;&#xA;&lt;p&gt;Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CARRER</title>
      <link>http://dcitel.net/career/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://dcitel.net/career/</guid>
      <description>&lt;h2 id=&#34;1-enterprises-sales-representatives&#34;&gt;1. Enterprises Sales Representatives&lt;/h2&gt;&#xA;&lt;h3 id=&#34;responsibilities&#34;&gt;Responsibilities:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Driving sales for our Information And Communication Technology(ICT) products.&lt;/li&gt;&#xA;&lt;li&gt;Building long-term, high-level relationships to maximize sales potentials. Managing the customer relationships at all levels.&lt;/li&gt;&#xA;&lt;li&gt;Independently complete the business process of the company such as negotiation, contract signing, expenses and more.&lt;/li&gt;&#xA;&lt;li&gt;Responsible for exceeding sales quota within an assigned requirement. This position requires the ability to handle and resolve tasks independently.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;requirements&#34;&gt;Requirements:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bachelor&amp;rsquo;s degree in STEM or Marketing and equivalent, the experience of ICT industry preferred.&lt;/li&gt;&#xA;&lt;li&gt;Broad knowledge of Server hardware, familiar with virtual Server, server hosting, Internet IP products, enterprise IT application, etc.&lt;/li&gt;&#xA;&lt;li&gt;Passionate about sales. Excellent communication, marketing, interpersonal and negotiating skills.&lt;/li&gt;&#xA;&lt;li&gt;High degree of self-motivation and good teamwork spirit and customer service consciousness.&lt;/li&gt;&#xA;&lt;li&gt;Familiar with channels sales concept. Experience in channel sales and marketing preferred.&lt;/li&gt;&#xA;&lt;li&gt;1 - 2 years of sales Experience of ICT industry preferred.&lt;/li&gt;&#xA;&lt;li&gt;Fluent in both English and Chinese.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;additional-information&#34;&gt;Additional Information:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Work Location: El Monte, CA&lt;/li&gt;&#xA;&lt;li&gt;Job Type: full-time&lt;/li&gt;&#xA;&lt;li&gt;Benefit Eligibility: Yes&lt;/li&gt;&#xA;&lt;li&gt;Salary: Compensation package will be commensurate with experience.&lt;/li&gt;&#xA;&lt;li&gt;Probation period: 3 months&lt;/li&gt;&#xA;&lt;li&gt;offers a competitive compensation package, including health and dental insurance, paid holidays, vacation, personal and sick days, 401(k) plan, etc.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;2-ict-sales-engineer&#34;&gt;2. ICT Sales Engineer&lt;/h2&gt;&#xA;&lt;h3 id=&#34;responsibilities-1&#34;&gt;Responsibilities:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Serves as a primary technical liaison for sales managers, customers, pricing team, project managers and Network Operations.&lt;/li&gt;&#xA;&lt;li&gt;Aggregating customer&amp;rsquo;s technical requirements directly through sales, or through a customer visit, and designing a solution around those requirements.&lt;/li&gt;&#xA;&lt;li&gt;Identify technical solutions and define technical requirements for service implementation, understanding customer&amp;rsquo;s existing network, key locations, and technical needs&lt;/li&gt;&#xA;&lt;li&gt;Presenting, demonstrating and communicating the technical capabilities of the company network and associated products and services&lt;/li&gt;&#xA;&lt;li&gt;Keeping the sales force appraised of technical updates, and similarly keeping the network group and product development teams aware of forthcoming technical requirements.&lt;/li&gt;&#xA;&lt;li&gt;Presenting the technical design/RFP in a complete and well-illustrated fashion to the appropriate sales representatives and/or customer.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;requirements-1&#34;&gt;Requirements:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bachelor’s degree in IT, Telecommunications or similar field.&lt;/li&gt;&#xA;&lt;li&gt;Minimum 3 years of related sales support experience in telecom.&lt;/li&gt;&#xA;&lt;li&gt;Global telecommunications experience is preferred.&lt;/li&gt;&#xA;&lt;li&gt;Effective presentation skills.&lt;/li&gt;&#xA;&lt;li&gt;Mandarin verbal and written skills.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;additional-information-1&#34;&gt;Additional Information:&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Work Location: El Monte, CA&lt;/li&gt;&#xA;&lt;li&gt;Job Type: full-time&lt;/li&gt;&#xA;&lt;li&gt;Benefit Eligibility: Yes&lt;/li&gt;&#xA;&lt;li&gt;Salary: Compensation package will be commensurate with experience.&lt;/li&gt;&#xA;&lt;li&gt;Probation period: 3 months&lt;/li&gt;&#xA;&lt;li&gt;offers a competitive compensation package, including health and dental insurance, paid holidays, vacation, personal and sick days, 401(k) plan, etc.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>http://dcitel.net/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://dcitel.net/contact/</guid>
      <description>&lt;h1 id=&#34;we-are-here-to-help-you&#34;&gt;We are here to help you&lt;/h1&gt;&#xA;&lt;p&gt;DCI can help you with a wide range telecom product portfolio to meet your needs for integrating voice, SMS, data, and video via the latest ICT technology and world-wide telecom carriers.&lt;/p&gt;&#xA;&lt;p&gt;Please feel free to contact us, our customer service center is working for you 24/7.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrate from Jekyll</title>
      <link>http://dcitel.net/blog/1/01/01/migrate-from-jekyll/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://dcitel.net/blog/1/01/01/migrate-from-jekyll/</guid>
      <description>&lt;h2 id=&#34;move-static-content-to-static&#34;&gt;Move static content to &lt;code&gt;static&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Jekyll has a rule that any directory not starting with &lt;code&gt;_&lt;/code&gt; will be copied as-is to the &lt;code&gt;_site&lt;/code&gt; output. Hugo keeps all static content under &lt;code&gt;static&lt;/code&gt;. You should therefore move it all there.&#xA;With Jekyll, something that looked like&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;▾ &amp;lt;root&amp;gt;/&#xA;    ▾ images/&#xA;        logo.png&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;should become&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;▾ &amp;lt;root&amp;gt;/&#xA;    ▾ static/&#xA;        ▾ images/&#xA;            logo.png&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Additionally, you&amp;rsquo;ll want any files that should reside at the root (such as &lt;code&gt;CNAME&lt;/code&gt;) to be moved to &lt;code&gt;static&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SERVICE</title>
      <link>http://dcitel.net/service/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://dcitel.net/service/</guid>
      <description>&lt;h2 id=&#34;what-we-do&#34;&gt;What we do?&lt;/h2&gt;&#xA;&lt;p&gt;DCI can help you with a wide range telecom product portfolio to meet your needs for integrating voice, SMS, data, and video via the latest ICT technology and world-wide telecom carriers.&lt;/p&gt;&#xA;&lt;h3 id=&#34;a-z-voice-termination-for-carriers&#34;&gt;A-Z voice termination for carriers&lt;/h3&gt;&#xA;&lt;p&gt;Our mission is to provide fixed carriers, mobile operators, MVNO, prepaid calling card or VOIP providers A_Z voice routes with quality and competitive price. We have POPs in Singapore, Hong Kong, USA, and Europe to connect our partners and customers worldwide.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
