The ProceedingJoinPoint.getSignature() method returns everything you need to get the actual class name, method name, return type and parameters for the joinpoint. Java aspect programming is a powerful tool. In this post I will show you some quick tips & tricks related to the ProceedingJoinPoint Java class from the AspectJ framework. I will only cover...
Author: John Negoita
How to turn your Android TV box into a NAS server
Turning your device using Android TV box to NAS server (Network Attached Storage) is not as hard as you might think. In this short post I will show you how I transformed my Android device (Tronsmark MK908II) into a fully working NAS. I think this is possibly the cheapest NAS solution (aprox 180$USD including the...
Bar Chart HTML – Create Beautiful Bar Charts Only With HTML
Creating a bar chart ONLY with HTML and without JavaScript is challenging, but possible with a couple of HTML and CSS tricks.
HQL Current Date And Other HQL Date Functions
This post will answer all you questions about how to use HQL current date and other HQL date functions. If it does not, drop me a question with details about your HQL date function related problem and I will try to find the solution for you. Let’s dig in! How To Get Current Date In...
7 Web Design Axioms You Should NOT Ignore
What Are Web Design Axioms? Web design axioms are principles of design regarded as being well established, widely accepted or self evidently true. In other words, axioms dictate how web design should be in order to avoid confusing the users. Why is this important? Bad design, makes bad user experience (UX). And in the end,...
Quick Overview Of Mobile Game Development Frameworks
Mobile Game Development Frameworks This post is not intended to be a list of mobile game development frameworks. But, I will share my experience with a few game frameworks that I have used with more or less success. I’m not a game maker. I am however a programmer with an interest in creating games. I...
Autoboxing In Java – Java Integer == Integer – WTF moment with Java
Autoboxing in Java explained with examples In this post I will try to give you an example showing what autoboxing in Java is. This post is about a curious situation I encountered while debugging a Java application (not written by me). It was quite an “ahhh” “ohhh” “wtf” moment regarding since I spent about an hour...
Quick Look At NodeJS Frameworks Available In 2018: SailsJS, Meteor, NestJS, KrakenJS And More
NodeJS Frameworks For Developing Web Applications NodeJS is JavaScript for the server side. This allows the reuse of the myriad of JavaScript libraries already written for the browser. If you know JavaScript you already know how to write code for NodeJS. NodeJS Web Applications – Where To Start? Well, the easiest way is to use one...
Quick Code Snippets for the Most Popular Bootstrap Plugins and Components
Want some quick Bootstrap components code snippets? In this post I will list a few of the most popular Bootstrap components and plugins with the source code snippet you can copy/paste. I collected data from various websites related to the Bootstrap framework 3.x and the keyword search volume which indicate what kind of Bootstrap plugins and...
2017 Top Survey Apps for Mobile with Free Use
In this post I will take a look at the best 2017 survey apps for mobile that are currently available. Survey apps are very useful for collecting and analyzing data by the use of surveys (accepted terminology also calls them forms or questionnaires) – list of questions with single or multiple choice answers. I’ve scored the apps...
