Blog (Page 9 of 9)
You can subscribe to my RSS feed to get my latest articles.
-
Make it stick! Sticky headers in CSS 🦎🔝
Sticky headers are simply to implement in CSS. They can simplify cross-referencing cells in tables, and make navigation easier in different scenarios. Let's explore some examples.
-
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!
-
Android Development - (3) Intents 👽
Learn more about intents in Android.
-
Android Development - (2) Fundamentals 👽
Learn the fundamentals of Android. What are the component parts of a typical app.
-
Android Development - (1) Getting Started 👽
We discuss how to install and setup Android Studio. And how to create a Hello World app.
-
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.
-
Dates in Java 8 and beyond 📆
The java.time package was introduced in Java 8 to make dates easier to use. Dates can be tricky, but they don't have to be! In this article, I cover the most common use cases.
-
Class Diagrams - Typical Format and Best Practices
Class diagrams are used to show the structure and content of our application.