Blog (Page 19 of 19)

  1. Document an API with Swagger ☕

    When creating a web API, good documentation is important for people to learn how to use it without any headaches!

  2. Android Development - (3) Intents 👽

    Learn more about intents in Android.

  3. Android Development - (2) Fundamentals 👽

    Learn the fundamentals of building an Android app. What are the component parts of a typical app? How do I write a simple app in Android Studio?

  4. Android Development - (1) Getting Started 👽

    I discuss how to get an environment setup to write android apps. I will show you how to install and setup Android Studio.

  5. Shall I enumerate the ways you drink me? Java enumerations

    An enum is a data type with a fixed list of related constants. Learn the why, when, and how of enums in Java.

  6. Dates in Java 8 and beyond 📆

    The java.time package was introduced in Java 8 to make dates easier to use. In this article, I cover some common use cases.

  7. Class Diagrams - Typical Format and Best Practices

    Class diagrams are used to show the structure and content of our application. Let discuss the typical format of the diagrams.