Browse By

Javascript and Css conferences in 2017

JavaScript and css conferences in 2017

In 2017, many conferences for front-end developers will take place so be ready to spend money. Most of them are in Europe which is good for us but if you are in US you should definitely try to get a ticket for ng-conf. John Papa

OrangePi Zero as an Ad-Block server with Pi-Hole [GUIDE]

I recently purchased from Aliexpress the latest Orange Pi Zero for 6.99$. It is a nice little microcomputer with the specs you see below: Hardware specification CPU H2 Quad-core Cortex-A7 H.265/HEVC 1080P. GPU ·Mali400MP2 GPU @600MHz ·Supports OpenGL ES 2.0 Memory (SDRAM) 256MB/512MB DDR3 SDRAM(Share with GPU)(256MB

Microsoft Flow logo

Microsoft Flow is Now Available

Microsoft Flow—the software giant’s answer to IFTTT—is now available, following about six months in beta. Flow is a new cloud-based service that helps you automate tasks and business processes across multiple applications and services, such as Dropbox, Facebook, Twitter, and many others, plus Microsoft solutions

git autocompletion bash

Git auto-completion in Bash

If you are a git user in bash then you will find useful the auto-completion script from git-scm.com. For mac users just run in the following commands: curl -O https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash echo “source ~/git-completion.bash” >> .bash_profile Restart your terminal and you are good to go! If

angular2 logo

Angular 2 Final Release

The wait is over Angular devs! Angular 2 final release is here ready for use. Today, at a special meetup at Google, angular team announced the final release version of Angular 2, the full-platform successor to Angular 1. A few of the things you can

angular2 logo

Angular 2.0.0-rc.7 released

As we are getting closer to final release the Angular2 team is releasing more often rc’s. The latest RC.7 is available now for download. Minimal breaking changes this time (as they promised to be fair). Complete changelog below: Bug Fixes core: allow group() to be

How to disable Material theme in google chrome

As you may have noticed in the latest Google Chrome update there is a big change in UI. Google decided to push for the Material theme in our beloved browser. Many users out there are not happy with this change though. So if you are

Raspberry PI in Gameboy Advance

We have seen in the past some really nice mods with Rasperry Pi’s but this has to be of my favorites. The user ‘Ryzee’ posted in reddit a great worklog of his project. He also mentioned that he will post the pcb files for those

angular-cli logo

Adding jQuery to Angular-CLI project

Angular-cli project became quite famous after the latest ng-conf and now more and more people are using it. I am one of them and to be honest I enjoy the simplicity and the convenience it gives you when you want to start a new project

travel app resources

Resources for writing a travel app

The last few months I maintain a github repository with resources for building travel applications. You can find information in json format for countries, maps, languages, phone codes etc. Also I wrote a small nodejs rest api that you install in your server if you want