Javascript Class: ECMAScript standards

 Javascript class Using javascript class will really improve your code readability, structure and making it shareable with others. ( see my other post: Coding standards: Meaningful Names in Javascript). For many back end developers, this post would have probably been written over 10 years ago, as classes have always been present in many programming language (…


The power of mentoring

Intro What a better way than start this post with this amazing quote from P. Collins. Teaching and mentoring is not sorely aimed at sharing your knowledge for others to learn, but it is the process in which you personally develop. [quote name=”Phil Collins”]“In learning you will teach, and in teaching you will learn.” [/quote]…


Quote of the Day

[testimonial]
[quote name=”Edsger W. Dijkstra”]
If debugging is the process of removing software bugs, then programming must be the process of putting them in.
[/quote]
[/testimonial]


Coding standards: Meaningful Names in Javascript

Intro This post, is part of a series aimed at creating some basic coding standards for the javascript language. Even if Javascript is well known for being “flexible”, giving the developers too much freedom when using it, it does not mean that there could not be a standard. My personal speciality is Javascript, and like…


From Website to Mobile App

Progressive Web App Progressive Web App is a collection of web technologies that is aimed at offering a fast, reliable and engaging  experience for application (progressive-web-app), even when the app is accessed offline. This post is going to cover one of the technologies offered by the progressive app, the “Web App Manifest”. The manifest is very powerful,…