News

Boolean logic is an essential part of mathematics, engineering, and programming. In most languages, there's a dedicated ...
After starting to learn Python late last year, I’ve found myself putting into practice what I’ve been learning more and more for my daily tasks as an SEO professional. This ranges from fairly simple ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...
The creation of a parameterized Jenkins build is one of the easiest ways to add flexibility and customization to your continuous integration pipelines. In this Jenkins parameterized build example with ...