JS vs JSON: stringify clarifyied
The JSON.stringify function You know you can use JSON.stringify with an object to get the string. Like: [crayon-600affec001a2233410402/] The API is able to identify illegal JSON values (like functions) and discard them…
My experience in a nutshell
On Sunday I came back from the amazing experience at Codemotion Rome (preparing for the next one) and I wish to say that I really enjoyed it! It was hosted by Università degli…
Demystifying the 3D Web at Codemotion
I’m glad to announce that I will be talking at Codemotion Rome 2016 on Friday 15 March and at Codemotion Dubai 2016 on Saturday 2 April. The talk is about WebGL: what…
Always return in typescript
TL;TR A lot of developers put [crayon-600affec00871249065353-i/] into conditional statements, and often don’t consider all cases because the function implicitly returns undefined which is fine for TypeScript: not a problem apparently, but can lead…
TypeScript and null
TL;TR In TypeScript all types are nullable: the compiler won’t catch common pitfalls and your type system will blow up. The domain As you know, TypeScript allows us to explicitly declare the…
WebGL worskshop, at WeMake, Milan 2015
And finally the pics from our first event went online! Thanks Khronos Group, WeMake, Giorgio Mazzucchelli and Alberto Massa for your support! You can see the entire album here See you…
Change Requirejs, Less compiler and CoffeScript versions in Play Framework
Hi there, I’ve found myself struggling with Play 2.2.1 for one (really? just one???) reason: it comes with Less 1.4.2, that’s a great CSS compiler but… …according to the official Less’ website,…
CSS3 Flexbox made easy!
Hello everybody, I’ve decided to use FlexBox (CSS3) layout for my biggest project. After a while (struggling with some issues and lot of implementation’s problem…) I got the job done with some…
Footage Manager by TPTeam
Hello, tonight I’m going to publish our first public project: the Footage Manager. It is a JS frame player who’s able to track movement onto a movie: it seems quite complicate this…
Eclipse vs. Unity: Global Menu not supported? (12.04)
Hi there, today I decided to setup Eclipse Scala environment on my laptop… I usually work with Aptana but the project I’m currently involved in is based on Scala and I’ve been…
Recent Posts
Categories
- Best practices (5)
- Code diving (5)
- News (10)
- Reviews (2)
- Tips and tricks (10)