<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>David&#39;s Thoughts</title>
  
  <subtitle>Personal growth &amp; learning at the intersection of business and tech</subtitle>
  <link href="http://david.nanodeer.com/atom.xml" rel="self"/>
  
  <link href="http://david.nanodeer.com/"/>
  <updated>2023-02-18T15:29:06.564Z</updated>
  <id>http://david.nanodeer.com/</id>
  
  <author>
    <name>David</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>使用GO的workspace工作区配合私有库重构多端非微服务项目</title>
    <link href="http://david.nanodeer.com/2023/02/18/%E4%BD%BF%E7%94%A8GO%E7%9A%84workspace%E9%85%8D%E5%90%88%E7%A7%81%E6%9C%89%E5%BA%93%E9%87%8D%E6%9E%84%E5%A4%9A%E7%AB%AF%E9%A1%B9%E7%9B%AE.html"/>
    <id>http://david.nanodeer.com/2023/02/18/%E4%BD%BF%E7%94%A8GO%E7%9A%84workspace%E9%85%8D%E5%90%88%E7%A7%81%E6%9C%89%E5%BA%93%E9%87%8D%E6%9E%84%E5%A4%9A%E7%AB%AF%E9%A1%B9%E7%9B%AE.html</id>
    <published>2023-02-18T14:02:55.000Z</published>
    <updated>2023-02-18T15:29:06.564Z</updated>
    
    
    <summary type="html">如果你手上有多个GO项目，但又有一些方法在各项目中重复调用，你不想把代码在每个项目中复制一遍，那么请看这篇文章，也许会带来灵感。</summary>
    
    
    
    
    <category term="Golang" scheme="http://david.nanodeer.com/tags/Golang/"/>
    
    <category term="架构" scheme="http://david.nanodeer.com/tags/%E6%9E%B6%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>如何在GO中使用私有库</title>
    <link href="http://david.nanodeer.com/2023/02/15/%E5%A6%82%E4%BD%95%E5%9C%A8GO%E4%B8%AD%E4%BD%BF%E7%94%A8%E7%A7%81%E6%9C%89%E4%BB%93%E5%BA%93.html"/>
    <id>http://david.nanodeer.com/2023/02/15/%E5%A6%82%E4%BD%95%E5%9C%A8GO%E4%B8%AD%E4%BD%BF%E7%94%A8%E7%A7%81%E6%9C%89%E4%BB%93%E5%BA%93.html</id>
    <published>2023-02-15T05:05:13.000Z</published>
    <updated>2023-02-15T05:09:49.018Z</updated>
    
    
    <summary type="html">非常明确简单明了地说明了如何使用私有库</summary>
    
    
    
    
    <category term="Tech" scheme="http://david.nanodeer.com/tags/Tech/"/>
    
    <category term="Golang" scheme="http://david.nanodeer.com/tags/Golang/"/>
    
  </entry>
  
  <entry>
    <title>JavaScript富文本/Markdown编辑器大全</title>
    <link href="http://david.nanodeer.com/2022/04/16/js-editors.html"/>
    <id>http://david.nanodeer.com/2022/04/16/js-editors.html</id>
    <published>2022-04-16T04:57:55.000Z</published>
    <updated>2023-02-15T02:36:26.696Z</updated>
    
    
    <summary type="html">这么多的JavaScript富文本编辑器和Markdown编辑器，到底它们怎么选？</summary>
    
    
    
    
    <category term="Tech" scheme="http://david.nanodeer.com/tags/Tech/"/>
    
  </entry>
  
  <entry>
    <title>GIT浅克隆Sub-Module</title>
    <link href="http://david.nanodeer.com/2022/04/15/GIT%E6%B5%85%E5%85%8B%E9%9A%86Sub-Module.html"/>
    <id>http://david.nanodeer.com/2022/04/15/GIT%E6%B5%85%E5%85%8B%E9%9A%86Sub-Module.html</id>
    <published>2022-04-15T03:15:55.000Z</published>
    <updated>2023-02-18T14:03:37.898Z</updated>
    
    
    <summary type="html">如何使用`deployer`在部署子模块的时候使用浅克隆</summary>
    
    
    
    
    <category term="Tech" scheme="http://david.nanodeer.com/tags/Tech/"/>
    
  </entry>
  
  <entry>
    <title>Saleforce的成功5问方法论</title>
    <link href="http://david.nanodeer.com/2022/04/14/Saleforce%E7%9A%84%E6%88%90%E5%8A%9F5%E9%97%AE.html"/>
    <id>http://david.nanodeer.com/2022/04/14/Saleforce%E7%9A%84%E6%88%90%E5%8A%9F5%E9%97%AE.html</id>
    <published>2022-04-14T12:57:30.000Z</published>
    <updated>2023-02-15T01:04:52.908Z</updated>
    
    
    <summary type="html">在Salesforce，有一套自上而下的做事方法论，即成功5问 `V2MOM`，非常值得借鉴参考。</summary>
    
    
    
    
    <category term="Growth" scheme="http://david.nanodeer.com/tags/Growth/"/>
    
    <category term="增长" scheme="http://david.nanodeer.com/tags/%E5%A2%9E%E9%95%BF/"/>
    
    <category term="企业文化" scheme="http://david.nanodeer.com/tags/%E4%BC%81%E4%B8%9A%E6%96%87%E5%8C%96/"/>
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="http://david.nanodeer.com/2022/04/13/hello-world.html"/>
    <id>http://david.nanodeer.com/2022/04/13/hello-world.html</id>
    <published>2022-04-13T12:57:30.000Z</published>
    <updated>2023-02-15T02:13:34.686Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;曾经写了非常久的Blog，只写了生活，重新认真开一个头。写写关注的方向和技术积累。&lt;/p&gt;
</summary>
        
      
    
    
    
    
    <category term="Writing" scheme="http://david.nanodeer.com/tags/Writing/"/>
    
  </entry>
  
</feed>
