It is probably fair to say that JavaScript is the most important technology these days when itcomes to software engineering. To many of us who have been into...
Read more »
JACL is an experimental Lisp system for the Web browser platform in the early stages development. It was created by Alan Dipert to explore new techniques for developing large SPAs (Single Page Applications) with Lisp. (more…)
Read more »
Some time ago I wrote an article explaining the concept of generators and how to use them in Python, but did you know that JavaScript has its own version of generators? This is actually a concept many people who develop JavaScript apps didn’t know it exis... (more…)
Read more »
The article is originally posted on my blog - catalins.tech. You usually find me hanging there or on my Twitter.
There are countless resources to learn JavaScript, and that is both a bad and a good thing. The good thing is that we have many options t... (more…)
Read more »
Last week, I gave a presentation at Tencent Frontend Conference in Shenzhen, China. For this article, I’ve adapted its transcript. (more…)
Read more »