Binary Tree and Binary Search TreeAnother super interesting data structure is Binary Search Tree. I was thrilled to learn about it. Just like a regular Tree data structure…Nov 1, 2021Nov 1, 2021
Tree Data StructureTree data structure is the topic of my blog today. A tree is made up of nodes that hold some amount of data and a reference to all of its…Oct 26, 2021Oct 26, 2021
Queue, Node and LinkedListAnother famous topic at the interviews and the one that is good to know.Oct 7, 2021Oct 7, 2021
Fibonacci Function, MemoizationToday’s tech blog is about Fibonacci function. I have not had it in my tech interviews but as far as I understand it is a common question…Sep 22, 2021Sep 22, 2021
Do you have a tech interview coming up? Read this…In my job search, at tech interviews I get asked different algorithms to solve. I will share with you one of them that is rather simple…Sep 9, 2021Sep 9, 2021
The State Hook in LoginForm ComponentIn React application there is a local state and store state (state of the application).Mar 26, 2021Mar 26, 2021
JavaScript with BootstrapWhen using JavaScript with Bootstrap we can create different types of alerts to make a great UI for a project. ‘Provide contextual…Mar 19, 2021Mar 19, 2021
Programming ParadigmsThere are several kinds of major programming paradigms: Imperative, Functional, Object-Oriented, I will cover it and give examples of…Mar 12, 2021Mar 12, 2021
Tech Terminology to Prepare for InterviewsIf you are a recent bootcamp graduate such as myself, going to interviews there are terminologies that I found useful and would like to…Mar 4, 2021Mar 4, 2021