Tags
Web development is hard. There are so many different technologies to learn, just as many frameworks, and just not enough time to learn it all. In this post, I provide an overview of the different pieces needed to build web applications using the Gleam programming language.
Tags
In the world of programming language, the functional family of language tends to stand out because of the way unmistakably different style programs end up being written in. Although most languages espouse some form of 'functional style', e.g. with functions such as map, filter and reduce, the 'true' functional programming language commit to that style 100%. In this post, I discuss an exciting and relatively new programming language called Gleam, which have caught my eye and peaked my interest, so much that I've decided to start a few projects in it!
Tags
Most Python developers have used the Pandas library. In this post, we go over some best practices and some antipatterns to avoid.