blog.mathsend.comGoogle Cloud Platform Database Services Decision Tree in 75 WordsNow that you have decided to host your data on Google Cloud Platform (GCP), you have one more thing to worry about... Which GCP offering suites your use case at the cheapest possible cost? Thus, I present to you a decision tree chart I drew while tak...May 15, 2022·1 min read
blog.mathsend.comSolidity in Easy Steps: Building an Escrow Smart Contract (Part 1)Introduction Learning a new language comes with some challenges which may include: deciding whether the language worth learning in the first place; time allocation; and the hardest of all is persistence in the face of other responsibilities. It's a f...May 11, 2022·12 min read
blog.mathsend.comBlockchain: Boarding the Bus of Web3I have wanted to taste Web3 since 2years ago but my full-time job wouldn't give me a breathing space... Last month; I began exploring this demon that is taking us unaware upon the recommendation of a friend. My approach was to first take a few “forma...Apr 18, 2022·1 min read
blog.mathsend.comHow to build a Flask application around an already existing databaseThere are several tutorials on how to build Flask apps from the ground up. What if we already have a database from another application and we are only interested in utilizing its data?An example of such requirement is this stackoverflow thread and we...Aug 19, 2021·1 min read
blog.mathsend.comHow to Create Multiple Subdomains from the Same Flask BlueprintSometimes, your apps may be required to display the same template, but different or still the same values. A concrete example may be that you want your users to have different subdomains, something like ibrahim.ewetoye.com and anotherperson.ewetoye.c...Aug 16, 2021·1 min read