Determining a File Type In Java

See some of the best tools that Java has to offer for determining file types within an application, including Apache Tika. Read all

Improving ui-select Control

The idea of this post is to show you an aproach to how add a paging feature to ui-select directive. it's not the only way to implement. Read all

Creating an Expression Object Using Thymeleaf

In this article, see how to create Thymeleaf functions like #string, #dates, #lists. Read all

Web Component Solutions: A Comparison

Avoiding duplication is drilled into a programmer's head. How does the concept apply to user interfaces? How do you avoid re-writing HTML and CSS constantly? Read all

Lambda Expression in Java 8

The plain and simple definition of Lambda expression – an anonymous function that can be written in placed and used as an object. Read all

Hello World Scala in the Cloud With Spring

In this tutorial, we are going to look at Scala using Spring MVC and MongoDB. Read all

Project Management Tools are Plan-First, Not Develop-First. 3 Solutions.

This blog is not about how Jira is too complex and over-engineered with features I don't need. Those complaints are well articulated by others like Justin Ja... Read all

iOS Swift UICollectionView with Horizontal Pagination

Tutorial on setting up iOS swift UICollectionView with horizontal pagination. Read all

How to Convert HTML to PDF in Java

There is no clear way to create a PDF from HTML with Java. A whole process of parsing and rendering must be performed, which is about as much fun as it sounds. Read all

Java 8/9 Best Practices — Part-1 (Static Factory Methods)

A class can provide a static public method which is a static method that returns the instance of the class. Let's see the example Read all

 

 

 

 

Top