Tripple Programming, 2 + 1Pair programming is well known methodology in Software world. it lets us code more efficiently, it minimizes coding mistakes, it helps us…Dec 3, 2020Dec 3, 2020
Introduction to ScalaTagUnless other popular languages, Scala’s ecosystem is limited. Especially when you need to make a full stack service using Scala, you get…Nov 19, 2020Nov 19, 2020
Tuple, Type Alias and Case ClassIn a situation which you can’t decide what to type to use for your function type and return type, You are left to make a decision.Jun 29, 2020Jun 29, 2020
Fourth time in startup but I never been to real agile teamOften says it’s difficult employ Agile Process in major companies. but I want to ask you back,Mar 18, 2020Mar 18, 2020
CQRSBefore I knew what CQRS(Command and Query Responsibility Segregation) was about, the name just scared me first. I didn’t know what Command…Mar 11, 2020Mar 11, 2020
Fastest way to write DB(PostgreSQL)Back when I first started connecting persistent storage, I had no idea absolutely. It was a nightmare literally. Things I googled didn’t…Mar 4, 2020Mar 4, 2020
Fastest way to deploy Http4sThere are a few options when it comes to deploy http server using Scala. If your server is to be a full stack server which needs to deploy…Feb 25, 2020Feb 25, 2020
Scala InMemory Repository with Cats Ref1. Not enough time to implement Real persistent storage.Jan 16, 2020Jan 16, 2020
Advanced Scala Pattern matchingIf you are a Scala user, you probably use pattern matching pretty often. It’s really power and useful feature. it’s not like Java’s…Jan 14, 2020Jan 14, 2020