<?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: Teo Choong Ping</title>
    <description>The latest articles on DEV Community by Teo Choong Ping (@seymores).</description>
    <link>https://dev.to/seymores</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%2F203856%2F1d161b42-104a-4d6e-acc3-431d306e946b.png</url>
      <title>DEV Community: Teo Choong Ping</title>
      <link>https://dev.to/seymores</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/seymores"/>
    <language>en</language>
    <item>
      <title>I lost my job. Part 1.</title>
      <dc:creator>Teo Choong Ping</dc:creator>
      <pubDate>Sun, 12 Apr 2020 10:28:27 +0000</pubDate>
      <link>https://dev.to/seymores/i-lost-my-job-part-1-4d2a</link>
      <guid>https://dev.to/seymores/i-lost-my-job-part-1-4d2a</guid>
      <description>&lt;p&gt;I love what I do.&lt;br&gt;
When I thought I finally get the hang of what I value I am bringing to the company and my colleagues -- my company crashed.&lt;/p&gt;

&lt;p&gt;My gratitude journal is full of thanks for the work I was doing -- we must have done something right.&lt;br&gt;
My passion is to build the stuff that delivers value to our users.&lt;br&gt;
My job is to build software engineering teams and build digital product features.&lt;/p&gt;

&lt;p&gt;Along the way, I built trusts and make friends.&lt;br&gt;
Good working software is the side effect of having a healthy team relationship.&lt;/p&gt;

&lt;p&gt;You heard of, "if you want to go fast go alone -- if you want to go far, go together"?&lt;br&gt;
It is all true.&lt;/p&gt;

&lt;p&gt;We haven't got around to deploy a big ass Kubernetes yet but we did build a lot of cool stuff in Node.js, Golang, and Elixir.&lt;br&gt;
Serverless is damn cool -- we have a solid plan to strangle our internal services with more serverless.&lt;/p&gt;

&lt;p&gt;Water under the bridge.&lt;/p&gt;

&lt;p&gt;But I am not looking for a job now.&lt;br&gt;
I lost my job, and I lost myself.&lt;br&gt;
I am searching for me.&lt;/p&gt;

&lt;p&gt;I started two journal topics since then bad news -- one on the resources to handle tech interviews.&lt;br&gt;
And, a list of retrospectives.&lt;/p&gt;

&lt;p&gt;Let me know if you would like to read more of my journey back to the new exciting world, and my learnings along the way.&lt;/p&gt;

&lt;p&gt;Keep safe.&lt;br&gt;
🙏🏻😊&lt;/p&gt;

</description>
      <category>career</category>
      <category>retrospectives</category>
    </item>
    <item>
      <title>11 Essential Skills Software Developers should Learn in 2020</title>
      <dc:creator>Teo Choong Ping</dc:creator>
      <pubDate>Fri, 10 Jan 2020 03:01:04 +0000</pubDate>
      <link>https://dev.to/seymores/11-essential-skills-software-developers-should-learn-in-2020-2506</link>
      <guid>https://dev.to/seymores/11-essential-skills-software-developers-should-learn-in-2020-2506</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Be a Cloudnative - allocate about 6months to a year to be good in this area -- it is not just about dockerizing your apps, &lt;a href="https://thenewstack.io/10-key-attributes-of-cloud-native-applications/"&gt;https://thenewstack.io/10-key-attributes-of-cloud-native-applications/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Be Functional - start writing FP, pick one: Clojure, Elixir, ReasonML, F#&lt;/li&gt;
&lt;li&gt;Strive for Progressive Delivery - this is not new but makes more sense than ever in 2020, &lt;a href="https://thenewstack.io/the-rise-of-progressive-delivery-for-systems-resilience/"&gt;https://thenewstack.io/the-rise-of-progressive-delivery-for-systems-resilience/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Figure out Blockchain and Web Monetization - the progress in this area is crazy, start here &lt;a href="https://webmonetization.org/"&gt;https://webmonetization.org/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Decentralized application dev -- it getting bigger, check out this easy tutorial, &lt;a href="https://hackernoon.com/tutorial-build-a-versioning-system-on-ipfs-77lvx2geh"&gt;https://hackernoon.com/tutorial-build-a-versioning-system-on-ipfs-77lvx2geh&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Master VSCode -- Vim plugin!&lt;/li&gt;
&lt;li&gt;SQL Trees - will make you smarter &lt;a href="https://www.codeproject.com/Articles/8355/Trees-in-SQL-databases"&gt;https://www.codeproject.com/Articles/8355/Trees-in-SQL-databases&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;AWS -- you just couldn't avoid this, start small -- deploy something to ECS.&lt;/li&gt;
&lt;li&gt;Machine Learning -- don't delay, allocate around 6 months for this,  &lt;a href="https://course.fast.ai"&gt;https://course.fast.ai&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Get good at Shell (Bash) programming -- shell scripting is very powerful and easy, see &lt;a href="https://github.com/benrady/shinatra"&gt;this web server in shell&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Zettelkasten method, be good at learning- &lt;a href="https://www.seanlawson.net/2018/02/use-zettelkasten-method-scientific-note-taking/"&gt;https://www.seanlawson.net/2018/02/use-zettelkasten-method-scientific-note-taking/&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>programmers</category>
      <category>development</category>
      <category>clojure</category>
      <category>zettelkasten</category>
    </item>
  </channel>
</rss>
