Fork me on GitHub

Ahad Bokhari

Looking Back at Javascript in Early 2014

Edit   ·   423 words

It’s good to be a javascript developer these days and if you aren’t then you’re really missing out. It’s the language of the web, a novelty, ubiquitous and used extensively on the client side. Note, by now we all understand the difference between static and dynamically typed languages and the pros and cons of a loosely typed language - so let’s not even go there.

For most front end developers who took pride in IE6(ifying) their site and using FTP back in the day there isn’t much to dislike about javascript (backend devs working on the client side might complain as they are used to stricter use of data types) - it can do everything any other programming language can do provided you know how to do it. When it comes to choosing the framework and library that you might need for your next project, there are too many choices it can boggle your brain. Nowadays choosing the right frameowork can be a tedious task, escpecially when choosing methods that aren’t really needed by end user — why even bother taking on the bloat?

Anyway this isn’t a discussion on Javascript, Javascript frameworks or libraries, lexical and functional programming rather a round-up of some pretty cool articles on topic by some really smart people.

I’ve included articles most of which I have read myself and thought would provide value within context for most developers or curious minded individuals. I’ll be posting more articles here on lsla.net in the near future.

You decide what’s good for you and what you want to absorb.