Hisham's blog

This blog is my "lessons learned" collection. when I spend time to find out how something is done, I write the steps down so that I can do it easier the next time. I decided to make these "lessons learned' public, might be useful to someone else. I am usually blogging on software development, but some times I blog on every day hacks.

Thursday, October 20, 2016

Running Flask dev server using HTTPS

›
Create a self signed certificate openssl genrsa -out foobar.key 2048 openssl req -new -key foobar.key -out foobar.csr openssl x509 -req -...
Monday, April 4, 2016

Bash script to notify me when a web site is up

›
One of the systems we depend on is down, and I wanted to get notified when it gets back up. And because I am lazy (Isn't that the motiv...
44 comments:
Wednesday, March 2, 2016

Use DD-WRT to Join two wireless networks using a wireless link in Repeater mode

›
So me and my neighbour wanted to share a network, we both have existing separate wireless networks with multiple devices configured to use ...
Friday, January 29, 2016

Deploying Android applications to a device without a USB cable (Hands-free development)

›
I just answered a question on stackoverflow that I think worth a blog. The asker is developing an Ionic app that uses a connected USB print...
Sunday, November 29, 2015

Favourite quotes

›
JOB: Just Over Broke TV is a great servant, but a terrible master - Brian Tracy Fake it till you make it Birds of a feather flock togeth...
Sunday, November 1, 2015

Using Bootstrap navbar in AngularJS without adding bootstrap scripts

›
I wanted to create a web app in AngularJS that uses Bootstrap navbar styles as its navigation menu without adding bootstrap scripts to the ...
Monday, October 26, 2015

Javascript Hoisting

›
JavaScript has a unique (and sometimes confusing) feature called Hoisting. Before explaining it let's take a quick quiz, what will be p...
›
Home
View web version
Powered by Blogger.