How to showcase your projects?

merudra754

Rudra Pratap

Posted on July 7, 2023

How to showcase your projects?

If anybody asks about your projects you probably send him the live link of your project. A deployed project with a live URL is a good way to introduce your project, but it is not the best one.

In this article, I will be writing about the important steps required to showcase your projects to a reviewer/recruiter.

System Design Documents

You can document the important steps/algorithms you implemented while building your project.

  • What problems did you face? How did you solve them?
  • What technologies/frameworks did you use?

Architectural/System Design Diagrams

Diagrams speak more that words!

  • You can use UML or any online tool like draw.io.
  • Diagrams help vizualize your app's architecture.

UX/UI

  • A good user experience is very important.
  • No matter how performant, low latency your app has, it is not useable if it has poor UI.

Papers

  • You can write a proper paper on which type of problem your application is going to solve.
  • It is not necessary for everybody because it requires a lot of research.

Blog Articles

  • Write blogs on platforms like Medium, Dev etc.
  • Write about anything you know.

  • Pick a problem, write about the problem, what did you do solve the problem, what was your approach?

Videos

  • Create videos of your product.
  • Talk about it in the video.
💖 💪 🙅 🚩
merudra754
Rudra Pratap

Posted on July 7, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related