Post

I always give a piece of advice to beginner programmers: before creating thousands of projects, go to #GitHub and find a project that fits your stack.

  • Try to launch the project locally
  • Search for an issue
  • Understand the issue
  • Try to solve it
  • Make a PR (Pull Request)

This is the basic workflow for any development project. I hope it helps.
#technology #tech #programming