Javascript React.js First Attempt Panayiotis Georgiou 19/12/2016 3 You've heard about this UI library called React and want to see what it's about. Or maybe someone told you to come here. Either way,…
Javascript The Module Pattern in JavaScript Panayiotis Georgiou 26/05/2015 0 Have you ever wondered how some of those huge JavaScript projects out there are getting built? This is done using…
Javascript Octane 2.0 – JavaScript engine’s performance test suite Panayiotis Georgiou 21/04/2015 0 Octane 2.0 is a modern benchmark that measures a JavaScript engine’s performance by running a suite of tests…
Javascript Introduction to JSON Basics Panayiotis Georgiou 21/04/2015 0 JSON (JavaScript Object Notation) is one of the most popular and widely accepted data exchange format originally specified by…
Javascript Automatically Convert String to Upper Case with Javascript Panayiotis Georgiou 24/02/2015 0 This post will show you how to convert string to upper case automatically using javascript. We can use these if we have a…