Indeed Prime helps tech workers simplify their job search and land their dream job by turning the process around and giving them full control in picking the companies they’d like to engage with. It’s a fast track for in-demand knowledge workers to their dream career. Meet Great Companies Candidates get immediate exposure to the best tech companies with just one…
Monthly Archives: February 2017

Working with the Trie data structure: Part 1
Consider the need to use a dictionary. You will have to insert , look-up , remove words to and from it. What data structure would you use ? Would you use a hash table ? Would that be efficient in terms of memory? Perhaps not. A Trie is a tree like data structure used for storing words in a way…

How to get images from the camera and photo library
The camera is central to the iPhone experience, It’s the primary camera for the majority of its users. #selfie In this post we are learn how to get pictures in an app, first by taking a picture and then by browsing the photo library. Taking a picture To take a picture you can use the camera screen provided by the…

Get better and faster at writing swift code
Writing code is a like a sport, if you want to get better at it, you have to practice. Making apps involves a wide range of skills, not just writing code. To get better at programming you need a different kind of routine, one that involves training your algorithmic thinking. Algorithmic thinking Algorithmic thinking, just like movement in sports, requires…

All you need to know about JSON
JSON, stands for JavaScript Object Notation. It’s the de facto standard for server-client data communication. In this post, we will go over a few concepts about data and demo using JSON in a Xcode Playground. You are encouraged to try out and modify examples. A word on data and information Applications manipulate data and present it to the user as…

Simplify your job search
Indeed Prime helps tech workers simplify their job search and land their dream job by turning the process around and giving them full control in picking the companies they’d like to engage with. It’s a fast track for in-demand knowledge workers to their dream career. Meet Great Companies You can meet companies immediately after you complete your profile. Interested employers will…