Got me 2 sets of LittleBits (Space Kit & CloudBit Starter Kit) Wanted to see how the CloudBit API works and how to integrate it with some data. Thought of 2 main ideas: 1) display temperature in Tel-Aviv 2) display My Blog’s error rate from New Relic The steps: 1) use the power + CloudBit […]
Sometimes you need a feature toggle in a rush … or just dont want to invest time in adding a feature toggle framework… This thought came to me while I was working on some bot and had to protect myself with a feature toggle, problem was the bot was written with micro services, some in […]
Some time ago needed to resize images in my server, started reading on how this could be done and ended up forking an existing project on github and improving it. The result : https://github.com/Nimrod007/PHP_image_resize What does it do ? resizes images saves them with a new name keeps transparent png accepts images as string or as […]