DEV Community

Cover image for How to showcase your projects?
Rudra Pratap
Rudra Pratap

Posted on • Edited on

4

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.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (2)

Collapse
 
sididev profile image
Sidi Jeddou

Great things to know, and if you’re building a project for developers you can submit your projects in DevHunt

Collapse
 
merudra754 profile image
Rudra Pratap

Thanks

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay