Side projects

Smart Fridge Part 2

In a previous article, I wrote about IoT, the motivation behind this project and more. In this one, I'll elaborate on the technical side of this project. Let's divide the project to two parts: Taking a photoUploading the photo to Google Drive This is how we can capture the content. Credit: Roi Natan Zukerman Say… Continue reading Smart Fridge Part 2

Side projects

Smart Fridge Part 1

As a tech-enthusiast, I like making dumb devices smart. For example, a couple of years ago I created a smart mirror (I'll elaborate on it in a different article). It's the combination of boring practical things with simple, but modern/futuristic improvement that makes me love this realm. I admit. I'm a geek. I like those… Continue reading Smart Fridge Part 1

Python quirks · Side projects

Adding Variable Incrementation / Decrementation Support To Python

In my previous post, I explained how to add a custom severity to the logging module because I wanted to make it more comfortable. In this post, I'll explain how to add variable incrementation/decrementation support to Python not because I think Python should support that, but because I want to demonstrate the way to change… Continue reading Adding Variable Incrementation / Decrementation Support To Python

Python quirks · Side projects

Adding Custom Severity To Python’s Logging Module

I like Python, but after using it a lot, I realized that I want to make my work (in this case, debugging) easier. Thus, I customized it a bit. I usually use Python for my programs and scripts at work. One of the ways to debug the program when I develop a new feature or… Continue reading Adding Custom Severity To Python’s Logging Module

Side projects

Save Your Password Securely On Remote Server Using Chrome Extension

I developed with another partner an end to end highly secured solution to save login passwords. You're probably asking yourself: "Google Chrome already implemented that. Why did you implement that as well? Is it different?" The answer is simple- It is different. Pros against chrome: We did it open-source, so anyone can read and examine… Continue reading Save Your Password Securely On Remote Server Using Chrome Extension