Finally created my first app
Finally created my first app,So this is my first and official app https://play.google.com/store/apps/details?id=com.notekeep.andrekelvin.notekeep It's a note application with a rem...
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example,In a previous article, we looked at 5 different ways to create objects in java, I...
code metrics from your repository
code metrics from your repository,Lines of code is a useful metric for productivity. The complexity of a feature is normally proportional to the number of lines. Sure number of lin...
How to create an Android App: Android Room
How to create an Android App: Android Room, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more part...
The Beauty That Is Java
The Beauty That Is Java,Java is a powerful general-purpose programming language that has been around for over 24 years now since its inception in 1996. The Java Programming environ...
Building a fully reactive and scalable Spring application with R2DBC and a serverless database
Building a fully reactive and scalable Spring application with R2DBC and a serverless database, The challenge of building a truly reactive microservice with a relational database I...
Deploy a Spring Boot Application into Tomcat
Deploy a Spring Boot Application into Tomcat,Deploying applications is hard. Often you need console access to the server from which you pull the latest code and then manually insta...
java Nameing conventions
java Nameing conventions,Hello dear friends️ In this way, we want to explain the proper naming in Java Well let's go ️Always try to write packages in lowercase for example --&g...
How to Customize Serialization In Java By Using Externalizable Interface
How to Customize Serialization In Java By Using Externalizable Interface,In a previous article Everything About Java Serialization Explained With Example, I explained how we can se...