VOOZH about

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

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


  • Software Development👁 Image
    Federico TomassettiFebruary 16th, 2017
    0 366

    Why You Should Know the Language Server Protocol

    The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate…

    Read More »
  • Software Development👁 Image
    Federico TomassettiFebruary 1st, 2017
    0 98

    The Simple Way to Find the Correct Syntax

    It happens to the best of us, you are writing some code in a Language that you use sporadically and you start…

    Read More »
  • Software Development👁 Image
    Federico TomassettiJanuary 26th, 2017
    0 514

    Code Generation with Roslyn: a Skeleton Class from UML

    We have already seen some examples of transformation and analysis of C# code with Roslyn. Now we are going to…

    Read More »
  • Core Java👁 Image
    Federico TomassettiJanuary 10th, 2017
    0 363

    Extracting JavaDoc documentation from source files using JavaParser

    A lot of people are using JavaParser for the most different goals. One of these is extracting documentation. In this…

    Read More »
  • Core Java👁 Image
    Federico TomassettiJanuary 5th, 2017
    0 120

    The important changes in the new ANTLR 4.6

    After almost a year since the last major release, there is a new ANTLR version: 4.6. There are many news:…

    Read More »
  • Core Java👁 Image
    Federico TomassettiJanuary 4th, 2017
    0 141

    Kanvas: generating a simple IDE from your ANTLR grammar

    What is an editor? An editor is, for me, the main tool I use for work. As a Language Engineer…

    Read More »
  • Core Java👁 Image
    Federico TomassettiDecember 27th, 2016
    0 83

    Interesting things happening in Language Engineering

    If you read this blog you will know that I strongly believe in the power of languages. So I am…

    Read More »
  • Core Java👁 Image
    Federico TomassettiNovember 24th, 2016
    0 166

    Observers for AST nodes in JavaParser

    We are getting closer to the first Release Candidate for JavaParser 3.0. One of the last features we added was…

    Read More »
  • Software Development👁 Image
    Federico TomassettiNovember 15th, 2016
    0 86

    Interview to Erik Dietrich on Static Analysis and a data driven approach to refactoring

    Erik Dietrich is a well known Software Architect with a long experience in consulting. His blog (DaedTech) is a source…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • ...
  • Last
Back to top button
Close