FAFredrick Abisaiinblog.fredrick.dev·Aug 14 · 2 min readHow to Fix fatal: refusing to merge unrelated historiesHave you ever encountered this error fatal: refusing to merge unrelated histories., while working with git? Well, I have and it wasn't fun. How did I get to that error, you may ask yourself. This was 00
FAFredrick Abisaiinblog.fredrick.dev·Aug 13 · 8 min readThe Secret Translator Between Your Code and Database: Understanding ORMIf you are a web developer using any backend framework, I am sure you have used ORM (Object-Relational Mapping) knowingly or unknowingly. ORM stands for Object-Relational Mapping. In simple terms, it 10