The Four Pillars Of OOPOOP stands for Object-Oriented-Programming. The common interview question for oop is what is the four pillars of oop.Oct 20, 2020Oct 20, 2020
Leetcode 210. How To Implement Topological Sorting In JavaScriptFirst we should know that Topological Sorting only works for A Directed Acyclic Graph(DAG). A DAG should meet below two conditions:Oct 13, 2020Oct 13, 2020
Implementing BFS in JavaScriptIn my previous blog I have introduced how to implement the graph data structure in JavaScript. Now, let’s see how to implement BFS…Oct 6, 2020Oct 6, 2020
Use Netlify To Deploy Your AppLast week, I used Netlify to deploy my Flatiron-School-Experience-Game App and I found it is super easy and fast. If you would like to try…Sep 28, 2020Sep 28, 2020
Implementing the Graph Data Structure in JavaScript( Easy understanding )Here’s a definition of graphs:Sep 21, 2020Sep 21, 2020
Best React Extension for VS Code ES7 React/Redux/GraphQL/React-Native snippetsHonestly not every extension is going to make your coding life easier, some of them are a pain for most developers since it does too much…Jun 18, 2020Jun 18, 2020
Tips to make your code more readableWorking on a group project made me realize the importance of making your code readable. It comes along with so many benefits:May 29, 2020May 29, 2020
function declaration vs classic function expression vs ES6 arrow functionNormally, we learn by researching and looking at other people’s code, but in javascript, people write functions with so many different…May 7, 2020May 7, 2020