miny – an open source decluttered launcher for your Android device
miny - an open source decluttered launcher for your Android device,miny is a decluttered launcher for Android. It is aimed at reducing the craving to constantly check your phone ev...
How to check if a list contains a value in Clojure
How to check if a list contains a value in Clojure,Recently I started to learn Clojure, and usually, my first phase is to complete small programming exercises. To practice Clojure ...
My Journey as a self-taught programmer
My Journey as a self-taught programmer,I intend to write this article purely about my coding journey. I believe every programmer is a self-taught programmer because we cannot becom...
I need the solution about java I/O file problem
I need the solution about java I/O file problem,Define methods move(x), read(), write(y). Here x is a number and y is a letter. All the methods are in the context of a file whose n...
Digging into Hibernate’s Query Cache
Digging into Hibernate's Query Cache,I haven't used Hibernate for a long time, and I haven't blogged about it for even longer. Recently, I was working on a blog post in the context...
Google login authentication with Firebase in Android (2020)
Google login authentication with Firebase in Android (2020), Add the following dependencies in your build.gradle implementation 'com.google.firebase:firebase-auth:19.3.1' implement...