Published inGeek CultureA Guide to a Successful Open Source Journey — lessons from real experience.Kordon Keptala, Karachaevo-Cherkesskaya Republits, Russia by Yaroslav ShuraevOct 3, 2023Oct 3, 2023
Published inGeek CultureFor two years I was coding instead of programming!What I learnt after changing my perspective towards programming. (Insights from personal experience)Aug 5, 202112Aug 5, 202112
Published inGeek CultureA simple search bar auto-complete implementation (ReactJs)Ever wondered about the tricks behind the auto-complete feature in search bars? I got you.Aug 2, 2021Aug 2, 2021
Published inGeek CultureHow to effortlessly implement an autocomplete data structure in JavaScript (Using a Trie).Have you ever wondered how Google knows the next word or sentence you will type in the search bar? Oh yes! they have good algorithms and…Jul 29, 2021Jul 29, 2021
101 guide to photography. (the exposure triangle)There are times when you are naturally good at something but you need some technical and theoretical skills so that you can polish it even…Jul 28, 2021Jul 28, 2021
Manipulating JavaScript strings: the difference between split(), split(‘’), and split(‘ ’)So lately I was trying to solve a basic algorithm JavaScript task that needed me to first change the string into an array of sub-strings. I…Apr 7, 2020Apr 7, 2020