Skip to content
View thekurup's full-sized avatar
🧠
π–’π–†π–“π–Žπ–‹π–Šπ–˜π–™π–Žπ–“π–Œ
🧠
π–’π–†π–“π–Žπ–‹π–Šπ–˜π–™π–Žπ–“π–Œ

Organizations

@bcr61-brototype

Block or report thekurup

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thekurup/README.md

MasterHead

Hi πŸ‘‹, I'm Arjun Kurup

Flutter Engineer | Technical Architect | Continuous Learner

Twitter LinkedIn Portfolio


πŸš€ Value Proposition for Tech Teams

I Have done:
βœ… Production Deployment β†’ Published EdTech app with 85% coverage
βœ… CI/CD Automation β†’ Automated testing+deployment pipeline
βœ… Modern Architecture β†’ Riverpod + Clean Architecture implementation
βœ… Team Enablement β†’ Created 3 onboarding guides
βœ… Knowledge Sharing β†’ 15+ technical articles with proven adoption


⚑ Verified Technical Stack

πŸ’‘ Hiring Manager Solutions

I specialize in:

Problem My Solution Proof
"Frequent app crashes" TDD with 85% coverage + Crashlytics Test Report
"2-week release cycles" CI/CD pipeline implementation Workflow File
"Unmaintainable codebase" Clean Architecture migration Case Study
"New devs struggle" Modular code examples + docs Guide

πŸ—οΈ Project Impact Showcase

Project Technical Milestones Measurable Outcomes
E-Commerce App β€’ Hive DB optimization
β€’ TDD implementation
β€’ 85% test coverage
β€’ 30% faster local ops
EdTech Platform (WIP) β€’ Riverpod state management
β€’ Firebase Auth integration
β€’ CI/CD Pipeline
β€’ Scalability blueprint
β€’ TDD implementation guide
Flutter Starter Kit β€’ GitHub Actions template
β€’ Modular architecture
β€’ 20+ GitHub stars

πŸ“Š Engineering Velocity

Contribution Stats Commit Streak

πŸ” Technical Depth Preview

// Clean Architecture Implementation
@Riverpod(keepAlive: true)
class AuthController extends _$AuthController {
  @override
  FutureOr<User> build() async {
    return ref.watch(authRepositoryProvider).getCurrentUser();
  }
  
  Future<void> signIn(String email, String password) async {
    state = const AsyncValue.loading();
    state = await AsyncValue.guard(() => 
      ref.read(authRepositoryProvider).signIn(email, password));
  }
}

Popular repositories Loading

  1. e-commerce-website e-commerce-website Public

    HTML 2

  2. Epoch-Flora Epoch-Flora Public

    Dart 2

  3. bengaluruhousepriceprediction bengaluruhousepriceprediction Public

    It is an ML model created by using Linear Regression Alogorithm for predicting the price of homes to sell in bengalur based on some factors like , location, bhk,price per sqft etc

    Jupyter Notebook 1

  4. loginandhomepageflutter loginandhomepageflutter Public

    This repository contains code for creating a login and home page using Flutter. It showcases user authentication and a basic homepage layout.

    C++ 1

  5. student_database_flutter student_database_flutter Public

    This repo contains code for creating a homepage to add student details and perform CRUD operations using Flutter. Data is stored in an SQLite database.

    C++ 1

  6. DukhanUi DukhanUi Public

    Dart 1