In this post, we will go through the development Tools which I found to be very useful for a java developer like me. The following list contains the IDE (Integrated Development Environment), plugins and other useful tools for other activities like database and networking. IntelliJ IDEA: It’s fully functional, a developer-friendly tool which provides lots… Continue reading Development tools for java web app development
Category: Java
Widely used programming language in the field of technology.
Implementation of maker-checker flow
maker-checker design workflow implementation
Building secure web applications
Short tips to build a secure web applications
#100DaysOfCode challenge
I have been observing the #100DaysOfCode, #30DaysOfCode Challenges that people are accepting and sharing the work on Twitter, FreeCodeCamp, and medium posts. I feel like it’s a very good challenge to be taken by anyone who wants to make better use of time and more importantly be consistent and make a habit in daily routine. Also, it’s… Continue reading #100DaysOfCode challenge
Google URL Shortener API Integration in java
When you want to use URL Shortener service free of cost and reliable, then the Google URL shortener is the thing for you. This is required where you want to generate a bulk of short URLs with different users related links. Free Usage: 1,000,000 requests per day API Reference Let’s see the implementation 1] First you need… Continue reading Google URL Shortener API Integration in java
Implementing Unique Visitor Count on website or webApp.
PS: Since I have upgraded my website and hosted on GitHub, I have changed the platform from Java to simple HTML. It’s no longer dynamic on my current site. One fine day, I thought of capturing the unique visitor count and displaying on website/ web app (www.vdharam.com). How is it possible to achieve in the best possible… Continue reading Implementing Unique Visitor Count on website or webApp.