The Unlikely Journey from Bricks to Bytes
The article recounts the author's transition from construction to tech entrepreneurship. Initially struggling with programming, the author faced challenges hiring freelancers for a classifieds platform. Ultimately, they decided to learn coding themselves to better manage their project and overcome technical obstacles.
- ▪The author started with no programming knowledge and faced difficulties hiring freelancers for a classifieds platform.
- ▪After spending a significant amount of money without satisfactory results, the author resolved to learn coding independently.
- ▪Through trial and error, the author gained skills in server management and programming, eventually finding a web server solution that suited their needs.
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 === 3948082) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } slawekluzny Posted on May 30 • Originally published at fixflex.co.uk The Unlikely Journey from Bricks to Bytes #beginners #codenewbie #learning #sideprojects I'm a builder. I taught myself to run servers because freelancers kept burning my money. West London, 2021. I was standing on a site holding a cup of tea that had gone cold an hour earlier, watching a crew argue about where a wall should go. That's my actual job.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).