Django is my favorite web development framework, it is mature, its documentation and community are excellent. When I …
In the previous post we made an automatic wallpaper changer in Python In this entry we are going to use Cron to program …
In this post we are going to create an automatic, random and minimalistic wallpaper changer for GNU/Linux using Python. …
Many times we want to run a script or a command every so often, for example when we want to perform periodic backups of …
I bet you have ever used console.log() to debug errors when programming in javascript. But you may not know that console …
In the previous post I briefly discussed the topic of destructuring with nested objects in javascript . In this post I …
In the previous posts I briefly explained how to perform a destructuring of objects in Javascript , but in most cases we …
In the previous post I explained a bit about the topic of object destructuring in javascript . In addition to object …
For those like me, whose first language was not fortunate (or unfortunate) enough to be javascript, destructuring can …
There are many good books to learn Javascript however the book Eloquent Javascript really made me understand modern …