InGeek CulturebyKaxada·Oct 3, 2023A Guide to a Successful Open Source Journey — lessons from real experience.Kordon Keptala, Karachaevo-Cherkesskaya Republits, Russia by Yaroslav Shuraev
InGeek CulturebyKaxada·Aug 5, 2021For two years I was coding instead of programming!What I learnt after changing my perspective towards programming. (Insights from personal experience)A response icon12A response icon12
InGeek CulturebyKaxada·Aug 2, 2021A simple search bar auto-complete implementation (ReactJs)Ever wondered about the tricks behind the auto-complete feature in search bars? I got you.
InGeek CulturebyKaxada·Jul 29, 2021How 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…
Kaxada·Jul 28, 2021101 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…
Kaxada·Apr 7, 2020Manipulating 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…