<?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: TAI A</title>
    <description>The latest articles on DEV Community by TAI A (@tiger_t).</description>
    <link>https://dev.to/tiger_t</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%2F2522142%2F3d88ddea-9751-4190-8e74-f19caedbdc09.jpg</url>
      <title>DEV Community: TAI A</title>
      <link>https://dev.to/tiger_t</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tiger_t"/>
    <language>en</language>
    <item>
      <title>How to get familiar with a new team project quickly</title>
      <dc:creator>TAI A</dc:creator>
      <pubDate>Tue, 10 Dec 2024 15:01:29 +0000</pubDate>
      <link>https://dev.to/tiger_t/how-to-get-familiar-with-a-new-team-project-quickly-4pcp</link>
      <guid>https://dev.to/tiger_t/how-to-get-familiar-with-a-new-team-project-quickly-4pcp</guid>
      <description>&lt;p&gt;&lt;strong&gt;Key Aspects to Understand:&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;1.How to download,install,and use the client application? What are the business functions?&lt;/p&gt;

&lt;p&gt;2.How to capture client requests?&lt;/p&gt;

&lt;p&gt;3.Server-side project code? Code architecture?&lt;/p&gt;

&lt;p&gt;4.Project CI/CD platform? How to deploy server-side code to the test environment?&lt;/p&gt;

&lt;p&gt;5.System monitoring platform? How to retrieve logs?&lt;/p&gt;

&lt;p&gt;6.How to use the project management platform?&lt;/p&gt;

&lt;p&gt;7.How to access the team knowledge base? &lt;/p&gt;

&lt;p&gt;8.Project business architecture? Technical architecture? Operation and maintenance architecture?&lt;/p&gt;

&lt;p&gt;9.Who are the colleagues in the development team? Who are the product designers, test engineers, and upstream and downstream development colleagues for daily docking work?&lt;/p&gt;

&lt;p&gt;10.What are the daily tasks? ( weekly/monthly report? daily scrum meeting? review meeting? )&lt;/p&gt;

&lt;p&gt;11.Employee promotion system? Employee performance system?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;In response to the above problems, the following are our learning items as new employees:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1.Permission application&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Code base&lt;/li&gt;
&lt;li&gt;
System monitoring platform&lt;/li&gt;
&lt;li&gt;
Project management platform&lt;/li&gt;
&lt;li&gt;
Project CI/CD platform&lt;/li&gt;
&lt;li&gt;
Team knowledge base&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2.Client&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Download,install and use&lt;/li&gt;
&lt;li&gt;
Test account application&lt;/li&gt;
&lt;li&gt;
Client requests capture tool&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3.Determine the interface on which the request is to be captured&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Interface with the highest read traffic(highest QPS):high concurrency, cache mechanisms, database read-write separation, and fallback strategies.&lt;/li&gt;
&lt;li&gt;
Interface with the highest write traffic(highest TPS):
distributed locks, distributed transactions, message queue mitigation of burst traffic, asynchronous processing, and data sharding.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;4.Retrieve and analyse logs for the interface&lt;br&gt;
5.Read the relevant interface code&lt;br&gt;
6.Add comments and submit code&lt;br&gt;
7.Deploy to the test environment&lt;/p&gt;

</description>
      <category>java</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
