Python asyncio for dummies.

I read several articles on asyncio python module. Watched several conf talks on it. But once I had to deal with it - I was confused. I have solid knowledge of python and can say that I’m a bit used to async programming with node. But it wasn’t easy for me to get my hands wet with asyncio. That’s why I’d like to share a simple but clear example of how it can be used and some basics of it.

Read More

Sample node.js Jenkinsfile

So you want to run CI or even CD of your node.js project using Jenkins. Even though Jenkins interface is good enough to handle everything you need and Jenkinsfile syntax is easy to understand you may need default template to start with. So here it will be. You can use, update and do whatever you want with it until you do it for good :).

Read More