Estou criando uma comunidade tech com projetos open source reais
Paulo Guilherme Santos Alves is creating a tech community focused on real open source projects. The community will be hosted on Discord and aims to facilitate learning, networking, and collaboration among developers and tech enthusiasts. One of the initial projects is ArchRadar, a CLI tool that assesses the architectural health of JavaScript/TypeScript projects.
- ▪The community will provide opportunities for mentorship, challenges, and knowledge exchange.
- ▪ArchRadar is an open source CLI that evaluates JavaScript/TypeScript projects and assigns a health score.
- ▪Members can unlock special roles by linking their GitHub accounts within the Discord server.
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 === 3868556) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Paulo Guilherme Santos Alves Posted on Apr 28 Estou criando uma comunidade tech com projetos open source reais #braziliandevs #webdev #opensource Estou montando uma comunidade no Discord para devs, estudantes e pessoas da área tech que querem evoluir com projetos reais, troca de conhecimento, mentorias, desafios, conteúdos e oportunidades.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.