Search results
09/19/2016
Article
Reference Guide: Mastering AngularJS
AngularJS is one of the most used JavaScript frameworks. It allow us to easily build web applications with a rich front-end, extending the basic HTML. In this guid you will learn how to start using this powerfull framework in your projects.
09/17/2016
Article
Handling Enumerations in Java
In this article well see a brief introduction to Java Enumerations, that are very useful to list constant things in the language.
09/16/2016
Article
Working with RESTful Web Services in Java
In this tutorial, we shall learn about RESTful web services and how they can be implemented in Java. We shall take a look on the background of RESTful web services and then move on to an example to demonstrate how it works.
09/13/2016
Video tutorial
Installation and Startup - Ionic Course - Part 2
In this lesson, we will work with our first example. As I mentioned earlier, we will be using WebStorm to write our code. But you can use any development environment you are comfortable with.
09/13/2016
Video tutorial
Introduction - Ionic Course - Part 1
Here, we will be discussing Ionic features for building hybrid mobile applications using HTML5, JavaScript and CSS. Ionic is built on top of Angular.
09/12/2016
Article
Hibernate 4: Whats new?
This articles deals with some of the new features in Hibernate 4, the most popular Java object/relational mapping framework today. Among the novelties brought by versions 4.0, 4.1 and 4.2 the current CR (Candidate Release).
09/03/2016
Article
Android + iOS: Dealing with Mobile Accessibility
Considering Android and iOS as the top mobile operating systems, this article will go further to introduce two well-known applications, TalkBack and VoiceOver available for Android and iOS users, respectively.
08/31/2016
Article
Working with JSON Data in Java
In this tutorial, we shall learn about how one can work with JSON data in Java. We shall first go through a little introduction, before looking at the programming aspects.
08/31/2016
Article
Getting Started with Google Dart
See in this article a comprehensive approach on the new Google scripting language: Dart. The language allows the developer to write code that runs on both the client and the server.
08/31/2016
Article
Handling Exceptions in a Struts 2 Application
In this tutorial, we shall learn the process that allows us to carry out handling of exceptions by the use of the Struts 2 framework. We shall first learn about some amount of background information about Struts 2
08/30/2016
Article
Understanding Java 8 Lambda Expressions
Lambdas are introduced to reduce the bulky code overhead of an anonymous class. In this article we will learn what anonymous class and lambda expressions are and what was the need of introducing lambda expressions in Java.
08/28/2016
Article
Step-By-Step: Creating a Spring MVC Application
In this tutorial, we shall take a look at how one can make use of Spring MVC and create a rather simple web application based in Java. We shall we taking the help of Spring Tool Suite to achieve our purpose.
08/28/2016
Pocket Video
Demystifying Java Enums
In this pocket video, we will learn how to make use of the main concepts regarding Enumerations in Java.
08/23/2016
Article
Controlling Memory Leaks in Java
In this article, we will see a complete overview about memory leaks in Java world and the main ways you can use to prevent them.
08/20/2016
Article
Serializing and De-serializing Objects in Java
In this tutorial, we take a look at how one can implement serialization and deserialization techniques when programming in Java. First, we shall explain what the process basically is and how it can be advantageous.
08/17/2016
Article
How to use JavaMail API to send and receive emails?
This tutorial looks to explain how one can make use of Java, in order to send and receive emails in a pretty simple manner. Also, before delving into the technicalities of the task at hand, we shall look into a fair bit of background information
08/10/2016
Article
Building Web Applications with Laravel Framework
Many of you may have already heard about Laravel, but might not just have started to work with it yet. In this tutorial, we shall see what the Laravel framework offers and then learn about how you can build your first web application using it.
08/09/2016
Article
PHP Yii Framework: Working with database in practice
See in this article how to create a simple system with database and relationships through the Yii Framework, written in PHP. The intent of this text is to put into practice the basics of relational database.