• Home
  • DSA
  • Concept
  • Interview
  • Tips&Tricks
  • Tutorial Videos
  • Home
  • DSA
  • Concept
  • Interview
  • Tips&Tricks
  • Tutorial Videos
  • #News
  • #APPS
  • #Events
    • #WWDC
    • #I/O
    • #Ignite
  • #Let’s Talk
  • #Advertise

MyCodeTips mycodetips-newlogocopy1

  • Home
  • DSA
  • Concept
  • Interview
  • Tips&Tricks
  • Tutorial Videos
SOLID Principles of Software Design

Concept

SOLID Principles of Software Design

SOLID Principles The SOLID Principles are five principles of Object-Oriented class design. They are a set of rules and best practices to follow while designing a class structure. Design principles encourage us to create more maintainable, understandable, and flexible software. Consequently, as our applications grow in size, we can reduce their complexity These five principles […]

Continue Reading
♥39
Latest features in IOS 16

IOS

Latest features in IOS 16

Features in IOS 16 : New features available with iOS 16. iOS 16 enhances iPhone with all‑new personalisation features, deeper intelligence and seamless ways to communicate. Lock Screen gallery For inspiration on how to make the Lock Screen your own, browse a gallery of many options, each with a unique backdrop, stylised view of the […]

Continue Reading
♥80
How can R language be used for data analysis?

R-Programming, DataScience

How can R language be used for data analysis?

Good morning everyone! How are you? Today we will learn about R programming language and how R language can be used for data analysis. Let’s go into detail now. R Language for Data Analysis First, we have to have an overview of R. What is it and its advantages? R is a programming language created […]

Continue Reading
♥84
Guide To WordPress Coding Standards

Wordpress

Guide To WordPress Coding Standards

WordPress Coding Standards are there to create a baseline for review and collaboration within various aspects of the WordPress open source project and its community. This includes everything from the core code to plugins and themes. Think of it like WordPress is the car, and the rules of the road are the coding standards. WordPress […]

Continue Reading
♥105
What is Algorithm?

Programming

What is Algorithm?

What is Algorithm? Algorithm Basics Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon in order to get the expected results. In mathematics and computer science, an algorithm […]

Continue Reading
♥237
Frameworks of IOS – Part ( I )

Programming

Frameworks of IOS – Part ( I )

Frameworks of IOS listed as follows MediaAccessibility Coordinate the presentation of closed-captioned data for your app’s media files. JavaScriptCore The JavaScriptCore Framework provides the ability to evaluate JavaScript programs from within Swift, Objective-C, and C-based apps. You can use also use JavaScriptCore to insert custom objects to the JavaScript environment. SpriteKit SpriteKit is a graphics […]

Continue Reading
♥454
NSFileManager or NSPathUtilities in Objective-C

Objective-c

NSFileManager or NSPathUtilities in Objective-C

A file or file reference URL (as determined with fileURL), this property’s value is suitable for input into methods of NSFileManager or NSPathUtilities. NSFileManager or NSPathUtilities The NSFileManager class provides convenient access to a shared file manager object that is suitable for most types of file-related manipulations. A file manager object is typically your primary […]

Continue Reading
♥454
Passing data between view controllers in Objective-C

Objective-c

Passing data between view controllers in Objective-C

Passing data between view controllers in Objective-C Passing data between view controllers,When designing an app that makes use of multiple view controllers it may become necessary to pass data back and forth between the view controllers. Passing data to the next view controller as well as passing data back to the previous view controller. There […]

Continue Reading
♥470
Structures and Classes in swift !

Swift

Structures and Classes in swift !

Structures and classes in swift are general-purpose, flexible constructs that become the building blocks of your program’s code. You define properties and methods to add functionality to your structures and classes using the same syntax you use to define constants, variables, and functions. Structures and Classes properties to store values methods to provide functionality subscripts […]

Continue Reading
♥400
Control Flow in Swift

Swift

Control Flow in Swift

Control Flow in Swift, These include while loops to perform a task multiple times; if, guard, and switch statements to execute different branches of code based on certain conditions; and statements such as break and continue to transfer the flow of execution to another point in your code. For-In Loops for-in loop to iterate over […]

Continue Reading
♥424
Concurrency in Swift

Swift

Concurrency in Swift

Concurrency in Swift has built-in support for writing asynchronous and parallel code in a structured way. Asynchronous code can be suspended and resumed later, although only one piece of the program executes at a time.Suspending and resuming code in your program lets it continue to make progress on short-term operations like updating its UI while […]

Continue Reading
♥391
The Term Time Complexity in DSA

DSA

The Term Time Complexity in DSA

Time complexity in DSA is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, supposing that each elementary operation takes a fixed amount of time to perform. Thus, the amount of time […]

Continue Reading
♥378
Objective-C Data Types

Objective-c

Objective-C Data Types

In the Objective-C programming language, Objective-C data types refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and how the bit pattern stored is interpreted. What are the main objective of data types?Answer: A data type constrains […]

Continue Reading
♥390
Convert JPG to Word – Tips You Should Try!

Tips&Tricks

Convert JPG to Word – Tips You Should Try!

If you want to convert jpg to word, then you have certainly landed in the right place. In this post, we are going to tell you about the best ways that you can use to change an image into ms word format. Along with the perfect way to convert jpg files to word, you will […]

Continue Reading
♥408
Objective-C control statements and loops !

Objective-c

Objective-C control statements and loops !

In programming, as in life, you have to make decisions and act on them. Objective-C provides control statements and loops to help your program take action. You may want to repeat a set of instructions based on some condition or state, for example, or even change the program execution sequence. Here is the basic syntax […]

Continue Reading
♥413
Objective-C Operators

Objective-c

Objective-C Operators

Objective-C Operators , Objective-C also provides a set of so called logical operators designed to return boolean true and false. The OR (||) operator returns 1 if one of its two operands evaluates to true, otherwise it returns 0 sizeof Operator Conditional Expression Address Operator Pointer * operator Arithmetic Operators Operator Description + Adds two […]

Continue Reading
♥377
Functions and Methods in Objective-C

Objective-c

Functions and Methods in Objective-C

Functions and Methods in Objective-C,A function is a named block of code that can be called upon to perform a specific task. It can be provided data on which to perform the task and is capable of returning a result to the code that called it. The function can be programmed to accept the values […]

Continue Reading
♥409
Swift Functions!

Swift

Swift Functions!

Swift Functions are self-contained chunks of code that perform a specific task. You give a function a name that identifies what it does, and this name is used to “call” the function to perform its task when needed. A Swift 4 function can be as simple as a simple C function to as complex as […]

Continue Reading
♥391
Troubleshoot the Scanner !

Troubleshoot

Troubleshoot the Scanner !

How to Troubleshoot the Scanner of an all-in-one printer is a straightforward process of elimination. You begin at the most basic level, striking off those issues that are not the problem and work your way up the ladder of complexity until you have a working scanner. The computer does not recognize a scanner Verify the […]

Continue Reading
♥411
Troubleshooting your Mac of SMC and PRAM/NVRAM

No-Mouse, Quick Tips, Troubleshoot

Troubleshooting your Mac of SMC and PRAM/NVRAM

Troubleshooting your Mac, The first things I’d try are to reset both the NVRAM and SMC in that order. Before following the steps below, ensure you have no external hardware connected and make sure you use the built-in keyboard. Reset the NVRAM Shut down your machine. Yes, a full shut down, not just logging out. […]

Continue Reading
♥393
Older Posts

Support us

mycodetips mycodetips
Follow us @ LinkedIn 2850+

Subscribe for updates

Join 8,213 other subscribers

Latest Posts

  • YT-Featured-solidprinciples
    ConceptSOLID Principles of Software Design
  • IOS 16 Features
    IOSLatest features in IOS 16
  • r-language
    R-Programming, DataScienceHow can R language be used for data analysis?
  • wordpress-coding-blog
    WordpressGuide To WordPress Coding Standards
  • YT-Featured-Algorithm
    ProgrammingWhat is Algorithm?
  • Frameworks of IOS
    ProgrammingFrameworks of IOS – Part ( I )
  • NSFileManager or NSPathUtilities
    Objective-cNSFileManager or NSPathUtilities in Objective-C
  • Passing data between view controllers in Objective-C
    Objective-cPassing data between view controllers in Objective-C
  • structures-classes-enum
    SwiftStructures and Classes in swift !
  • control-system-swift
    SwiftControl Flow in Swift

Top Posts

  • How to clean Xcode Cache or Temporary files.
    How to clean Xcode Cache or Temporary files.
  • Manually Adding a Swift Bridging Header !
    Manually Adding a Swift Bridging Header !
  • How to compare two files or folders in Xcode
    How to compare two files or folders in Xcode
  • Special characters and Symbols in Programming Languages
    Special characters and Symbols in Programming Languages
  • Info.plist - Requesting Permission Privacy Settings
    Info.plist - Requesting Permission Privacy Settings




Categories

.Net Android Blogging Cloud Concept Database DataScience Debug DSA ERROR ExcelTips Flutter Google IO Installation Interview IOS IOSQuestions iPhone JAVA Javascript LINUX MAC-OS MATLAB MS Teams No-Mouse Objective-c Power APPS Programming Python Quick Tips R-Programming SEO Swift SwiftUI Tips&Tricks Tools Troubleshoot Tutorials Videos Web Windows-OS Wordpress WWDC Xamarin XCode

Disclaimer : The Tips and Opinions expressed herein are my own personal opinions or Tips and do not represent my current or previous employer's view in anyway.

  • #about
  • #myapps
  • #contact
  • #privacy
  • #Advertise
  • #Guestpost
  • #myQuestions

Android Android Studio API APP Programming Apps blogging CSS DATABASE dsa Features HTML HTML5 installation Interview Questions IOS iPhone javascript Mac objective-c OS Programming quicktips SDK SEO SQL swift Tips & Tricks Tools UI Web Wordpress Xcode

  • SOLID Principles of Software Design
  • Latest features in IOS 16
  • How can R language be used for data analysis?
  • Guide To WordPress Coding Standards
  • What is Algorithm?

©mycodetips.com