VOOZH about

URL: https://www.javacodegeeks.com/author/federico-tomassetti/page/7

⇱ Federico Tomassetti, Author at Java Code Geeks - Page 7 of 8


  • Core Java👁 Image
    Federico TomassettiFebruary 11th, 2016
    0 726

    Getting started with JavaParser: analyzing Java Code programmatically

    One of the things I like the most is to parse code and to perform automatic operations on it. For…

    Read More »
  • Software Development👁 Image
    Federico TomassettiJanuary 28th, 2016
    0 82

    Dynamic, static, optional, structural typing and engineering challenges

    How an engineer should NOT look at technical matters Dynamic versus static typing is one of those confrontations that seams…

    Read More »
  • Software Development👁 Image
    Federico TomassettiJanuary 14th, 2016
    0 153

    5 key aspects for a successful open-source project

    I love open-source: for me it is great way to develop any product, to acquire new skills, to have fun…

    Read More »
  • Enterprise Java👁 Image
    Federico TomassettiDecember 14th, 2015
    0 125

    An introduction to Spark, your next REST Framework for Java

    I hope you’re having a great Java Advent this year! Today we’re going to look into a refreshing, simple, nice…

    Read More »
  • Core Java👁 Image
    Federico TomassettiNovember 11th, 2015
    0 151

    Functional programming for Java: getting started with Javaslang

    Java is an old language and there are many new kids in the block who are challenging it on its…

    Read More »
  • Software Development👁 Image
    Federico TomassettiNovember 5th, 2015
    11 171

    The 5 things a developer expects from a Project Manager: how a Project Manager can help developers becoming much more productive

    To be effective as a software developer technical excellence is not enough. On top of that there are several other…

    Read More »
  • Software Development👁 Image
    Federico TomassettiOctober 28th, 2015
    0 148

    Alternatives to global variables and passing the same value over a long chain of calls

    The old, good global variables are the wrong solution to a real problem: you want some information to be available…

    Read More »
  • Software Development👁 Image
    Federico TomassettiOctober 16th, 2015
    0 166

    Representing relationships as first-class citizens in an Object-oriented programming language

    As beginners we used to write very large functions and then giant God classes. As we improve our skills, our classes…

    Read More »
  • Core Java👁 Image
    Federico TomassettiSeptember 17th, 2015
    0 122

    Turin Programming Language for the JVM: building advanced lexers with ANTLR

    As I wrote in my last post, I recently started working on a new programming language named Turin. A working compiler for…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close