[Imposter syndrome] Back to the beginning (DevSecOps path)
The author reflects on their lengthy journey of developing a Python port scanner over nine months. They express frustration with their understanding of Python and the complexities of networking concepts. The article also touches on personal challenges and the desire for guidance in their programming journey.
- ▪The author has been working on a Python port scanner for nine months.
- ▪They faced difficulties in understanding raw sockets and packet assembly.
- ▪The author has been seeking advice and feels uncertain about their development skills.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3960503) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Kotany Posted on May 30 [Imposter syndrome] Back to the beginning (DevSecOps path) #programming #beginners #python #devops I’ve been writing my project - Python port scanner for 9 months now.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).