DEV Community

Devang Tomar
Devang Tomar

Posted on • Originally published at devangtomar.hashnode.dev on

๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ”ฅ 100+ Developer Assisting Prompts for ChatGPT ๐Ÿ”ฅ๐Ÿ‘จโ€๐Ÿ’ป [Part-2]

In this blog post, we share some of our favourite prompts that can assist you in your development journey. Lets dive in! ๐Ÿš€๐Ÿ“š

As a software developer, you know that your work involves more than just developing ideas for your projects. You also need to analyze data, design systems, write code, and test and debug your software. However, these tasks can also be challenging and time-consuming, especially if youre stuck and dont know where to start. ๐Ÿ˜ฐ

This is where ChatGPT comes in. ๐Ÿค–๐Ÿ’ก

This is a continuation of my previous post where I share the rest 50 prompts :

https://blog.devgenius.io/100-developer-assisting-prompts-for-chatgpt-part-1-52dd8b4002f1

51. Best practices for error logging ๐Ÿ“

"Share best practices for error logging in this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

52. Data encryption recommendations ๐Ÿ”๐Ÿ”’

"Suggest encryption methods for securing sensitive data in this system: [system details]."

Enter fullscreen mode Exit fullscreen mode

53. Load testing strategy ๐Ÿ“ˆ

"Design a strategy for load testing this web application: [application details]."

Enter fullscreen mode Exit fullscreen mode

54. Code review feedback handling

"Provide tips for handling code review feedback effectively: [feedback handling details]."

Enter fullscreen mode Exit fullscreen mode

55. Designing RESTful APIs ๐ŸŽจ๐Ÿ“š

"Share guidelines for designing RESTful APIs: [API design details]."

Enter fullscreen mode Exit fullscreen mode

56. Continuous deployment pipeline ๐Ÿ”„๐Ÿš€

"Help me set up a continuous deployment pipeline for this project: [project details]."

Enter fullscreen mode Exit fullscreen mode

57. Code performance monitoring tools ๐Ÿ‘€

"Suggest tools for monitoring the performance of this code in production: [code snippet here]."

Enter fullscreen mode Exit fullscreen mode

58. Cloud resource scaling strategy ๐Ÿ“ˆ

"Design a strategy for scaling cloud resources for this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

59. Exception handling best practices

"Share best practices for exception handling in this programming language: [language]."

Enter fullscreen mode Exit fullscreen mode

60. Code review automation ๐Ÿค–

"Suggest tools or approaches for automating the code review process: [code review details]."

Enter fullscreen mode Exit fullscreen mode

61. Codebase organization recommendations ๐Ÿ“๐Ÿ”ง

"Recommend a structure for organizing this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

62. Continuous integration setup ๐Ÿ”„๐Ÿšง

"Help me set up continuous integration for this project: [project details]."

Enter fullscreen mode Exit fullscreen mode

63. Database indexing optimization ๐Ÿ—„

"Optimize the database indexing strategy for this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

64. Code documentation generation ๐Ÿ“š

"Suggest tools for automatically generating documentation for this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

65. Containerization strategy ๐Ÿณ๐Ÿ“ฆ

"Recommend a containerization strategy for this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

66. Code readability guidelines ๐Ÿ“–๐Ÿ”

"Provide guidelines for writing readable code: [code writing details]."

Enter fullscreen mode Exit fullscreen mode

67. Database backup and recovery ๐Ÿ—„๐Ÿ”„

"Design a backup and recovery strategy for this database: [database details]."

Enter fullscreen mode Exit fullscreen mode

68. Continuous deployment best practices ๐Ÿ”„๐Ÿš€

"Share best practices for continuous deployment: [deployment details]."

Enter fullscreen mode Exit fullscreen mode

69. Code testing coverage analysis ๐Ÿ”

"Analyze the test coverage of this code and suggest improvements: [code snippet here]."

Enter fullscreen mode Exit fullscreen mode

70. Cloud resource cost optimization ๐Ÿ’ฐ

"Suggest cost optimization strategies for cloud resources in this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

71. Documentation style guide ๐Ÿ“š๐Ÿ“

"Provide a style guide for documenting this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

72. Codebase branching strategy ๐Ÿ”„๐ŸŒฟ

"Recommend a branching strategy for this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

73. Code refactoring techniques ๐Ÿ”„๐Ÿ”จ

"Share techniques for effective code refactoring: [refactoring details]."

Enter fullscreen mode Exit fullscreen mode

74. Continuous testing approach ๐Ÿ”„

"Design an approach for continuous testing in this project: [project details]."

Enter fullscreen mode Exit fullscreen mode

75. Database sharding strategy ๐Ÿ—„๐Ÿ”€

"Design a sharding strategy for this database: [database details]."

Enter fullscreen mode Exit fullscreen mode

76. Documentation maintenance tips ๐Ÿ“š๐Ÿšง

"Provide tips for maintaining documentation alongside code changes: [documentation details]."

Enter fullscreen mode Exit fullscreen mode

77. Code review etiquette ๐Ÿ“

"Share best practices for participating in code reviews: [code review etiquette details]."

Enter fullscreen mode Exit fullscreen mode

78. Security vulnerability scanning ๐Ÿ”

"Suggest tools for scanning this codebase for security vulnerabilities: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

79. Designing microservices architecture ๐Ÿ›๐Ÿ“

"Guide me in designing a microservices architecture for this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

80. Cross-platform development approach ๐Ÿ“ฑ๐Ÿ’ป

"Recommend an approach for developing cross-platform applications: [application details]."

Enter fullscreen mode Exit fullscreen mode

81. Codebase performance profiling ๐Ÿ“ˆ

"Profile the performance of this codebase and suggest optimizations: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

82. Database migration strategy ๐Ÿ—„๐Ÿ”„

"Help me design a strategy for database migration in this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

83. Code review tool selection ๐Ÿ”ง

"Suggest code review tools for this programming language: [language]."

Enter fullscreen mode Exit fullscreen mode

84. Asynchronous programming recommendations

"Provide recommendations for implementing asynchronous programming in this code: [code snippet here]."

Enter fullscreen mode Exit fullscreen mode

85. Database normalization techniques ๐Ÿ—„๐Ÿ”€

"Suggest techniques for database normalization in this schema: [schema details]."

Enter fullscreen mode Exit fullscreen mode

86. Codebase documentation improvement ๐Ÿ“š

"Suggest improvements for the documentation of this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

87. Logging and monitoring best practices ๐Ÿ“๐Ÿ‘€

"Share best practices for logging and monitoring in this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

88. Codebase version control strategy ๐Ÿ”„๐Ÿ”€

"Recommend a version control strategy for this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

89. UI/UX design recommendations ๐ŸŽจ๐Ÿ“š

"Provide recommendations for improving the UI/UX of this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

90. Codebase performance benchmarking ๐Ÿ“ˆ

"Benchmark the performance of this codebase against industry standards: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

91. Infrastructure as code (IaC) framework selection ๐Ÿข๐Ÿ”ง

"Which infrastructure as code framework is recommended for this cloud provider: [cloud provider]?"

Enter fullscreen mode Exit fullscreen mode

92. Codebase localization support ๐ŸŒ๐Ÿ”ง

"Guide me in adding localization support to this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

93. Exception handling code review

"Review the exception handling in this code and provide feedback: [code snippet here]."

Enter fullscreen mode Exit fullscreen mode

94. Codebase documentation consistency ๐Ÿ“š

"Ensure consistency in the documentation style of this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

95. Designing scalable web architecture ๐Ÿข๐ŸŒ๐Ÿ“

"Design a scalable architecture for this web application: [application details]."

Enter fullscreen mode Exit fullscreen mode

96. Codebase naming conventions ๐Ÿ“›๐Ÿ”ง

"Recommend naming conventions for this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

97. Accessibility improvements ๐Ÿ”ง

"Suggest ways to improve the accessibility of this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

98. Codebase performance testing ๐Ÿงช

"Design a performance testing strategy for this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

99. Distributed system design ๐Ÿข๐Ÿ“

"Help me design a distributed system for this application: [application details]."

Enter fullscreen mode Exit fullscreen mode

100. Codebase deployment rollback strategy ๐Ÿ”„

"Recommend a rollback strategy for deployments in this codebase: [codebase details]."

Enter fullscreen mode Exit fullscreen mode

Conclusion ๐Ÿ“’

With that, the full list would be finished. ๐Ÿ˜ด

I hope that this collection will assist you in finding the best one for your upcoming project.

Do tell me which one you are utilizing from the list or out of the list in the comment area below. Dont forget to distribute this list to your coworkers, friends as well; after all, caring is sharing. ๐Ÿ˜

Happy coding!

Connect with Me on Social Media

๐Ÿฆ Follow me on Twitter: devangtomar7

๐Ÿ”— Connect with me on LinkedIn: devangtomar

๐Ÿ“ท Check out my Instagram: be_ayushmann

Checkout my blogs on Medium: Devang Tomar

# Checkout my blogs on Hashnode: devangtomar

๐Ÿง‘๐Ÿ’ป Checkout my blogs on Dev.to: devangtomar

Top comments (0)