BCBryan C Gunerinbgoonz.hashnode.dev·Apr 17, 2022 · 11 min readData StructuresData Structures are a specialized means of organizing and storing data in computers in such a way that we can perform operations on the stored data more efficiently. Data structures have a wide and diverse scope of usage across the fields of Computer...00
BCBryan C Gunerinbgoonz.hashnode.dev·Sep 3, 2021 · 21 min readWeb Development TerminologyACCESSIBILITY : Relates to web design/coding standards and refers to how easy it is for everyone to use your website, including people who are visually impaired or in any way physically handicapped, or limited by older or less common computers and s...00
BCBryan C Gunerinbgoonz.hashnode.dev·Sep 3, 2021 · 42 min readData Structures Cheat Sheet! Trees: basic concepts Implementing a simple tree data structure Binary Trees Full, Complete and Perfect binary trees ")Binary Search Tree (BST) BST Implementation BST Node Insertion BST Node Deletion Binary Tree Transversal Balanced vs. Non-b...00
BCBryan C Gunerinbgoonz.hashnode.dev·Sep 3, 2021 · 15 min readThe Definitive Guide To JavaScript Part 2Dealing with Dates in JavaScript You can also work with and modify dates and time with JavaScript. This is the next chapter in the JavaScript cheat sheet. Setting Dates Date() — Creates a new date object with the current date and time Date(2017, 5, ...00
BCBryan C Gunerinbgoonz.hashnode.dev·Sep 3, 2021 · 18 min readJavaScript In Depth Part 1The Complete JavaScript Reference Guide ### How to learn effectively Learning: The acquisition of skills and the ability to apply them in the future. What makes an Effective learner? They are active listeners. They are engaged with the material. The...00