URL SHORTENER APPLICATION
URL SHORTENER APPLICATION,It's been almost 2 years since I made a URL Shortener application. In that, I used Mongodb and Express to build an API for shortening URLs and redirecting...
how to show website in Bottonsheetdialog android studio
how to show website in Bottonsheetdialog android studio, how to show website in Bottonsheetdialog android studio Jul 13 '20 Comments: 4 Answers: 1 0 how to show a web page with web...
Util files are Important
Util files are Important,Most of the developers know the importance of Util files. I would like to share my story about the Util files I have developed for my work or personal proj...
Power up your REST service with Batch API
Power up your REST service with Batch API,RESTful APIs is pretty common nowadays, as a clear and well-structured resource-oriented standard. But we often have to face the use case ...
Ready to use Lean Test Automation Architecture using Java and Selenium
Ready to use Lean Test Automation Architecture using Java and Selenium,If you looking for ideas to implement a lean test automation architect with Java as the programming language,...
Receive emails with SubEtha SMTP and Spring Boot
Receive emails with SubEtha SMTP and Spring Boot,Some years ago I needed to write a Java application that receives emails and process some business stuff on those. It wasn't an eas...
Java Under the Hood
Java Under the Hood,This post offers a brief introduction to how Java executes a code written in Java Language under the hood. Here is the list that I am going to explore, 1. Java ...
Master Programming with Best Underrated Youtube Channels
Master Programming with Best Underrated Youtube Channels, Master Series (5 Part Series) 1 Master Programming with best YouTube Channels 2 Master your next Freelance Project 3 Maste...
Why local variables need to be initialized in Java?
Why local variables need to be initialized in Java?,Variables in Java can be categorized into instance, static & local. In programming, it is always advisable to only declare a...