Skip to main content
Twitter Official Partner

Twitter Official Partner

Twitter Official Partners are a carefully selected group of companies offering outstanding products with a proven track record of success

Team of 8


Short Explanation

Partnership is invitation-only, and all partners are periodically reviewed to ensure they continue delivering great experiences across all facets of their business. It’s not easy to get the Twitter Official Partner badge. When you see it, you’ll know you’re working with the best of the best.

Tech Stack Used

This project was built using Plop.js, Next.js, React, Tailwindcss, Redux, Jest, Cypress, Framer motion and storybook. Personally, I think using these stacks is a great choice due to the lack of time and for simplicity.

In this project, I was responsible for

  • writing code standdards, templates for team development,
  • developing re-usable, pixel-perfect components,
  • implementing file uploading stuff with AWS s3

The Problems and How I Deal With It

There is also a tricky part when I was writing code standards, templates for team development. I was trying to find the way to generate react component by running commands like Angular CLI's generate API. Finally, I was able to introduce the Plop.js library which can be used with React and define parameterized code templates, which can inject into our source code to generate boilerplat code. By using Plop.js, we can generate containers, services, Hooks, reducers, actions, utilities, docs, and more.

Please read my blog about plop.js if you want to learn more.

likebutton