<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Spring 2023 Performance Review  by Berlian Khatulistiwa</title>
      <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-04-14 06:02:49 UTC</pubDate>
      <lastBuildDate>2025-11-17 22:27:31 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Lesson on new TS features</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554525290</link>
         <description><![CDATA[<div>PRs<br>https://github.com/padlet/mozart/pull/13690<br><br>Lesson(s) learned:<br>I realized that up until this PR I have pretty much been using typescript the same way since I joined padlet and have not refreshed my knowledge since.&nbsp;<br><br>I also learned that I should be more pro active in refactoring to make things more DRY sooner than I think. I am always hesitant to do this initially but end up just forgetting to do it and just using the boilerplate as most of the time boilerplate is just copy pasting. I don't get a wake up call to do it until a PR review like this one where someone points out it is a good time to refactor.<br><br>PRs are not reviewed in realtime, so there is a lot more time to polish and refactor PRs to be more DRY and concise. I should follow the urge to do this, rather than ignoring it which I have been doing as it means that I can move on to another PR/issue.</div>]]></description>
         <enclosure url="https://github.com/padlet/mozart/pull/13690" />
         <pubDate>2023-04-14 13:09:54 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554525290</guid>
      </item>
      <item>
         <title>When to make changes incrementally and make changes all at once</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554526157</link>
         <description><![CDATA[<div>PRs<br>Mine<br>https://github.com/padlet/mozart/pull/13753<br>https://github.com/padlet/mozart/pull/13729<br>https://github.com/padlet/mozart/pull/13602<br>https://github.com/padlet/mozart/pull/13571<br>https://github.com/padlet/mozart/pull/13511<br>https://github.com/padlet/mozart/pull/13577<br>https://github.com/padlet/mozart/pull/13571<br><br>Junyu's<br>https://github.com/padlet/mozart/pull/13771<br>https://github.com/padlet/mozart/pull/13895<br><br>Lesson(s) Learned:<br>This is less to do with something I learned while making one pr and more in retrospect what I learned while having to make PRs that relied on something from arvo.<br><br>I made incremental changes which resulted in rounds of updating arvo and then only after updating arvo would I be able to use the updated arvo on the frontend.<br><br>I did it the way I did to play it safe as I was concerned that I would make a regrettable and irreversable decision when naming the sort by values. But in the end the only planning ahead required was just naming variables, but I think I could have saved a lot of time and effort if I just committed to a consistent set of variables i.e. the sort by value followed by asc or desc.<br><br>Bad names are annoying but at least from my experience they don't really block development since in the end they are just copy pasted, they just make other developers go "this variable should have been named something else", but they have hindsight to make this observation.&nbsp;<br><br>I think if I applied the lesson learned instead of all these PRs that all essentially just update and use something from arvo, I could have just done one iteration of updating and using arvo. And that is what Junyu ended up doing when I was in Taiwan.<br><br>e</div>]]></description>
         <enclosure url="https://github.com/padlet/mozart/pull/13753" />
         <pubDate>2023-04-14 13:10:39 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554526157</guid>
      </item>
      <item>
         <title>Updating privacy policy for user&#39;s padlet</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554533310</link>
         <description><![CDATA[<div>Relevant Linear issue:<br>https://linear.app/padlet/issue/ENG-5573/specific-wall-owner-is-unable-to-access-the-shareprivacy-settings-in<br><br>Relevant front thread:<br>https://app.frontapp.com/inboxes/teammates/6455695/inbox/open/39060460751<br><br>Why?<br>Just speaking as a consumer, when I find and report bugs in other apps and they get fixed promptly it does leave a lasting, positive impression as it is pretty rare and makes it feel like the product is yours. So I like to think I was able to give that experience to the user in this case. Few things more frustrating than finding a bug with an app, reporting it, and then coming back to the app some time in the future and the bug is still there. Makes me want to stop using the app, and I usually do if there is an alternative.<br><br>I had no clue what went wrong for the user and was not able to reproduce the error in any way. I initially asked Nguyen for help, but he was busy. And that ended up being a blessing in disguise as it gave me the impetus to investigate it deeper on my own as I knew I was not gonna get help anytime soon . I had some trepidation while fixing this issue as it involved doing a lot of things I rarely do like using the production console, using metabase to look up data about walls. I definitely feel like I would be less hesitant if I got had to fix another issue like this and may not even need to ask for help in the future.</div>]]></description>
         <enclosure url="https://linear.app/padlet/issue/ENG-5573/specific-wall-owner-is-unable-to-access-the-shareprivacy-settings-in" />
         <pubDate>2023-04-14 13:17:00 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554533310</guid>
      </item>
      <item>
         <title>Custom image picker</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554552809</link>
         <description><![CDATA[<div>PRs:<br>https://github.com/padlet/mozart/pull/12139<br>https://github.com/padlet/mozart/pull/12345<br>https://github.com/padlet/mozart/pull/12358<br>https://github.com/padlet/mozart/pull/12383<br>https://github.com/padlet/mozart/pull/12393<br>https://github.com/padlet/mozart/pull/12324<br><br>Why?<br>First significant frontend feature I contributed to surface since joining the surface team. I felt that the legacy custom image picker was very rigid and coupled to a lot of other parts of the old settings panel. It would have been too complicated if I tried implementing the new image picker in the same way. So I decided to make the new image picker much more flexible so that in the future, if we want to use it anywhere else on the app, we can just import it.</div>]]></description>
         <enclosure url="https://github.com/padlet/mozart/pull/12345/files" />
         <pubDate>2023-04-14 13:33:26 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554552809</guid>
      </item>
      <item>
         <title>Transaction, replica gotcha</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554555735</link>
         <description><![CDATA[<div>PRs<br>https://github.com/padlet/mozart/pull/11580<br><br>Lesson(s) learned:<br>Learned that changes to the master db in a transaction are not copied by the replica until after the entire transaction is done. This issue never popped up in local development as there are no replicas in local development. Ideally, you should always read from a replica, but in this case the extra reads on master only happen when creating a section which doesn't happen too often for a padlet.</div>]]></description>
         <enclosure url="https://github.com/padlet/mozart/pull/11580" />
         <pubDate>2023-04-14 13:36:11 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554555735</guid>
      </item>
      <item>
         <title>Sort posts project</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554592432</link>
         <description><![CDATA[<div>PRs:<br>https://github.com/padlet/mozart/pull/13577<br>https://github.com/padlet/mozart/pull/13696<br><br>Why?<br>In general I am proud of the sort posts project as it is the first project where I had full ownership and had to plan how the project would be implemented. I chose the above PR in particular as it was the most complicated one as I had to implement calculating a bayesian avg for sorting by reactions.</div>]]></description>
         <enclosure url="https://github.com/padlet/mozart/pull/13482" />
         <pubDate>2023-04-14 14:07:09 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2554592432</guid>
      </item>
      <item>
         <title>Icon panel and search on mobile.</title>
         <author>dumplingmonkey</author>
         <link>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2559667632</link>
         <description><![CDATA[<div>PRs:<br>https://github.com/padlet/rn-mobile-app/pull/1495<br>https://github.com/padlet/rn-mobile-app/pull/1504<br><br>Why?<br>Was not my first mobile contribution but the most complicated feature I had to build so far. Was humbling as I had not done any react since I joined Padlet. Proud that I was able to contribute quickly without having to feel like I am doing something brand new.</div>]]></description>
         <enclosure url="https://github.com/padlet/rn-mobile-app/pull/1495" />
         <pubDate>2023-04-19 05:20:46 UTC</pubDate>
         <guid>https://padlet.com/dumplingmonkey/7qeg7ub0izy7h7c9/wish/2559667632</guid>
      </item>
   </channel>
</rss>
