This book makes JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. (more…)
Read more »
Constants in Go must be assigned before the program runs. All constants are computed and saved when the program compiles using go build. Constants can rely on... (more…)
Read more »
Introduction to JavaScript Naming Conventions for differen data types and data structures in JS. Learn more about how to name private methods, global vairbales, or a constant variable ... (more…)
Read more »
Previously on Locally Sourced: Well, in 2005 I came across a cool web framework called Ruby on Rails. More recently, I wrote a book about integrating Rails and front-end tools. If you want, you could buy it. Today, I thought I’d go back to the beginning… (more…)
Read more »
In this blog post I explain why I think currying is not idiomatic in JavaScript. Check the section at the end if you really like currying. (more…)
Read more »