Open in app

Sign In

Write

Sign In

Mohammad Yasir
Mohammad Yasir

372 Followers

Home

About

Published in

Stackademic

·Pinned

How to Perform an Action in the Killed State in iOS Using Swift?

Let’s discuss about it and figure out the solutions for this problem. Limitations Apple does’t allow you to perform any action in killed state. Solution You can make the app awake from killed state to background state and perform a given task for duration of 30 seconds. To make your app available…

Swift

3 min read

How to Perform an Action in the Killed State in iOS Using Swift?
How to Perform an Action in the Killed State in iOS Using Swift?
Swift

3 min read


Jun 6

150 Swift Productivity Methods To Use

It’s a collection of 150 swift functional methods with a short description about them. map: Transforms each element in a collection and returns an array containing the results. flatMap (or compactMap in Swift 5.0 and later): Transforms each element in a collection and flattens the results into a single-level array. …

Swift

11 min read

150 Swift Productivity Methods To Use
150 Swift Productivity Methods To Use
Swift

11 min read


Feb 5

How to download & save the video in device storage in swift

Download video with progress in swift and save it in device permanent storage with an album. In this article, we will see how we can download a video using URLSession and get the progress of downloading. And then we will be saving that video in our device permanent storage. Also…

Swift

5 min read

How to download & save the video in device storage in swift
How to download & save the video in device storage in swift
Swift

5 min read


Published in

The Dev Project

·Mar 29, 2022

Before the Interview — Cracking the Coding Interview

Few points about the second chapter “Before the Interview” of book “Cracking the Coding Interview”. Reference The chapter “Before the Interview” is picked from Cracking the Coding Interview book written by Gayle Laakmann McDowell. Highlights Acing an interview starts well before the interview itself — years before, in fact. Getting the Right Experience Without a great…

Interview

3 min read

Before the Interview — Cracking the Coding Interview
Before the Interview — Cracking the Coding Interview
Interview

3 min read


Mar 28, 2022

Special Situations — Cracking the Coding Interview

Few points about the second chapter “Special Situations” of book “Cracking the Coding Interview”. Reference The chapter “Special Situations” is picked from Cracking the Coding Interview book written by Gayle Laakmann McDowell. Highlights Testers and SDETs SDETs : They have to be great coders and great testers. Double the prep work! If you are hoping…

Interview

2 min read

Special Situations — Cracking the Coding Interview
Special Situations — Cracking the Coding Interview
Interview

2 min read


Mar 27, 2022

The Interview Process — Cracking the Coding Interview

Few points about the first chapter “The Interview Process” of book “Cracking the Coding Interview”. Reference The chapter “The Interview Process” is picked from Cracking the Coding Interview book written by Gayle Laakmann McDowell. Highlights The interviewer is looking to evaluate your ability to solve algorithmic problems you haven’t seen before Talk…

Interview

1 min read

The Interview Process — Cracking the Coding Interview
The Interview Process — Cracking the Coding Interview
Interview

1 min read


Dec 1, 2021

Recursion — A Short Note

We will look at stack and few things about recursion and then some problems to be practiced. Overview To be honest, recursion is the most important topic over all others. You will be using it for binary search, heap, graphs, reversals, dynamic programming and so on. What is Call Stack ? It is a stack that…

Recursion

2 min read

Recursion — A Short Note
Recursion — A Short Note
Recursion

2 min read


Aug 12, 2021

API Call in Swift Part 2

Completion and Error Handling — Improving network call from part 1. Using completions and error handlings. In part 1, we saw how to make a network or API call in a very basics way. But in this article, we will try to improve a bit the code. …

IOS

2 min read

API Call in Swift Part 2
API Call in Swift Part 2
IOS

2 min read


Jul 31, 2021

API Call in Swift Part 1 🚀 | URLSession

In this part, we will look a very basic approach to a network call in swift. In later parts we will look at advanced and nice way. In this article we will look at how we could make a network call in swift for fetching the data from backend services. …

Swift

2 min read

API Call in Swift Part 1 🚀 | URLSession
API Call in Swift Part 1 🚀 | URLSession
Swift

2 min read


May 19, 2021

Swift Helper Article Part 1

Solutions To Real-World Problems in Swift — This article contains solutions to the few common problems you will face later or early in your carrier 👀 . If you are an iOS Developer, you are going to face these questions in the future or you may have faced these questions already. …

Swift

2 min read

Swift Helper Article Part 1 🤔
Swift Helper Article Part 1 🤔
Swift

2 min read

Mohammad Yasir

Mohammad Yasir

372 Followers

https://twitter.com/statoways

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams