Pourquoi j’aime les generics golang ? Je relisais l’excellent article de ian Taylon et Robert Grisemeer (The next step for generics) et je ne pouvais m’empêcher de penser que j’adorais le sens vers lequel ça allait. En fait j’aime tellement ces nouveaux generics que j’ai décidé d’écrire un article pour le dire.
Avec la publication des derniers drafts vous devriez tous avoir une idée assez précise de ce à quoi les generics ressembleront dans les prochaine…
What is the average salary for Perl programmers in 2020? If I have no definitive answer on this, the Business Insider has some insights:
HackerRank polled 116000 developers about their salaries and got interesting results:
Perl is associated with an average global salary of $84,025.50 (54.2% higher than the global average salary) Scala is associated with an average global salary of $77,159.60 Go is associated with an average global salary of $72,691.30 Python is associated with an average global…
Today I’ll start a series of articles dedicated to Vim:
“Just enough Vim to be efficient”
The main idea should be obvious from the title. Learn the bare minimum to produce useful results (and hopefully motivate you to dig even further)
This article is dedicated to Vim macros, an often overlooked feature of Vim.
But let’s start from the beginning what is a macro? and why is it useful?
And if the answer to the first question is simple: A macro is just a recorded sequence of…