MiamiJS and Kyle Simpson (aka Getify) writer of the You Don't Know JS series of books, are teaming up to bring you a two-day workshop delving into ES6 and Functional Programming with JavaScript.
You can come to one or both days. Only 35 seats available. E... (more…)
Read more »
◾ `var` is now the weakest signal available when you define a variable in JavaScript. The variable may or may not be reassigned, and the variable may or may not be used for an entire function. ◾ I… (more…)
Read more »
Depends on #2127, because migrating to ES Modules will mean that we will have two versions we need to support for the foreseeable time (the latest which will be ESM and a long-term support version ... (more…)
Read more »
Software systems are large and complex projects. Some systems have millions of lines of source code, written in programming languages, like…...
Read more »
Sounds like an evil villain’s superpower, but actually could be a helpful sidekick in your Rails app. (more…)
Read more »