Read This Before Registering a .us DomainIf you feel that .com is a bit too common and want something cooler, consider looking for a short and unique TLD (top-level domain). The…6d ago6d ago
Published inStackademicThis Occurred When the Frontend n00b (Myself) Built a Dynamic WebsiteI’m really bad at frontend development because it’s not exactly my strong suit. My grasp of Vue.js is at a beginner level, and it took me a…Aug 31, 2023Aug 31, 2023
Published inTailrec Technology BlogThe Danger of Exposing Localhost to InternetYou definitely don’t want to invite a thief or criminal to your house. The same goes for your machine. Exposing localhost to internet may…Apr 13, 2022Apr 13, 2022
Published inBetter ProgrammingDemystifying Error Handling in RustWhen to and when not to panic!Apr 3, 2022Apr 3, 2022
Crab! Learning Rust Like a Crab!I’m a father of two boys. One is super energetic, and another one is brand new. My wife and I both have full time jobs. As you can guess, I…Mar 12, 20222Mar 12, 20222
Published inTailrec Technology BlogContextual Polymorphism with Operator Overloading (in Kotlin & Scala)Polymorphism is one of the key concepts in programming languages. There are several kinds of polymorphisms such as ad-hoc polymorphism…Feb 13, 2022Feb 13, 2022
Retro Never Dies — Building your CV site using Scala.jsI remember the good old days when we geocities together.Oct 8, 2020Oct 8, 2020
Published inTailrec Technology BlogA Distributed Cache in Less Than 100 Lines of Code With AkkaAn in-memory cache is a crucial component in a modern software architecture. It can improve the throughput of a system. As a result, the…Aug 3, 20182Aug 3, 20182
Error Handling in Go that Every Beginner should KnowGo doesn’t have exceptions, so it doesn’t have try…catch or anything similar. How can we handle errors in Go then?Apr 4, 20182Apr 4, 20182
Configurations. Are you doing it wrong?Let’s go over some configuration formats that most of us may be familiar with. Talking about the good old days (not really sure about…Apr 2, 20181Apr 2, 20181