Vanessa FotsoInstalling The Latest Apache Maven on UbuntuI recently encountered a maven exception when compiling a java project. The error was as follow:Feb 19, 20231Feb 19, 20231
Vanessa FotsoJWTs: Not All Merry and JollySession cookies are the most common mechanism for an app to handle user sessions. When a client authenticates to the program, a unique…Jan 23, 2022Jan 23, 2022
Vanessa FotsoRedux Beginner SummaryThis blog will cover the basic core concepts of Redux and the patterns to follow when using ReduxApr 17, 2021Apr 17, 2021
Vanessa FotsoinGeek CultureES6 Destructuring AssignmentYou might be familiar with the ES6 destructuring, but do you know all it features? Up until now, I was only familiar with ES6…Mar 28, 2021Mar 28, 2021
Vanessa FotsoReading csv file With JavaScriptIn this post I am going to share a skill I recently learned while completing a challenge. Up until now, I have never worked on a project…Mar 21, 2021Mar 21, 2021
Vanessa FotsoinCodeXLogistic Regression with SparkAs I am diving into Spark, in this post, I will be analyzing the Low Birth Weight dataset.Mar 14, 20211Mar 14, 20211
Vanessa FotsoAuthentication with Sessions Vs. JWTI was recently asked what the difference was between using JWT and sessions for authentication in an interview; and I thought I will write…Mar 8, 2021Mar 8, 2021
Vanessa FotsoIntroduction to JavaAs I continue my learning of Data Structures, I found Java being a little similar to JavaScript based on the documentations I have read so…Feb 15, 2021Feb 15, 2021
Vanessa FotsoData Structures: Linked ListsWelcome back to my Data Structure learning series. Today we are going to learn Linked Lists and how to implement it in JavaScript.Feb 8, 2021Feb 8, 2021
Vanessa FotsoData Structures: ArraysIn this post, we will be learning the theory behind Arrays as well as how to implement them in JavaScript.Feb 1, 20211Feb 1, 20211