TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Productivity Hacks

1 pointsby sneha1995about 2 years ago
Productivity hack:<p>Keep a collection of useful commands you might need in the future.<p>I keep such a file in the root directory of my projects.<p>e.g.: commands.txt<p>You can even save these commands in a GitHub Gist.<p>PS: Don’t save sensitive data like passwords and API keys.

1 comment

kingkongjaffaabout 2 years ago
&gt; I keep such a file in the root directory of my projects.<p>I think you are describing Makefiles? <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;make&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;make&#x2F;</a>