Open in app

Sign In

Write

Sign In

Mr.Javed Multani
Mr.Javed Multani

332 Followers

Home

About

Jul 23

How to write Quality Code?

Writing quality code is essential for creating reliable, maintainable, and efficient software. Here are some guidelines to help you write quality code: 1. Understand the Requirements: Ensure that you have a clear understanding of the project requirements before you start coding. Discuss the specifications with stakeholders and seek clarification if…

Coding

2 min read

How to write Quality Code?
How to write Quality Code?
Coding

2 min read


Jul 19

Ultimate Guidance: How to prepare for an interview?

Get in touch wi

Interview

2 min read

Ultimate Guidance: How to prepare for an interview?
Ultimate Guidance: How to prepare for an interview?
Interview

2 min read


Jul 13

Xcode error ‘building for iOS Simulator, but linking in dylib built for iOS . for architecture arm64’ from Apple Silicon M1 Mac

1- Set exclude arm64 architecture in your project 2- This at the end of your Podfile post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end

Xcode

1 min read

Xcode

1 min read


Jun 14

AutoLayout in iOS

Auto Layout is a powerful feature in iOS development that allows you to create flexible and adaptive user interfaces for various screen sizes and orientations. It provides a way to define the relationships and constraints between the different elements of a user interface, ensuring that they are properly positioned and…

IOS

2 min read

AutoLayout in iOS
AutoLayout in iOS
IOS

2 min read


Jun 14

Useful GitHub repo for iOS Development

Certainly! Here are some useful GitHub repositories that contain working Swift app code: 1. Awesome iOS: This repository is a curated list of various iOS-related resources, including libraries, tools, and sample projects. It provides a comprehensive collection of open-source projects and code examples that can be helpful for iOS app…

2 min read

2 min read


Jun 14

Swift code for bubble animation (iOS)

Here’s an example of Swift code for a simple bubble animation using UIViewPropertyAnimator: import UIKit class ViewController: UIViewController { let bubbleView = UIView() override func viewDidLoad() { super.viewDidLoad()…

Swift

1 min read

Swift

1 min read


Jun 14

Interview Tips: Importance of Preparing Well Before an Interview

Preparing thoroughly before an interview is crucial as it significantly increases your chances of success and helps you make a positive impression on the hiring manager. Adequate preparation allows you to showcase your ✅Skills ✅Knowledge ✅Enthusiasm Enabling you to stand out from other candidates. Here are some key reasons why…

Interview

3 min read

Interview Tips: Importance of Preparing Well Before an Interview
Interview Tips: Importance of Preparing Well Before an Interview
Interview

3 min read


Jun 10

Learn Git in One Minute

🎯 𝗚𝗶𝘁 𝗖𝗼𝗺𝗺𝗮𝗻𝗱𝘀 𝗬𝗼𝘂 𝗦𝗵𝗼𝘂𝗹𝗱 𝗞𝗻𝗼𝘄 📌 1. git init This command lets us create a new .repository A hidden .git directory is added to the folder. Most of the git commands do not work outside the initialized project, so this is the first command you will run in a…

Git

3 min read

Learn Git in One Minute
Learn Git in One Minute
Git

3 min read


Jun 10

Missing file libarclite_iphoneos.a (Xcode 14.3)

For my case I was getting error like below: When I have updated my Xcode with latest version, my running project was getting error. Executable path is a directory later I saw in Xcode below error:

Xcode

2 min read

Missing file libarclite_iphoneos.a (Xcode 14.3)
Missing file libarclite_iphoneos.a (Xcode 14.3)
Xcode

2 min read


Jun 7

Apple WWDC 2023 Key Highlights

Apple just made huge developments in the AR industry, upgrades to the M2 chips and many more advancements in machine learning Move over the mind-blowing inventions of the past, because Apple just raised the bar at the WWDC 2023, leaving attendees in awe and sceptics scratching their heads. This year’s…

WWDC

7 min read

Apple WWDC 2023 Key Highlights
Apple WWDC 2023 Key Highlights
WWDC

7 min read

Mr.Javed Multani

Mr.Javed Multani

332 Followers

Software Engineer | Certified ScrumMaster® (CSM) | UX Researcher | Youtuber | Tech Writer

Following
  • Joey

    Joey

  • Akarsh Seggemu

    Akarsh Seggemu

  • Sagar Tripathi

    Sagar Tripathi

  • Federica Benacquista

    Federica Benacquista

  • Techracers

    Techracers

See all (415)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams