Learning DSA in Python: Valid ParenthesesWhen designing a compiler, you will need to parse the codes to be written by users to check if they contain valid parentheses. At least, for some programming languages. If you ever need to parse a set of inputs to see if they contain valid parenthese...Sep 26, 2023·7 min read·23
Creating a Check Location UI in Flutter (For newbies)1. Before you begin This tutorial teaches you how to create the below UI in Flutter Prerequisites Basic knowledge of Flutter application development Familiarity with using Android Studio to create Flutter projects 2. Create a project Launch Andr...Jun 30, 2023·13 min read·25
Creating a URL safehouse in AndroidProblem: I was trying to open some links to the LinkedIn platform on some websites but the LinkedIn app kept crashing. I tried repeatedly to no avail. I thought of saving the links somewhere so I could get them later. When I hit the Share button in m...Jun 29, 2023·6 min read·123