DEV Community

Yasunori Tanaka
Yasunori Tanaka

Posted on

1 1

[From April 30 to May 6] The things I knew and thought last week

[team building] Being so nice about answering a question that makes us easy to ask a question

writing...

[design] Do we need a template for creating CRUD API in backend and frontend?

writing...

[JavaScript] catch a Promise reject

try {
  await asyncFunc()
} catch (e) {
  console.error(e)
  throw new Error(e)
}

[Git] commit message

I though what commit message is best for our team. For now, this commit message is better because when we look into some problem, a commit message after the issue number makes us quickly understand what we did in the commit.

commit message

solve my-repo/my-project#1 <message what you solved in this commit>

[Nuxt] I red Nuxt code inside

Our team has been using Nuxt and, I wanted to understand the inside. So I understood the outlines.

From Nuxt entry point to responding Vue to a client
Alt Text

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (1)

Collapse
 
thisdotmedia_staff profile image
This Dot Media

Thanks for sharing your recent past with us Yasunori! Great read

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

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

Okay