John Allen Ramilo

How to Generate Signed AAB in Visual Studio Code

Introduction When we want to release an application to our play store, we have to create some requirements before it gets published. One of the requirements is an AAB bundle. An AAB Bundle is your app’s compiled code and resources which is used by Google Play to generate APKs for each device configuration. This allows …

How to Generate Signed AAB in Visual Studio Code Read More »

Arithmetic Operations with methods in python

Introduction Arithmetic Operators in Python can perform addition, subtraction, multiplication, division, exponentiation, and modulus operators. In this blog, I am going to teach you how to do 4 basic arithmetic operations with methods in Python. Creating Functions Before we go into the meat and potatoes if this topic, let us first initialize our functions. In …

Arithmetic Operations with methods in python Read More »