Essential Coding Standards and Best Practices for Clean Code
Coding Standards and Best Practices to Follow Following coding standards and best practices is crucial for writing clean, maintainable, and efficient code. While specific standards and practices may vary depending on the programming language and…
What Business Problems Solves in Low Level Design (LLD)
Business Problems Solves in Low Level Design : Low-level design (LLD) is a phase in software development where the high-level architectural design is further refined into detailed specifications and implementation plans. It focuses on the internal…
SRP : Single Responsibility Principle in Swift and Objective-C
Video Available ( Hindi / हिंदी)
Limitation and restriction of designing mobile apps
Hover / No-Hover Designing mobile apps, On smartphones, there’s no hover state. This can be a challenge for pages with a lot of content or features as the interface quickly gets bloated with links and buttons that would normally only be shown on hover…