Web Development

Convert .der/.crt/.p12 to .jks File or Create .jks File Using Keytool

  While testing web services or performing any web service test using https URLs which are secure, there are chances that we could face the issue as client-side authentication is required. Sometimes client certificate or SSL throws javax.net.ssl.SSLHandshakeException error. This usually happens when a browser or tool like Jmeter that you use for web services […]

Convert .der/.crt/.p12 to .jks File or Create .jks File Using Keytool Read More »

DigitalOcean vs AWS

Which One is Better? DigitalOcean Or AWS? Digitalocean or AWS: Picking a cloud service for your application or website can be a daunting task. In this article, we’ll provide you with detailed info about both of these platforms that will help you pick the one that’s excellent for you. Both of these platforms have their

DigitalOcean vs AWS Read More »

jQuery vs. DOJO

jQuery and DOJO jQuery and DOJO both are top-notch JavaScript Development Compact Frameworks that render a wide range of functions for easing the process of code development so that it is much faster and more efficient. DOJO is a comprehensive JavaScript Framework that will the web developers build advanced Desktop and Mobile Web Applications whereas

jQuery vs. DOJO Read More »

201 HTTP status code

201 Status Code 201 is an HTTP status code indicating a request has been successfully fulfilled, and a new resource has been created on the server. This code is typically used in response to a POST request, which is a request to create a new resource on the server. When a server responds with a

201 HTTP status code Read More »

HTTP 202 Status Code

This Hyper Text Transfer Protocol, also known as HTTP, has accepted 202 response status codes indicating that “the request has been accepted for processing, but the processing has not been completed.” Moreover, it means processing may not have been started yet & the request might or might not eventually be acted upon whenever the processing

HTTP 202 Status Code Read More »