Posts Tagged with 'development'

<a href="https://tylermcginnis.com/async-javascript-from-callbacks-to-promises-to-async-await/">https://tylermcginnis.com/async-javascript-from-callbacks-to-promises-to-async-await/</a> <br><br>This was a useful explanation of asynchronous code in <a href="/tags/JavaScript" class="hashtag" title="JavaScript tag">#JavaScript</a> . I've never seen much use for async/await since they're wrappers around Promises, but the explanation about passing data though a Promise chain made it click for me.<br><br> <a href="/tags/development" class="hashtag" title="development tag">#development</a> <a href="/tags/webdev" class="hashtag" title="webdev tag">#webdev</a>

JavaScript webdev development

I enjoyed this episode of Fullstack Radio. The host and guest discussed developers' tendency to over-engineer projects or try to plan too much upfront vs building a minimum viable product and iterating on it.<br /><br /><a href="http://www.fullstackradio.com/101">http://www.fullstackradio.com/101</a><br /><br />It's something that has frustrated be at work before. With <a href="/tags/Booth" class="hashtag" title="Booth tag">#Booth</a>, I'm going the MVP route. It's much easier to build something small and add to it than trying to see the future. And its more fun having a prototype to hack on. <br /><br /><a href="/tags/development" class="hashtag" title="development tag">#development</a> <a href="/tags/software" class="hashtag" title="software tag">#software</a>

Booth development software
Back To Top