ADAkpotaire Dennisindenniscode.hashnode.dev·Sep 26, 2023 · 7 min readLearning DSA in Python: Valid ParenthesesWhen designing a compiler, you will need to parse the codes to be written by users to check if they contain valid parentheses. At least, for some programming languages. If you ever need to parse a set of inputs to see if they contain valid parenthese...00
ADAkpotaire Dennisindenniscode.hashnode.dev·Sep 21, 2023 · 2 min readJob Application Challenge: Day 2How do I kick off today's job applications? Well, by checking LinkedIn for suitable vacancies. Can you clarify what you mean by suitable vacancies? By suitable vacancies, I mean vacancies that require skills I've acquired in the last two years - Java...00
ADAkpotaire Dennisindenniscode.hashnode.dev·Sep 20, 2023 · 12 min readLearning DSA in Python: Two SumYou have the below dataset: Orange: #10 Apple: #30 Pawpaw: #40 Lemon: #50 Guava: #60 Pineapple: #70 This dataset is a hypothetical dataset of an e-commerce business. You want to implement the feature that a user will be able to search for p...00
ADAkpotaire Dennisindenniscode.hashnode.dev·Sep 20, 2023 · 2 min readJob Application Challenge Day 1This is my attempt to go on a 30-day journey of applying for tech jobs. I'm job-ready but employers won't know I exist until I make myself known to them. One such way is to apply when they post a vacancy. I'll start today's attempt by checking for sa...00
ADAkpotaire Dennisindenniscode.hashnode.dev·Jul 4, 2023 · 12 min readIntegrate reverse location search in your Android app (Flutter)1. Before you begin This tutorial teaches you how to implement getting the address location of users using their longitude and latitude information in your Android app in Flutter. This is called reverse location search. You will be implementing the C...00