PinnedPublished inBootcampRisks in design thinking and their answerPotential risks and thier answer.Jan 21, 2021Jan 21, 2021
PinnedPublished inNerd For TechPOP — Make protocols your first pickLet’s see this with our example.Jan 21, 2021Jan 21, 2021
Using Go Packages in iOS: A Developer’s Secret Sauce 🍝If you can’t find a certain library in iOS but available in Go, you’re probably thinking, “Can I really use Go packages in iOS apps?” Yes…Oct 19, 2024Oct 19, 2024
Published inNerd For Tech📆 No of days/years between two datesThought of writing this came to me when I was creating an all purpose Date helper utility. This will be a short article since the code is…Feb 18, 2023Feb 18, 2023
Published inNerd For Tech🔍 Core Data Fetch Index for faster searchesWhen you are working with CoreData, you should use all the tools from it’s arsenal to make it perform at its best. One such tool is this…Jan 29, 2023Jan 29, 2023
Published inNerd For TechCore Data — Batch InsertionAdding bulk data at once to your database is required for almost all projects. In my case it will mostly be downloading user data when…Dec 19, 2022Dec 19, 2022
Published inNerd For TechXcode Weekly - Your iOS Dev Dose for the Week - 05🤔What is Xcode Weekly? In an iOS developer’s life, learning is not a sprint, it’s a marathon. But I know how hard it’s to keep track of…Mar 18, 2021Mar 18, 2021
Published inGeek CultureXcode Weekly- Your iOS Dev Dose for the Week — 04🤔What is Xcode Weekly? In an iOS developer’s life, learning is not a sprint, it’s a marathon. But I know how hard it’s to keep track of…Mar 10, 2021Mar 10, 2021
Published inNerd For TechAsynchronous PromiseTesting asynchronous code is not very straightforward. What’s the issue? In general, a test is over when the function returns. UMar 2, 2021Mar 2, 2021