VOOZH about

URL: https://www.javacodegeeks.com/author/Ricardo-Zuasti

⇱ Ricardo Zuasti, Author at Java Code Geeks


  • Software Development👁 Image
    Ricardo ZuastiJuly 11th, 2012
    0 132

    Web development frameworks – part 4 : Django

    This is a part of my web frameworks review series. Check it out if you haven’t already. Moving on to…

    Read More »
  • Software Development👁 Image
    Ricardo ZuastiJuly 11th, 2012
    1 127

    Web development frameworks – part 3 : Ruby on Rails

    The next runner is Ruby on Rails v3. Unless you have been living under a bucket without an RJ45 port (yes,…

    Read More »
  • Enterprise Java👁 Image
    Ricardo ZuastiJuly 11th, 2012
    1 145

    Web development frameworks – part 2 : Play Framework 2.0

    As the first candidate of our evaluation series we reviewed the Play Framework v2.0. The tutorial and reference documentation used…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ricardo ZuastiJuly 11th, 2012
    8 142

    Web development frameworks – part 1: Options and criteria

    At my company we are evaluating which web development framework we will use for the next few years. Since our…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ricardo ZuastiJuly 2nd, 2012
    31 7,364

    Anti cross-site scripting (XSS) filter for Java web apps

    Here is a good and simple anti cross-site scripting (XSS) filter written for Java web applications. What it basically does…

    Read More »
  • Agile👁 Image
    Ricardo ZuastiJune 26th, 2012
    0 138

    An agile methodology for orthodox environments

    My company designs and develop mobile and web based banking solutions. Our customers (banks for the most part) are highly…

    Read More »
  • Core Java👁 Image
    Ricardo ZuastiJune 25th, 2012
    0 136

    Java concurrency – Feedback from tasks

    Picking up from where I left off in my last post about the java.util.concurrent package, it’s interesting and sometimes mandatory…

    Read More »
  • Enterprise Java👁 Image
    Ricardo ZuastiJune 22nd, 2012
    5 635

    Preventing CSRF in Java web apps

    Cross-site request forgery attacks (CSRF) are very common in web applications and can cause significant harm if allowed. If you…

    Read More »
Back to top button
Close