What Do We Need to Know about DNS

Not every programmer needs to know DNS. We tend to take it for granted. It’s there. It’s working. As we are moving to the cloud and Devops, it’s inevitable that we need to deal with network configuration. It’s important to understand some basics of DNS. This is the place to add a custom domain to …

Make It Your Habit to Fix Build Warnings

Warnings are not errors. Why do we bother to spend time fixing them? It feels so fast to get it compiled and run before looking into the warnings. It’s because warnings may reveal that the code is not what you mean. It should be your habit to fix build warnings. Errors or Warnings Build errors …