Security Series - XSS

This is the second post of a Web Security Series. Let’s talk about the well known XSS (Cross-Site Scripting) attack.

Read More

Security Series - CSRF

This will be the first post of a Web Security Series. To start this series let’s address one of the known web security vulnerabilities - Cross Site Request Forgery, known simply as CSRF (or XSRF).

Read More

Java 8 Features

Java 8 was a major release and brought important new features for the Java language. Here are the highlights:

Read More