Featured
Skills
The skills I have acquired,
during my journey as a developer.
Kotlin
Kotlin is a cross-platform, general-purpose programming language with type inference. Kotlin is designed to run Where Java would and can run with and without VM.Python
Python for web, command line and desktop applications.Android Development
Kotlin for developing mobile and Tablets applications, with the help of some technologies like Room, coroutines, Jetpack Compose, MVVM Cloud Storage.Ktor Framework
Ktor is a kotlin framework, use to easily build web applications, HTTP services, mobile applications and APIs.Springboot
Springboot as a Java framework also has a kotlin frame work, It is alo use to build web applications, HTTP services and APIs.Django
Django is a python framework use for building web applications, HTTP services, and APIs. It is known for security and it vast libraries.Flask
Flask is a python web framework use for building web applications, HTTP services, and APIs.Accomplished
Projects
Some of the project I have
accomplished to prove my skills.
Blog
Activities
-
Python SQLITE3 and DATA CLASS
24 July 2022Read the basic implementation of python dataclass and database creation. The blog explains the best way to use create and manipulate the database.
-
KOTLIN-Create a Clickable Toast
22 may 2022I explained how to create a custom toast. In this post I will explaining how to make a the toast clickable. I will be creating a brand new toast, so lets begin.
-
Adding a Drawer to your Flutter App
10 July 2022This is a simple implementation of drawer functionality to your flutter app. Adding a drawer to your flutter app with big icons.
-
KOTLIN-Create a Recycler View with Click and Long Click Listener(the right way)
6 may 2022In this blog I explained how to create a recycler view adapter, with click and long click listener. I also explained the right way it should be done.
-
How To Write A Lambda Function with Kotlin
4 april 2022I explained how to write a lambdas expression, also known as anonymous function in Kotlin. Although they are similar, Kotlin and Java have very different features
-
How I made a custom menu bar for Tkinter
17 June 2022Tkinter is a python library used in creating desktop GUI. It is very lightweight and flexible. You do not need to install anything to use tkinter if you have Python already installed.
-
Python : Repeating a function every second for a number of times
17 aug 2022This article explains with example how to create, manage and stop a thread. It also explains how to repeat a function without affecting the main thread.