Creating a Chatbot with RiveScript in Java
Motivation "Artificial Intelligence (AI) is considered a major innovation that could disrupt many things. Some people even compare it t...
Read more »Motivation "Artificial Intelligence (AI) is considered a major innovation that could disrupt many things. Some people even compare it t...
Read more »You can find the demonstrated code of this post on my Github repo here . The user story " As a banker, I want to enter a client's b...
Read more »In the previous post , I've already shared with you how my team consults clients by using a HTML prototype. This post is about the used ...
Read more »The following is a series of posts about "functional programming in Java" which is the result of my understanding by reading the b...
Read more »A use case I have a form which has requirements as follow: - There are some mandatory fields. - Validation is triggered when changing value ...
Read more »The following is a series of posts about "functional programming in Java" which is the result of my understanding by reading the b...
Read more »In my previous post , we discussed about why we should consider to use functional programming. Now, let's delve into what functional pro...
Read more »Run Java run! ;) References [1]. http://openjdk.java.net/projects/jdk9/ [2]. https://blogs.oracle.com/theaquarium/java-ee-8-is-final-and-g...
Read more »Did you know how new features were added into Java 7? The following are functionalities that can be considered. Source: [1] Project Coin is...
Read more »The post is just an approach to change metadata (e.g maxlength, required, etc) of JSF components (e.g. inputText, selectOneMenue, etc) by Dr...
Read more »You're a developer. What do you do in your spare time? One of my most excited task for sharpening my skills is starting build a pet proj...
Read more »What issues do we concern when implementing and maintaining systems? One of the most concern is debugging during maintenance: "this cod...
Read more »In this post, I would like to point out what I understood after closing my eyes and thinking about what exactly I have learned from this bo...
Read more »What is the Idea? We want to create a page that there are some steps and each step has its own business. Users are able to click on a step a...
Read more »I got the warning in the log file when I have used the tag <h:outputLabel> without attribute " for " in xhtml file. It was ...
Read more »"Names are everywhere in software". "The hardest thing about choosing good names is that it requires good descriptive skills...
Read more »