programmingwithdan.com7 Ways to Increase Performance of Python ApplicationsI've been thinking about what are the key points about making Python applications run faster. Performance is a huge topic and there are so many subtle issues, potential traps, conceptions and misconceptions. IMHO, these are the key points to improve ...Oct 28, 2022·2 min read
programmingwithdan.comWant to avoid Elm for the front-end? Check these 3 reasonsSome decisions are tough. You need some good reasons to avoid Elm, but you can't just say NO. Here are three decent reasons to avoid Elm for the front-end. Why me? I created a Pluralsight course about the fundamentals of Elm 0.19. Also, I wrote thre...Sep 26, 2022·2 min read
programmingwithdan.comCreating Content Is HardI created content during my PhD years in the form of articles for conferences and journals. Such articles take forever to write, never-ending revisions and adjustments to make them perfect, or at least in a decent shape to communicate some scientific...Jul 8, 2022·2 min read
programmingwithdan.comThree reasons to use Elm for the front-endWhat is Elm? Elm is a fascinating small programming language for the front-end. Of course, the JavaScript ecosystem is dominating front-end development, with popular tools like React, Angular, Vue and others. Elm is like a domain-specific language fo...Jun 23, 2022·2 min read