100 techNewbies questions

by Chioma Goodluck


ls.

86. **What is refactoring?**
Restructuring code without changing its functionality to improve readability and performance.

87. **How do I contribute to open-source projects?**
Find a project, read its contribution guidelines, and submit a pull request.

88. **What are some beginner projects to try?**
Calculator, to-do list app, portfolio website, or weather app.

89. **What is an MVP in development?**
Minimum Viable Product—a basic version of a product to test ideas.

90. **What is a side project?**
A personal project outside of work to practice skills and explore interests.

---

### **Community and Networking**

91. **What is Stack Overflow?**
A platform for asking and answering programming questions.

92. **What is a hackathon?**
An event where programmers collaborate intensively to create projects.

93. **What are meetups?**
Local gatherings of tech enthusiasts to share knowledge and network.

94.