Open in app

Sign In

Write

Sign In

Mr.Javed Multani
Mr.Javed Multani

312 Followers

Home

About

Jan 10

Network Link Conditioner 💡

Did you know it’s now accessible directly inside Xcode 14? 😬

IOS

1 min read

Network Link Conditioner 💡
Network Link Conditioner 💡
IOS

1 min read


Dec 8, 2022

Object Oriented Concept in real life

Oops Concepts

2 min read

Object Oriented Concept in real life
Object Oriented Concept in real life
Oops Concepts

2 min read


Dec 7, 2022

Types of VPN

I know we are using VPN alot for different purposes and here is the types of it.

VPN

1 min read

Types of VPN
Types of VPN
VPN

1 min read


Sep 20, 2022

Smart Contract in Solidity (Blockchain)

When we talk about Blockchain how can we forgot smart contract. Let’s start with the smart contracts creation by using solidity.

Blockchain

2 min read

Smart Contract in Solidity (Blockchain)
Smart Contract in Solidity (Blockchain)
Blockchain

2 min read


May 11, 2022

How to determine the current iPhone/device model (swift)

let modelName = UIDevice.current.modelName Simply just extension in the project and you can use it import UIKit public extension UIDevice { /// pares the deveice name as the standard name var modelName: String { #if targetEnvironment(simulator)…

Swift

2 min read

Swift

2 min read


May 11, 2022

Getting version and build information with Swift

You can get that easily by using single variable and make it public. You can use it everywhere you want. (I am getting here User Agent for API header) public let userAgent: String = { if let info = Bundle.main.infoDictionary {…

Swift

1 min read

Swift

1 min read


Jun 21, 2021

Learn Data Structure in 30 min. easy language

Sometimes its hard to understand data structure and implementation of it in development.Here I am gonna teach you how to learn data…

Datastrucutre

2 min read

Learn Data Structure in 30 min. easy language
Learn Data Structure in 30 min. easy language
Datastrucutre

2 min read


Jun 12, 2021

Bar Graph in iOS

Hey Friends, Today I will show you easiest way to create bar graphs in iOS by using a library created by me.

IOS

2 min read

Bar Graph in iOS
Bar Graph in iOS
IOS

2 min read


Jun 3, 2021

Find permutation in a string (Swift)

func permute(strInput:String,l:Int,r:Int){ var inputCharacter = Array(strInput) if ( l==r){ print(strInput) }else{ for var i in l..<r{ // Swapping done inputCharacter.swapAt(l, i); // Recursion called permute(strInput: String(inputCharacter), l: l+1, r: r); …

Swift

1 min read

Swift

1 min read


May 26, 2021

Search in a Rotated Array

Given a sorted and rotated array A of N distinct elements which is rotated at some point, and given an element key. The task is to find the index of the given element key in the array A. Example 1: Input: N = 9 A[] = {5, 6, 7, 8, 9, 10…

Coding Interviews

1 min read

Coding Interviews

1 min read

Mr.Javed Multani

Mr.Javed Multani

312 Followers

iOS Developer, Triple graduated, Passionate, Love workout, blogger

Following
  • Carey McGhee

    Carey McGhee

  • Eniela P. Vela

    Eniela P. Vela

  • Akarsh SEGGEMU

    Akarsh SEGGEMU

  • Milan Panchasara

    Milan Panchasara

  • Techracers

    Techracers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech