Anastasia OrlovaThe most common JavaScript Math FunctionsWhat is a Math function in JavaScript?Mar 1, 2021Mar 1, 2021
Anastasia OrlovaReverse Integer AlgorithmSunday is for coding: today I cracked reverse integer algorithm!Feb 22, 2021Feb 22, 2021
Anastasia OrlovainDev GeniusJavaScript Object ManipulationJavaScript never ceases to surprise me: recently I was reviewing some basics concepts of object manipulation and discovered a bunch of…Feb 12, 2021Feb 12, 2021
Anastasia OrlovainDev GeniusWorking In Tech: Not Just Web DevelopmentWhen it comes to working in tech, your first guess is: well, that’s all about web development! It might be quite right but personally I…Jan 31, 2021Jan 31, 2021
Anastasia OrlovainDev GeniusLinked List Cycle: solvedDashing through Leetcode problems, I found this one: Linked List Cycle. In this blog, I’ll solve it using the two-pointer approach.Jan 18, 2021Jan 18, 2021
Anastasia OrlovainDev GeniusAirtable: Project PlannerWhile working on group projects, it is truly vital to organize you workflow in a consistent and productive way. You can use a spreadshit…Jan 11, 2021Jan 11, 2021
Anastasia OrlovainDev GeniusWhat is PropTypes in ReactRecently, while working my way through this tutorial, I came across a React library called prop-types. I’ve never used this library before…Dec 28, 2020Dec 28, 2020
Anastasia OrlovainJavaScript in Plain EnglishHow to solve Two-Sum Algorithm in JavaScriptI think we all can agree on this: Two-Sum Algorithm is sort of a classic data structure challenge. In my blog, I’d like to share two…Dec 20, 2020Dec 20, 2020
Anastasia OrlovainJavaScript in Plain EnglishHow To Check for Palindromes in JavaScriptSolving a palindrome algorithm is one of the most common data structure tasks during a technical interview. In this blog, I’m going to…Dec 14, 2020Dec 14, 2020
Anastasia OrlovainDev GeniusThe some() and every() methods in JavaScriptSometimes, while studying more sophisticated concepts, we tend to forget some basic methods and approaches. so, this week I was revising…Dec 7, 2020Dec 7, 2020