tomassetti.me tomassetti.me

tomassetti.me

Federico Tomassetti – A Software Engineer's blog | A Software Engineer passionate about DSLs, MDD and Language Workbenches – Currently working at Groupon

A Software Engineer passionate about DSLs, MDD and Language Workbenches - Currently working at Groupon

http://www.tomassetti.me/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TOMASSETTI.ME

TODAY'S RATING

#361,882

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 15 reviews
5 star
6
4 star
6
3 star
1
2 star
0
1 star
2

Hey there! Start your review of tomassetti.me

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.5 seconds

CONTACTS AT TOMASSETTI.ME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Federico Tomassetti – A Software Engineer's blog | A Software Engineer passionate about DSLs, MDD and Language Workbenches – Currently working at Groupon | tomassetti.me Reviews
<META>
DESCRIPTION
A Software Engineer passionate about DSLs, MDD and Language Workbenches - Currently working at Groupon
<META>
KEYWORDS
1 skip to content
2 about me
3 open source
4 federico tomassetti
5 and groupon
6 and linkedin
7 miscellany
8 continue reading
9 domain specific languages
10 parsing
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,about me,open source,federico tomassetti,and groupon,and linkedin,miscellany,continue reading,domain specific languages,parsing,interview,spark,java,static analysis,technical reviews,haskell,methodology,javascript,clojure,rsaquo;,raquo;
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Federico Tomassetti – A Software Engineer's blog | A Software Engineer passionate about DSLs, MDD and Language Workbenches – Currently working at Groupon | tomassetti.me Reviews

https://tomassetti.me

A Software Engineer passionate about DSLs, MDD and Language Workbenches - Currently working at Groupon

SUBDOMAINS

cv.tomassetti.me cv.tomassetti.me

Federico Tomassetti - Software Developer, Researcher, Consultant - federico@tomassetti.me

Software Developer, Researcher, Consultant. Developing software is my biggest passion since I was a child. I have done a few things in this field:. I got a PhD. I have working experience in three countries. Italy, Germany and Ireland. I worked for established companies such as TripAdvisor. I started and contributed to tens of Open-source projects. You can take a look at my GitHub profile. I taught software development. I can develop different languages and paradigms ( OOP and functional. In Groupon I had...

INTERNAL PAGES

tomassetti.me tomassetti.me
1

Spark web framework Archives - Federico Tomassetti - Consultant Software Engineer

http://tomassetti.me/category/spark

Federico Tomassetti - Consultant Software Engineer. Working every day on becoming a great Software Engineer. Archive by category "Spark web framework". Category Archives: Spark web framework. An introduction to Spark, your next REST Framework for Java. January 20, 2016. Interview with David Åse from the Spark web framework project. May 27, 2015. A tutorial on using Sql2o with Spark and other updates. April 29, 2015. A few weeks ago I wrote a tutorial on getting started with Spark (the Java web framework)...

2

A tutorial on using Sql2o with Spark and other updates - Federico Tomassetti - Consultant Software Engineer

http://tomassetti.me/a-tutorial-on-using-sql2o-with-spark-and-other-updates

Federico Tomassetti - Consultant Software Engineer. Working every day on becoming a great Software Engineer. A tutorial on using Sql2o with Spark and other updates. A tutorial on using Sql2o with Spark and other updates. April 29, 2015. A few weeks ago I wrote a tutorial on getting started with Spark. The Java web framework). A few readers appreciated it and it was linked by the Jetbrains blog. And republished by the new Spark tutorials blog. Content of the tutorial on Sql2o Spark. How to use Sql2o.

3

Java Archives - Federico Tomassetti - Consultant Software Engineer

http://tomassetti.me/category/java

Federico Tomassetti - Consultant Software Engineer. Working every day on becoming a great Software Engineer. Archive by category "Java". Resolve method calls in Java code using the JavaSymbolSolver. October 25, 2016. Why I created the java-symbol-solver? A few years ago I started using JavaParser and then I started contributing. After a while I realized that many operations we want to do on Java code cannot be done just by using the Abstract Syntax Tree produced by a parser, we need also. May 3, 2016.

4

Interview Archives - Federico Tomassetti - Consultant Software Engineer

http://tomassetti.me/category/interview

Federico Tomassetti - Consultant Software Engineer. Working every day on becoming a great Software Engineer. Archive by category "Interview". Interview to Vaclav Pech on Jetbrains MPS: the community and the future. June 8, 2016. If you are reading this blog regularly you know that I am interested in many things but language engineering is the topic closest to my heart. You could have also noticed that I am spending a lot of time working with MPS. If you are instead a new reader you. April 19, 2016. I am ...

5

About me - Federico Tomassetti - Consultant Software Engineer

http://tomassetti.me/about-me

Federico Tomassetti - Consultant Software Engineer. Working every day on becoming a great Software Engineer. To me, programming is a way of looking at things. As a painter understand the world through his art, I use programming as a way to reason about phenomena and model them. I think programming is now pervading so much of our life. Computing is not about computers any more. It is about living. Software is a tool to empower everyone. Building software means to provide tools for everyone. During my PhD ...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

sparktutorials.weebly.com sparktutorials.weebly.com

Spark Framework Tutorials - Spark Java Tutorial Collection

http://sparktutorials.weebly.com/tutorials/category/all

Go to sparkjava.com. Spark and Freemarker: how to expose HTML and Json from the same service. In previous posts we have seen how to develop a RESTful service using Spark and we have implemented a service to manage a blog. In this post we are going to create an HTML view of the blog, showing how the same data can be exposed through JSON (for consumption by other applications) and HTML (for the sake of our fellow human beings). Spark and Databases: Configuring Spark to work with Sql2o in a testable way.

sparktutorials.weebly.com sparktutorials.weebly.com

Spark Framework Tutorials - Spark Java Tutorial Collection

http://sparktutorials.weebly.com/tutorials/spark-and-databases-configuring-spark-to-work-with-sql2o-in-a-testable-way

Go to sparkjava.com. Spark and Databases: Configuring Spark to work with Sql2o in a testable way. This tutorial will teach you how to use a database with your Spark application. We will discuss when it is appropriate to use an ORM and describe how you can organize your code to make it easily testable. The code is available on GitHub: https:/ github.com/ftomassetti/BlogService SparkExample. The tutorial is written by Federico Tomassetti, you can read other posts from this author on his blog. The first que...

sparktutorials.github.io sparktutorials.github.io

Spark and Freemarker: Exposing HTML and JSON from the same service - Spark Framework Tutorials

http://sparktutorials.github.io/2015/06/01/spark-freemarker.html

Go to sparkjava.com. Complete webapp with Spark, MongoDB and Thinbus SRP Authentication. Creating an AJAX todo-list without writing JavaScript. Creating a library website with login and multiple languages. Implement CORS in Spark. Developing with the Spark Debug Tools (beta). Using WebSockets and Spark to create a real-time chat app. Spark and Testing - Part 2: Functional tests. Building a Mini Twitter Clone. Deploying Spark on Heroku. Spark and Testing - Part 1: Background and Unit Tests. Jun 1, 2015.

eventuallycoding.com eventuallycoding.com

Tarif des développeurs freelances - Eventually Coding

http://www.eventuallycoding.com/index.php/tarif-des-developpeurs-freelances

A la fin de l'envoi, je code! Laquo; On vend une compétence, pas un lieu »? Curseurs et Mongodb →. Tarif des développeurs freelances. Janvier 19, 2015. Il y a peu nous avons sorti un baromètre sur l’emploi freelance. Et je souhaitais revenir dessus puisque j’ai vu des questions à droite à gauche sur Twitter, sur des forums etc…. Par exemple un formateur missionné pour fournir une dizaine de formations sur 2 mois considère cela comme une mission longue alors que 2 mois sera vu comme du one shot rapide pou...

blog.macharius.com blog.macharius.com

The Graduate | Macharius Blog

http://blog.macharius.com/2008/04/09/the-graduate

Il vizio supremo è la superficialità. Tutto ciò che si vive fino in fondo è giusto. Un voto per il software libero. April 9, 2008. Coo coo ca-choo, Mrs. Robinson…. Finalmente l’ambito traguardo è stato raggiunto! Che cosa riserverà il futuro? Computer e smanettamenti, viaggi, ripetizioni, dottorati? Pure la rima, si vedono già evidenti miglioramenti…. In breve, futuro temimi, sto arrivando! Responses to “The Graduate”. Feed for this Entry. Apr 9th, 2008 at 2:53 pm. Apr 9th, 2008 at 3:38 pm. Mi scuso se n...

sparktutorials.weebly.com sparktutorials.weebly.com

Spark Framework Tutorials - Spark Java Tutorial Collection

http://sparktutorials.weebly.com/tutorials/archives/04-2015

Go to sparkjava.com. Spark and Databases: Configuring Spark to work with Sql2o in a testable way. This tutorial will teach you how to use a database with your Spark application. We will discuss when it is appropriate to use an ORM and describe how you can organize your code to make it easily testable. The code is available on GitHub: https:/ github.com/ftomassetti/BlogService SparkExample. The tutorial is written by Federico Tomassetti, you can read other posts from this author on his blog. Spark and dat...

devjoy.com devjoy.com

Minimize mental overhead for code readers | Devjoy

http://www.devjoy.com/2015/01/minimize-mental-overhead-for-code-readers

If you're not enjoying it, you're not doing it right. Minimize mental overhead for code readers. This week at our FunctionalKats meetup in Dublin. Tackled the Luhn checksum algorithm. This is a simple programming task, the challenge was to try and make the code readable. I rattled off some code that worked, but I wasn’t at all happy with it. It implemented the problem as described. Partitioning the numbers into two groups and dealing with each group in turn. If a function splits the data and does separat...

sparktutorials.github.io sparktutorials.github.io

Spark and Databases: Configuring Spark to work with Sql2o in a testable way - Spark Framework Tutorials

http://sparktutorials.github.io/2015/04/29/spark-and-sql2o.html

Go to sparkjava.com. Complete webapp with Spark, MongoDB and Thinbus SRP Authentication. Creating an AJAX todo-list without writing JavaScript. Creating a library website with login and multiple languages. Implement CORS in Spark. Developing with the Spark Debug Tools (beta). Using WebSockets and Spark to create a real-time chat app. Spark and Testing - Part 2: Functional tests. Building a Mini Twitter Clone. Deploying Spark on Heroku. Spark and Testing - Part 1: Background and Unit Tests. Apr 29, 2015.

UPGRADE TO PREMIUM TO VIEW 24 MORE

TOTAL LINKS TO THIS WEBSITE

32

SOCIAL ENGAGEMENT



OTHER SITES

tomasserrano.com tomasserrano.com

Tomas Serrano illustrations

tomasserrano.es tomasserrano.es

Blog de Tomas Serrano. Vendedor de sueños

Blog de Tomas Serrano. Vendedor de sueños. Miércoles, 12 de agosto de 2015. En la fila de un supermercado, el cajero le dice a una señora de avanzada edad que debería traer su propia bolsa, ya que las bolsas de plástico no son buenas para el medio ambiente. La señora pide disculpas y explica: “Es que no había esta moda verde en mis tiempos.”. El empleado le contestó: “Ese es ahora nuestro problema. Su generación no puso suficiente cuidado en conservar el medio ambiente.”. Por entonces, lavábamos los paña...

tomasservizi.com tomasservizi.com

Impresa di pulizie per privati ed aziende - Noale Venezia

Tomas Servizi impresa di pulizie a Noale Venezia. Pulizia vetri fino a 20mt con utilizzo piattaforma aerea. Lavaggio e sostituzione tessuti tende da sole. Piombatura, cristallizzazione e lucidatura pavimenti. Sanificazione e disinfestazione ambienti. Restauro e costruzione di: inferiate, cancelli e portoni. 30033 Noale - Venezia. Servizi sociali – impresa di pulizie Tomas Servizi Noale Venezia. Lucidatura pavimenti – impresa di pulizie Tomas Servizi Noale Venezia. Le parole più frequenti. Spazzatrice imp...

tomasseth.co.uk tomasseth.co.uk

Welcome to Tomas Seth Business Park.

Tenants on the Tomas Seth Business Park can benefit from the newly opened Rushenden Link Road with the M2 and M20 motorways becoming directly accessible via the A249 dual carriageway. Will be available to long term tenants at no additional cost. Both the location and variety of units available will appeal to a wide range of tenants as will the option to reserve additional space as required within 6,000 square feet of new units due for construction on the Tomas Seth Business Park as demand requires.

tomassetti-partners.it tomassetti-partners.it

Tomassetti & Partners | Consulenza fiscale e tributaria

Notiziario & News. Dal 1964 al tuo fianco. Inauguriamo questo nuovo spazio Fisco and Sentenze. Dedicato alla rassegna giurisprudenziale e ai commenti offerti sulle varie tematiche, segnalando la sentenza della Commissione Tributaria Regionale di Roma, apprezzabile per via del percorso argomentativo ed ermeneutico che conduce al. Grazie ad una comprovata esperienza maturata in oltre 40 anni. Di professione, lo Studio offre una completa e globale attività di consulenza fiscale e tributaria. Il Sole 24 Ore.

tomassetti.me tomassetti.me

Federico Tomassetti – A Software Engineer's blog | A Software Engineer passionate about DSLs, MDD and Language Workbenches – Currently working at Groupon

Federico Tomassetti - A Software Engineer's blog. A Software Engineer passionate about DSLs, MDD and Language Workbenches - Currently working at Groupon. I am a freelance Software Engineer. With an interest in functional programming, Domain Specific Languages, Model-Driven Development and polyglot development. I have done a few things, from consulting, teaching, getting a PhD and working as a Software Engineer at TripAdvisor. For details take a look at my CV/resume. You can find me on GitHub. June 3, 2015.

tomassettiart.com tomassettiart.com

Gianfranco Tomassetti

tomassettichiropractic.com tomassettichiropractic.com

Tomassetti Chiropractic

Chiropractic Care in Oceanside, North County San Diego. Types of Chiropractic Care. Types of Chiropractic Care. Our chiropractic team has been qualified to provide gentle chiropractic care to all kinds of patients in North County San Diego for decades. Call us today to schedule your appt. RELIEF FROM CAR ACCIDENTS. Have you recently been involved in a car accident or work accident? Our chiropractic team in Oceanside is trained and qualified to help you every step of the way. LIVE A HEALTHIER LIFESTYLE.

tomassettilandscaping.com tomassettilandscaping.com

Ronnie Tomassetti Landscaping Company

Ronnie Tomassetti Landscaping services. Problems with your landscape for a more pleasing, unique property with superior Lawn care service from Ronnie Tomassetti Landscaping. No matter whether it's a small or large project, our expertise will enhance the look in the value of your property. Please give as a call for personal consultation or go to instant Quote page and get your private instant quote . All you have to do is put your address and pick your services you want and it will give you a quote. Summe...

tomassettilimousine.com tomassettilimousine.com

Tomassetti Limousines

We specialise in General Hire, Airport Transfer, Corporate Work, Tours, Weddings, Formals and any Special Occasions. For a no obligation quote please ring us on 0412 450 288.

tomassexweb.blogspot.com tomassexweb.blogspot.com

Tomáš spodní prádlo

Neděle 7. března 2010. Máte li zájem o mé použíté spodní prádlo, můžete mne kdykoliv kontaktovat na mém mobilním telefonu 722228021 nebo na mailu tholl29@gmail.com. Díky předem a těším se na zavolání . Pátek 5. března 2010. Moje použité slipy trenky boxerky trika jen pro tebe. Ahoj, jmenuji se Tomáš je mi 29 let a miluju sex a vše co k němu patří- -. Tyto stránky jsem věnoval právě Vám kteří si rádi užíváte s voňavými trenýrkami nebo slipy od pořád nadrženýho samečka jako jsem já :-).