NANano Adaminnanotalk.hashnode.dev·Jun 19, 2020Flask Calculator TutorialIf you know of my YouTube Channel, Nano Education, then you probably know about the video I created that is one of my most popular ones on creating a simple basic Calculator with Flask. Now the simple hard truth is, at the time, I wasn't as good wit...00
NANano Adaminnanotalk.hashnode.dev·Feb 19, 2020Errors over ErrorsDeveloping an application without errors isn't easy. There has to be a reason why we have the Try-Catch block in JavaScript. try { // try your best to not get an error } catch (err) { // handle error } Note: This is my first blog post on Hashnod...00