Basho: Shell macros with the goodness of JavaScript templates

I was stuck with a rather boring task last week. I had to clone my work from GitHub to GitLab, clean up the projects list and append some… Read more

Similar

JavaScript: The Good Parts

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset ... (more…)

Read more »

Using a C-Library in JavaScript

Recently we integrated spellchecking into Teamemo. Therefore we searched for a good JavaScript spellchecking library. There were some very promising available, for example: nspell. It wasn’t very popular, however was good documented and based on hunspell ... (more…)

Read more »