Bypassing Google’s FRP Lock

Googles FRP (Factory Reset Protection) lock, was designed to prevent stolen or misplaced devices from being forcefully factory reset. I did know this existed until I bought a used device from online. It was Lenovo Yoga Book model number YB1-X90F with Android 6.0.1 Marshmallow preloaded. I bought it as a computer to kind of toy […]

Unicode

The first time I needed to actually address Unicode was when I was writing a calculator app and wanted the proper division and multiplication symbols applied to the buttons. Python code was happy to use the forward slash and the asterisk for math operators, but I felt the average user might feel more at home […]

Python coding

Python has been my programming language of choice. There are many reasons behind this decision. I’ve briefly dealt with other languages in the past and they tend to require a larger learning curve than Python. It has an immense user base, many of which are willing to help you. It has an incredible collection of […]