WatchOS is the operating system of the Apple Watch. In this tutorial, we will provide a basic overview of watchOS development and help you create your first user interface for the Watch. This should help you get started on your journey to create more complex applications. This articles assumes that you have basic knowledge in developing iOS applications. Introduction WatchOS…
iPhone’s 10th anniversary brings you a 20% discount!
New to Swift and iOS development? Try our bundles and Online Exercise Platform to become one of the best programmers you ever knew! We made it simple for you to get from zero to hero in double time!
750 Fully Customizable Infographic Templates
750 Fully Customizable Infographic Templates Get your message across in an entertaining and shareable way. This info-packed bundle features 750 colorful Infographic Templates. Perfect for any industry from marketing to medical, these files are highly customizable with your favorite editing programs. Sponsored Content Hello there! Are you a graphic designer at a big company who needs to send to its…
Working with the Trie data structure: Part 4
A Trie is a tree like data structure used for storing words in a way which facilitates fast look-ups. They prove very useful for handling dictionaries. In Part 1 we defined the trie data structure and started outlining the code for it. In this articles we are going to take a look at the basic operation we can do on a trie: Insert, Query…
Introducing ARKit
Apple has just released an augmented reality (AR) framework. This will allow millions of app developers to make AR experiences on iOS for hundreds of millions of devices – making ARKit + iOS the biggest AR platform. Even Pokemon GO will use it. Visual Inertial Odometry The magic that powers ARKit is called Visual Inertial Odometry – VIO from now on. It uses VIO to…
Working with the Trie data structure: Part 3
A Trie is a tree like data structure used for storing words in a way which facilitates fast look-ups. They prove very useful for handling dictionaries. In Part 1 we defined the trie data structure and started outlining the code for it. In this articles we are going to take a look at the basic operation we can do on a trie: Insert, Query…
WWDC 2017
WWDC is Apple’s annual Worldwide Developers Conference, a great chance for all developers around the world to meet the best engineers from Apple and to get the latest insights about their favorite products and latest technologies. It’s a great event where you can learn new things from valuable workshops, hands-on labs, software sessions, thematic meetings and many more special events.…
Advanced Firebase For The Win
Introduction With Firebase 101 we introduced the basic features of firebase and most of it’s database features. With this tutorial, we’re continuing the presentation of Firebase with some more advanced topics: Authentication: In most apps, some data needs to be restricted to certain users. A user may want to share information with his friends, but may not like to have…
Let companies apply for you!
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…
Working with the Trie data structure: Part 2
A Trie is a tree like data structure used for storing words in a way which facilitates fast look-ups. They prove very useful for handling dictionaries. In Part 1 we defined the trie data structure and started outlining the code for it. In this articles we are going to take a look at the basic operation we can do on a trie: Insert, Query…
