BlogHide Resteemsrefugeestudio (27)in javascript • 4 years agoAlgorithms with JavaScript: Binary Search TreeA tree is a very popular non linear data structure. It’s a collection of nodes which are organized in hierarchical order. The first node is the root element of the tree and from this point the tree…refugeestudio (27)in javascript • 4 years agoAlgorithms With JavaScript: Recursion vs. IterationI think one of the most important reasons why we build software is because it can do boring, iterative tasks for us without complaining that they’re too much work and work that’s boring. At least…refugeestudio (27)in coronavirus • 4 years agoJavaScript Data Visualization: Coronavirus data with D3 — PieI love data visualization because it is a wonderful tool to communicate what you have found in that data with the world. You can turn an array of numbers into a narrative and express it in the…refugeestudio (27)in javascript • 4 years agosteemCreated with Sketch.Algorithms with JavaScript: PrototypesOne of the main value attributes of the good code we are writing is that it should be DRY (Don’t Repeat Yourself). Often we write one small thing and then extend it. And a good programmer should…refugeestudio (27)in javascript • 4 years agoAlgorithms with JavaScript: ClosuresDuring my first technical interview I was asked about closures in JavaScript. And all I was able to do is to admit that I don’t know anything about closures. And this is how we grow, through failure…refugeestudio (27)in heroku • 4 years agoDeploy Ruby on Rails on HerokuI think every beginner developer at some point learns enough that they would like to share their wonderful application with the world. And share working applications, where users can play with it…refugeestudio (27)in learning • 4 years agoLearning how to learnLearning is a metaskill which we all desperately need to survive in our rapidly changing world. Doesn’t matter what are you learning to play drums, writing poetry or computer science. It does all…