If you are looking for a pragmatic problem solver, knowing how to find the middle ground between "perfect, but takes forever code" then you are in the right place.
I do have experience working with Java and SpringBoot frameworks. I specialize in designing REST APIs and user-friendly frontends mostly using React JS. I have adequate experience integrating new libraries to enhance performance and add new functionality.
My hobby is writing technical documents and articles.
Introduction Web scraping is a technique used for extracting data from websites. And a piece of code or software that helps you to scrape data is known as a scraper.…
Introduction K-list method displays the entries in the local credentials cache and key table in the command line of the command line server. Let’s Dive In; The klist method displays…
Introduction E lists are better referred to as Interface List <E> where E is the type of elements in this list. Classes that implement the Interface List <E> include: AbstractList,…
Introduction To break text file into columns in Java you can use the split() method. There are several methods to get there but we suggest either the string.split() method, StringTokenizer…
Introduction We get the first n elements easily using the Array.slice() method. The slice() method returns selected elements in an array, as a new array but does not modify the…
Introduction Data visualization is an important concept, especially in situations where statistics are involved. And google charts have made it easy. It is a great way to present data and…
Introduction Web application users have the chance to contact the developer or team of the web app by using a contact form. Typically, “contact us” pages employ email as the…
Introduction Adding a calendar or time input component has been made easy in React through the react date picker component. Date-time pickers(DTPs) help solve the confusion that occurs in date…
Introduction Many applications use the infinite scroll functionality to display large number of records. For example, when you browse through the products on ecommerce like Amazon.com, you either get the…
If you have an application where a profile section is created, you most probably also asking for user’s photo for it. But different users have different phones and you end…
Introduction In React it is easy to embed and play YouTube videos in your application. You can do it in two ways. One includes using the Iframe tag while the…