vinaykumar0339

vinaykumar0339 @vinaykumar0339

About: iOS & React Native developer passionate about seamless mobile experiences. Skilled in Swift & JavaScript, creating user-friendly apps. Enjoy exploring new tech, writing, and community involvement.

Joined:
Jun 29, 2024

vinaykumar0339
articles - 12 total

DataStructures In Computer Science - Introduction

What are Data Structures A data structure is a specialized format for organizing,...

Learn More 0 0Jul 21 '24

self vs Self in Swift Programming

In Swift, self and Self (with a capital 'S') play distinct roles in object-oriented and...

Learn More 0 0Jul 13 '24

PO vs P vs V in LLDB of Xcode

What is LLDB? LLDB is Xcode's integrated low-level debugger, essential for examining and...

Learn More 1 0Jul 11 '24

Introduction to GCD (Grand Central Dispatch)

Apple Dispatch Framework Dispatch: Execute code concurrently on multicore hardware by...

Learn More 1 0Jul 10 '24

Achieving multi-threading by creating threads manually in Swift

What is Threading? Threading is a fundamental concept in programming that allows for the...

Learn More 0 0Jul 9 '24

Swift Concurrency

What is Concurrency? In Real Life: Concurrency in real life refers to the...

Learn More 1 0Jul 9 '24

#5 Dependency Inversion Principle ['D' in SOLID]

DIP - Dependency Inversion principle The Dependency Inversion Principle is the fifth principle in the...

Learn More 0 0Jul 1 '24

#4 Interface Segregation Principle ['I' in SOLID]

ISP - Interface Segregation Principle The Interface Segregation Principle is the fourth principle in...

Learn More 1 1Jun 30 '24

#3 Liskov Substitution Principle ['L' in SOLID]

LSP - Liskov Substitution Principle The Liskov Substitution Principle is the third principle in the...

Learn More 0 0Jun 30 '24

#2 Open Close Principle ['O' in SOLID]

OCP - Open/Close Principle The Open/Close Principle is the second principle in the Solid Design...

Learn More 0 0Jun 30 '24

SOLID Design Principles

What is Desing Principles Design principles are fundamental guidelines that software developers and...

Learn More 0 0Jun 29 '24

#1 Single Responsibility Principle ['S' in SOLID]

SRP - Single Responsibility Principle The Single Responsibility Principle is the first principle in...

Learn More 0 0Jun 29 '24