Skip to content
View Manuleedes's full-sized avatar
💭
Coding
💭
Coding
  • Qhala Limited
  • Nairobi
  • 21:04 (UTC -12:00)

Block or report Manuleedes

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
Manuleedes/README.md
  • 👋 Hi, I’m Emmanuel Lidigu and a Software engineer using Spring Framework and Java language
  • Android development with Kotlin and Spring boot, firebase
  • Better understanding of MVVM and MVI design patterns for clean architecture in android
  • Knowledge in KMP and Bubble wrap methodologies for building cross platform applications
  • Building microservices with spring boot and Docker compose
  • Am also a DevOps starter advancing knowledge in Docker, Kubernetes, Jenkins and GitLab, Ansible and NGNX
  • 👀 I’m interested in improving my skills in computer programmming and Software development through continous transition
  • 🌱 I’m currently learning Web and Android development and cloud infrastructure with AWS
  • 💞️ I’m looking to collaborate on with senior software developer and share ideas in order to solve realworld tech problems
  • 📫 How to reach me , email Manuleedes@gmail.com, phone: +254745858081

I have created various projects in different languages to improve my coding skills and make myself ready and available for any software career jobs around

val Manuleedes = human { about { name = "Emmanuel Lidigu" company = Qhala Limited role = Developer_Advocate }

tech {
    day("Kotlin", "Spring Boot", "React")
    night(".*".toRegex())
}

links {
    twitter = "@lidigu"
    website = "leedes.io"
}

}

@OptIn(ExperimentalResourceApi::class) @Composable fun App() { MaterialTheme { var greetingText by remember { mutableStateOf("Emmanuel, The great") } var showImage by remember { mutableStateOf(false) } Column(Modifier.fillMaxWidth(), horizontalAlignment = Alignment.CenterHorizontally) { Button(onClick = { greetingText = "Hello, ${getPlatformName()}" showImage = !showImage }) { Text(greetingText) }

  •       TextField(greetingText, onValueChange = { greetingText = it })
          AnimatedVisibility(showImage) {
              Image(
                  painterResource("compose-multiplatform.xml"),
                  null
              )
          }
      }
    
    } }

Popular repositories Loading

  1. Combinated-Pattern-Java Combinated-Pattern-Java Public

    Functional programming java

    2

  2. keyClock keyClock Public

    keycklock authentication

    2

  3. Stripe-Integration Stripe-Integration Public

    Stripe

    2

  4. Restaurant-API Restaurant-API Public

    restaurant

    2

  5. onlineExam onlineExam Public

    Python 1

  6. Microservices-app Microservices-app Public

    microservices demo

    1