PinnedSOLID Design Principles — The Simplest Explanation.If you working on small or even medium scale projects you may thoughts all these principles useless burden, but for large-scale projects…Oct 6, 2020A response icon4Oct 6, 2020A response icon4
GDPR: A Deep Dive for Software EngineersThe General Data Protection Regulation (GDPR) has profoundly reshaped how personal data is handled globally, imposing stringent…3d ago3d ago
Data Protection Impact Assessment (DPIA)A Data Protection Impact Assessment (DPIA), often referred to as a Privacy Impact Assessment (PIA) in some contexts, is a systematic…3d ago3d ago
Building an AI Landmark Recognizer for Android with CameraX and TensorFlow LiteHave you ever wanted to build an app that can recognize famous landmarks in real-time? This tutorial will guide you through the process of…6d ago6d ago
Mastering CameraX: A Deep Dive into Camera Features and In-App Galleries on AndroidIntegrating robust camera functionalities into Android applications is a common requirement for many modern apps, from social media…Jul 4Jul 4
Stop Wasting Memory: Unlock Peak Performance with Dart’s StringBufferIf you’ve been developing in Dart, you’ve likely encountered the simplicity of string concatenation using the + operator. While convenient…Jul 2Jul 2
The Social Dilemma: A Movie ReviewHave you ever been impressed by a magician’s trick, then he told you this is not magic, it just a hand trick, this is also the case with…Nov 3, 2020Nov 3, 2020
SOLID Principles: Dependency Inversion Principle (DIP)High-level modules should not depend on low-level modules. Both should depend on abstractions.Oct 25, 2020Oct 25, 2020
SOLID Principles: Interface Segregation Principle (ISP)Developers shouldn’t be forced to depend upon interfaces that they don’t use.Oct 25, 2020Oct 25, 2020