JavaScript Frameworks such as VueJs, React and Angular, have considerably helped Junior developers in getting up to speed within the Front End industry. Unfortunately, this “easy of learn” has also resulted into a multitude of “bad practices” and “lack of development principles”, as covered in my blog post “Which JavaScript framework should I learn first“…
Write cleaner Javascript code with Eslint
Javascript has a bad reputation, and this is mainly due to the fact that it is too flexible to use. Many users would abuse this great feature of this language writing code that is very inconsistent and hard to follow. For example, simple inconsistency like single or double quote around strings, can make project seem…
Javascript String: ECMAScript standards
This is the second article highlighting some of the latest improvement issued in the most recent released of the ECMAscript for javascript string. The first article covered classes and is named: Javascript Class: ECMAScript standards. Javascript String String is one of the most primitive object and most used in any programming language. It the most…
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…
Categories
-
Recent Posts
- How to use REST Client with Laravel authentication token 25/02/2021
- How to use VueJs 3 – Custom event declaration 30/11/2020
- How to use Props in VueJs 29/11/2020
Tags
.net core 100daysofcode AAA standards AA standards accessibility Accessible HTML api blog browser game career case studies celebration Clean code coach code coding standards Conference css3 database dev blogs developer easter ecmascript ECMAscript 2015 email frontend git italianSay Javascript phaserJs PHP programmer programming quote Progressive Web App remote working speaker Standards tech job tutorial visual studio code vue vue.js VueJs VueJs 3 Web Manifest-
Popular posts
- How to fix git error “fatal: bad object HEAD” 400 views
- How to setup SQL server with Entity Framework using .NET CORE 227 views
- How to catch the body of an AXIOS error 168 views
- How to deploy Phaser 3 to Cloud using AWS Amplify 109 views
- How to Create a Database migration with Entity Framework 103 views