From Tu Tran
As I was eager to learn about your company and the position, I did some research. Thus, I have also prepared a short presentation with my background and how it fits into your company, and the value I can bring.
Sending it here for whatever purpose it may serve. Thank you so much for the opportunity and very much looking forward to the interview.
My first impression of your company
With the mission "We make families happy"
This draws my attention completely
I was impressed by these figures
To answer the question, I would like to demonstrate how I can add more value to your company.
I tried to analyze your websites in terms of public access.
By doing this, I would use mytoys.de as an example.
- The first response (HTML page) with about 300-400ms.
=> Maybe we could cache those pages to optimize response time to less than 100ms.
- Static files should move to CDN to reduce the number of requests to the server and optimize the loading time.
- Although some pages used React, it did not apply to all pages.
- We should merge checkout pages and storefronts into one domain.
=> This could be good for the customer's experience.
We should use Next and React instead of just using server-side rendering (SSR).
With Next, it does not only keep SSR, which is ideal for SEO, but we also utilize it with client-side rendering. This means that the response time is optimized.
Your websites are doing great
I also have hands-on experience when migrating system from Google Cloud to AWS.