<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1" -->

---
title: What&#x27;s something you do for every project you start?
description: Observing how someone initiates a new project can reveal their experience and skills. This practice is insightful enough to be used during interviews. Consider...
canonical: https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: What&#x27;s something you do for every project you start? | daily.dev
og:description: Observing how someone initiates a new project can reveal their experience and skills. This practice is insightful enough to be used during interviews. Consider...
og:url: https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1
og:image: https://api.daily.dev/og/posts/xsiTuZuN1.png
og:image:alt: What&#x27;s something you do for every project you start?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# What's something you do for every project you start?

**[Trunk.io](https://daily.dev/sources/trunkio)** · [@vincentge](https://daily.dev/vincentge) · 1 min read · 434 upvotes · 54 comments

## Summary

Observing how someone initiates a new project can reveal their experience and skills. This practice is insightful enough to be used during interviews. Consider what types of projects interest you and the tools you instinctively use when starting a new project.

## Content

I find it super interesting when I watch someone start a new project. What they focus on first, what tools they reach for automatically, and how they start executing their first features.

I think you can learn a lot about someone's experience and skill level from this activity, so much so I've asked this question during interviews.

What types of projects do you want to work on next? What do you reach for first on a new project?

## Community discussion

Top comments from developers on daily.dev.

**@zx8086** · 31 upvotes

> I go to see a shaman for good passage and kind spirits through the agile realm! Live sacrifices go a long way for refactoring large code bases.

**@raynecloudy** · 24 upvotes

> first commit is always "huzzah"

**@webry** · 19 upvotes

> For web projects: First thing after developing the idea is create an MVP goal and open up Figma for a quick concept. After that take one of my project templates (Example Nuxt, Tailwind, Shadcn, ...) and start with the most challenging part. After that building the rest of the code (UI and stuff). Then quick cleanup where neccessary. Then countinous backlog development and keeping up a good feedback loop.

**@alissondereg** · 13 upvotes

> it's all fun and games until your commit message is "here be dragons"

**@jb1** · 11 upvotes

> i made a shell script `devdir` and it just creates a folder in my code directory with the name i pass and opens my code editor to it. then i realize i probably should have put more thought into it.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#productivity](https://daily.dev/tags/productivity), [#leadership](https://daily.dev/tags/leadership), [#project-management](https://daily.dev/tags/project-management)

[View this post on daily.dev](https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1","headline":"What's something you do for every project you start?","text":"Observing how someone initiates a new project can reveal their experience and skills. This practice is insightful enough to be used during interviews. Consider what types of projects interest you and the tools you instinctively use when starting a new project.","url":"https://daily.dev/posts/what-s-something-you-do-for-every-project-you-start--xsituzun1","datePublished":"2024-08-01T21:58:07.804Z","dateModified":"2024-08-01T21:58:17.108Z","author":{"@type":"Person","name":"Vincent Ge","url":"https://daily.dev/vincentge","image":"https://avatars.githubusercontent.com/u/29069505?v=4","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":5180}},"image":"https://media.daily.dev/image/upload/s--ZwFPNAhV--/f_auto/v1722549488/posts/xsiTuZuN1","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":434},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":54}],"comment":[{"@type":"Comment","text":"I go to see a shaman for good passage and kind spirits through the agile realm! Live sacrifices go a long way for refactoring large code bases.","datePublished":"2024-08-01T23:46:18.490Z","url":"https://daily.dev/posts/xsiTuZuN1#c-UAzcBIMX7","author":{"@type":"Person","name":"7-Zark-7","url":"https://daily.dev/zx8086","image":"https://media.daily.dev/image/upload/v1666169239/avatars/avatar_rsfQchPIj.jpg"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":31}},{"@type":"Comment","text":"first commit is always “huzzah”","datePublished":"2024-08-02T18:55:10.016Z","url":"https://daily.dev/posts/xsiTuZuN1#c-u6fCP5NcY","author":{"@type":"Person","name":"rayne cloudy","url":"https://daily.dev/raynecloudy","image":"https://media.daily.dev/image/upload/s--JNWmFd9F--/f_auto/v1746070849/avatars/avatar_qau4bmhYnV6wiKKhAeIkE"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":24}},{"@type":"Comment","text":"For web projects: First thing after developing the idea is create an MVP goal and open up Figma for a quick concept. After that take one of my project templates (Example Nuxt, Tailwind, Shadcn, …) and start with the most challenging part. After that building the rest of the code (UI and stuff). Then quick cleanup where neccessary. Then countinous backlog development and keeping up a good feedback loop.","datePublished":"2024-08-03T20:13:06.180Z","url":"https://daily.dev/posts/xsiTuZuN1#c-AwFIeDGtp","author":{"@type":"Person","name":"Samuel Braun","url":"https://daily.dev/webry","image":"https://media.daily.dev/image/upload/v1683105442/avatars/avatar_KjrWzAyEMnN7TAr8iPV9O.jpg"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":19}},{"@type":"Comment","text":"it’s all fun and games until your commit message is “here be dragons”","datePublished":"2024-08-05T13:36:49.917Z","url":"https://daily.dev/posts/xsiTuZuN1#c-RSiwwrUgI","author":{"@type":"Person","name":"Alisson","url":"https://daily.dev/alissondereg","image":"https://media.daily.dev/image/upload/s--O0TOmw4y--/f_auto/v1715772965/public/noProfile"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":13}},{"@type":"Comment","text":"i made a shell script devdir and it just creates a folder in my code directory with the name i pass and opens my code editor to it. then i realize i probably should have put more thought into it.","datePublished":"2024-08-04T18:58:08.364Z","url":"https://daily.dev/posts/xsiTuZuN1#c-M8F7vHdm4","author":{"@type":"Person","name":"Joseph brody","url":"https://daily.dev/jb1","image":"https://media.daily.dev/image/upload/s--hzzswEUg--/f_auto/v1707196903/avatars/avatar_kkrssgYBUHNSC8zZSHdUf"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":11}}],"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/trunkio","name":"Trunk.io"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Trunk.io","item":"https://daily.dev/squads/trunkio"},{"@type":"ListItem","position":3,"name":"What's something you do for every project you start?"}]}
```

