Sunday, February 1, 2015

Using HTML5 Elements in Non-HTML5 Browsers

section, article, aside, footer, header, nav, hgroup {
  display:block;
}

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...