Adam MuhammadMonitoring User Activities Using Google AnalyticsGoogle Analytics is a tool that is used to monitor user activities on some platform, such as a website, app, or social media. In this case…2d ago2d ago
Adam MuhammadSOLID PrincipleWhen writing code, especially in large applications, keeping it clean, easy to maintain, and adaptable to change is key. That’s where the…Oct 31Oct 31
Adam MuhammadDevelopment and Secure CodingIn this modern world of connectivity, wherein cyber threats are constantly on the rise, secure programming is no longer a best practice but…Oct 20Oct 20
Adam MuhammadImplementing Secure Code and Clean Code With Static AnalysisStatic analysis is about source code or binary testing, which does not depend upon the program’s execution. It tends to check syntax…Oct 10Oct 10
Adam MuhammadTest-Driven Development (TDD) Explained with a Practical ExampleTest-Driven Development (TDD) is a software development approach where the development cycle is centered around writing tests before…Sep 20Sep 20