Hatice KaratayReverse Characters of a String in ParenthesesThe question: Write a function that reverses characters in (possibly nested) parentheses in the input string. Input strings will always be…Jan 17, 2022Jan 17, 2022
Hatice KaratayThe Basics of Python, variables, arithmetic operations, strings, booleansIn this lesson, we will learn the basics of Python such as variables, strings, booleans, arithmetic operations:Jan 10, 2022Jan 10, 2022
Hatice KaratayHow to append values to Javascript Map objectThere are hundreds of cases you may use JS Map objects to store data. Javascript Maps are objects that store data in a key-value pair like…Jan 3, 2022Jan 3, 2022
Hatice KaratayAsymptotic NotationsAsymptotic Notations are like any other functional notations, which represent a simple form of a function.Dec 25, 2021Dec 25, 2021
Hatice KaratayBest and Worst-Case Analysis of Linear Search and Binary Search TreeAre you new to algorithm studies and looking for examples to learn about linear and binary search tree analysis? Then this post is for you.Dec 19, 2021Dec 19, 2021
Hatice KaratayDAMLA — A Single Page React- Redux AppThe first thing that came to my mind when I’d thought about making a budget app was this old saying “Damlaya damlaya göl olur.” I know, I…Oct 23, 2021Oct 23, 2021
Hatice KaratayHow to design a Single Page ApplicationSingle Page Applications (SPA) consist of a single HTML file and one or many JS files as needed. You need three tools in hand, HTML, CSS…Aug 29, 2021Aug 29, 2021
Hatice KaratayHow to implement Chartkick to Rails App?Let’s say you have a set of data you want to represent in graphs or charts. Regardless of the size of the data set in your app, you can…Jul 1, 2021Jul 1, 2021
Hatice KaratayHow to hide API key in RubyWhen I was building my very first Command Line Interface(CLI) app I needed to use an API to get data. Not all API sites are requiring you…Feb 24, 2021Feb 24, 2021