Posts Tagged with 'development'
I am Alan, a Software Engineer, Gamer, and Metalhead. Sometimes I write about stuffs and here's where I stash them. Welcome!
Another reflection on modern web development
A step by step guide to deploy a Phoenix app to Digital Ocean
Best practices for deploying Elixir and Phoenix apps, with a working example
GenServers can become a bottleneck when used incorrectly. Here is how to identify problems and improve performance.
I'm never done learning about <a href="/tags/vim" class="hashtag" title="vim tag">#vim</a> . I knew most of the tips in this post, but still a few tidbits that helped me level up.<br><br> <a href="/tags/development" class="hashtag" title="development tag">#development</a>
<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>
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>