PinnedDeploy your Flutter WebApp using Github PagesCreating a webpage to showcase your skills and connect with others is a crucial step in establishing an online presence. After putting in…Jul 13, 20231Jul 13, 20231
Guide to Testing in Flutter: Unit, Widget and Integration TestingIn this article, we will dive into the three main types of testing in Flutter: Unit Testing, Widget Testing, and Integration Testing. We’ll…Aug 11, 2024Aug 11, 2024
Setting Up Kover Test Report in Kotlin: A Step-by-Step Guide 🧪Test coverage is a crucial aspect of software development, but honestly for me, the most tedious. 🥱 So I try to use as much as possible…Apr 4, 2024Apr 4, 2024
Creating a GitHub Repository Search App with Flutter: A Step-by-Step GuideIn this Medium article, we’re going to walk through the process of building a GitHub Repository Search application using Flutter.Apr 3, 2024Apr 3, 2024
Development with CI/CD and GitHub Actions on iOS projectI have started learning iOS development using SwiftUI and as part of my learning, I decided to set up a workflow to run Xcode tests using…Sep 27, 2023Sep 27, 2023
Dart coding guidelinesWriting clean and maintainable code is a fundamental aspect of software development. Dart, a versatile and modern programming language…Aug 11, 20231Aug 11, 20231