How to setup a simple static landing page for your business within 5 minutes.

27 June, 2023

If you're coming from a developper background, you might not want to use tools you're not familiar with and keep the flexibility of having…

Generate a SAS Token for Azure Event Hub in Elixir

15 December, 2022

Here's how to create a SAS Token for Azure Event Hub using the latest Erlang/OTP 25 in Elixir. This is based on the Microsoft Documentation…

Ceating an Event Feed System with Phoenix

23 October, 2022

Added an event system that saves every change made to a database entity in OKR-One. It took more AND less work than expected at the same…

How to create Phoenix LiveView tables with search filter

09 July, 2022

A Phoenix project with liveview set up in order to do this tutorial, if you don't have one run in your terminal: Now that you have a working…

How to have untruncated logs in your Phoenix console

04 July, 2022

By default, logs in the console are truncated when they're too long, in order to get the full logs, simply add the following to your config…

Programming Projects

30 September, 2021

Last updated September 30th, 2021 DragonRuby Game Toolkit games These are really simple little games I made using DragonRuby Game Toolkit…

How to Validate your AutoMapper Configuration using Unit Test

08 September, 2021

Disclaimer: this article is written using XUnit but could be done using any test framework. The simplest way to test your AutoMapper…

How to Fix "A possible object cycle was detected" properly in your .Net project using AutoMapper

05 September, 2021

This issue has already been pretty well discussed here. However, I think this solution could be made easier to maintain at the cost of…

How to Use 'Extern Alias' to differentiate assemblies that use the same namespace in C#

11 March, 2021

If your project contains two assemblies with identical classes and namespaces, you won't be able to differentiate between them unless you…