1 follower
I am an iOS Developer and ML Enthusiast https://www.shashankthakur.dev/
Subscribe to my newsletter and never miss my upcoming articles
How to Make a Successful Mobile App? Mobile apps are everywhere today, there is an app for everything you can think of. And there are more getting created every single day!! In this situation how do we make sure our app is successful? Join me in this...
As a developer, we should always follow a design principle that acts as a guide to structuring our code so that it is modular, easy to read, easy to understand, and scalable. In this article, I will be discussing behavioral design pattern, how to us...
Set are basically a collection of items that aren’t ordered but are unique. Let's go over different operations/functions that Swift has when it comes to Sets. Creating a Set Initialize an empty set Sets in swift are of a generic nature so they can ho...
How To Detect Jailbroken iOS Device? Thanks to the mobile era we have mobile apps for everything these days. Every business from a barbers shop to huge retailers has apps so that they can be closer to their customers. On one hand, we really leverage ...
Thanks to the mobile era we have mobile apps for everything these days. Every business from a barbers shop to huge retailers has apps so that they can be closer to their customers. On one hand, we really leverage this convenience but on the other han...
Is my avocado ripe? Let’s find out with Machine Learning! So today I set out to find solution for this huge problem, is my 🥑 ripe or not? I thought being an Engineer why not put Machine Learning to better use! I began with this daunting task and her...