<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Design on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/design/</link><description>Recent content in Design on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Fri, 12 Oct 2018 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/design/atom.xml" rel="self" type="application/rss+xml"/><item><title>How to Decouple Modules with Django Signal</title><link>https://www.chenshaowen.com/en/blog/how-to-use-django-signal-decoupling-module.html</link><pubDate>Fri, 12 Oct 2018 00:00:00 +0000</pubDate><atom:modified>Fri, 12 Oct 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-use-django-signal-decoupling-module.html</guid><description>Recently I was responsible for developing a backend-heavy application. The data flow in this application is complex, and the processing logic has piled up in a redundant mess. The project&amp;rsquo;s tech stack is Django + Vuejs. The frontend is bundled with Webpack, managed in modules, and mainly displays data. The backend involves many modules, many processing rules, and many data tables, so every time I had to modify an earlier feature I spent a lot of time reviewing the code.</description><dc:creator>微信公众号</dc:creator><category>Django</category><category>Python</category><category>Design</category><category>Decoupling</category><category>R&amp;D</category></item><item><title>Django Model and E-R Diagram</title><link>https://www.chenshaowen.com/en/blog/django-model-and-er-diagram.html</link><pubDate>Fri, 02 Mar 2018 00:00:00 +0000</pubDate><atom:modified>Fri, 02 Mar 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/django-model-and-er-diagram.html</guid><description>As requirements are gradually confirmed, the system&amp;rsquo;s DB model is gradually confirmed as well. Sometimes you use a tool like MySQL Workbench to draw an E-R diagram and then generate MySQL database tables, and at that point you need to reverse-generate Django Models; other times you write the Django Models directly, but then you need to look at the E-R diagram.</description><dc:creator>微信公众号</dc:creator><category>Django</category><category>Python</category><category>Database</category><category>Design</category><category>Model</category><category>R&amp;D</category></item><item><title>Haystack Full-Text Search</title><link>https://www.chenshaowen.com/en/blog/haystack-full-text-search.html</link><pubDate>Fri, 21 Jul 2017 13:00:03 +0000</pubDate><atom:modified>Fri, 21 Jul 2017 13:00:03 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/haystack-full-text-search.html</guid><description>A quick word on the project requirements: the team needed to publish documentation externally. The documents are written in Markdown and need to be published as HTML. At first we used an Nginx + Jekyll solution. As the documentation grew, the document system developed a strong need for search. I</description><dc:creator>微信公众号</dc:creator><category>Django</category><category>Python</category><category>Data</category><category>Design</category><category>Search</category><category>R&amp;D</category></item><item><title>Building a Documentation System with Jekyll</title><link>https://www.chenshaowen.com/en/blog/how-to-develop-document-system-using-jekyll.html</link><pubDate>Sat, 17 Jun 2017 00:02:01 +0000</pubDate><atom:modified>Sat, 17 Jun 2017 00:02:01 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-develop-document-system-using-jekyll.html</guid><description>For a company that produces technical output, an excellent documentation management and publishing system is indispensable. A documentation system is a kind of content management system; it has high accessibility requirements, a low update frequency per document, and a high publishing frequency. In my opinion, publishing documentation as pure static</description><dc:creator>微信公众号</dc:creator><category>Jekyll</category><category>Documentation</category><category>Design</category><category>Operations</category><category>R&amp;D</category></item></channel></rss>