Blog
  • devcrisis
  • 🔮Software atoms
    • Validating code Architecture with dependency cruiser
    • Actionable ways to use ChatGPT
    • Most courses aren't worth it
    • SQLite is❤️
    • Stabilizing Tests without fixing them
    • Interviews should copy Advent of Code
    • Rust is nice
    • Agile fatigue is rising
    • Documentation is needed after all
    • The Direction of the JS ecosystem is good
    • Zero configuration == <3
    • Make small pull requests
    • Good practices fade out
    • Rushing !== unmaintainable
    • Commit message readability
    • Universal Practices
    • More functions == good
    • Mocking Private Functionality
    • Lines of code != feature count
    • Different Software - Different Quality
    • junior2mid
    • Book alternatives
    • Courses
    • Type Driven Development
    • Latest and Greatest
    • Real Developers
    • 10x Developer
    • Books for beginners 1
    • Parkinson's Law
    • nest-cli architecture is nice
    • Incremental Feature Delivery
    • Self Healing Software
      • Typed Configuration
  • 💡Memos
    • 2022 Holiday code report
    • Complexity
    • Software Development Fundamentals
  • 🧱foundation
    • Junior2Mid
    • Books and resources for new developers
    • 🏔️Now
Powered by GitBook
On this page
  1. Software atoms

Actionable ways to use ChatGPT

Bellow are several ways you can use ChatGPT.

In the spirit of this blog's helpful approach, here is a list of great ways to use ChatGPT. It is up to you to figure out the details:

  • Code review

  • Unit test generation

  • Rubber duck debugging

Expect a high level of technical detail and a low level of semantic detail. Nowadays, I find that details are less and less important, but ChatGPT is nevertheless a great and accessible tool to use if you want to improve your code.

PreviousValidating code Architecture with dependency cruiserNextMost courses aren't worth it

Last updated 2 years ago

🔮