Catherine FadamiroPractice Whiteboard Coding Before Your Next InterviewWhiteboard coding is an important part of the technical interview process. It can be quite daunting and scary, especially for newbies…Feb 10Feb 10
Catherine FadamiroSymmetric EncryptionYou may be wondering why I am writing about symmetric encryption. Well, I realized recently, that I don’t know much about it, and in…Apr 28, 2023Apr 28, 2023
Catherine Fadamiro10 Things I have learnt as a Software EngineerYour code will not always run.Mar 2, 2023Mar 2, 2023
Catherine FadamiroDeque in PythonAt one point or another, we have all worked on list in python. List in python can be slow while adding and removing items on the left-hand…Jan 31, 2023Jan 31, 2023
Catherine FadamiroDjango Values and Values_ListAs a newbie to Django, I was a bit confused about values and values_list methods. In this article, we will be looking at the major…Dec 30, 2022Dec 30, 2022
Catherine FadamiroWhat is GUIDGUID is an acronym for Globally Unique Identifier. It is used interchangeably with UUID (universally unique identifier). Both identifiers…Oct 31, 2022Oct 31, 2022
Catherine FadamiroAn Introduction to Base64Recently, I was asked to explain Base64 and its uses.Sep 27, 2022Sep 27, 2022
Catherine FadamiroUsing Express session with Typescript Node JS applicationWith the current version of express and express session, modification of the session object requires some additional configuration. This…Mar 21, 2021Mar 21, 2021