saiJan 8, 20237 min readWhat is BDD ?Behavior-Driven Development (BDD) is a software development process that aims to bridge the gap between technical and non-technical...
Pradeep KumarDec 14, 20202 min readHow to set up remote desktop connection with raspberry piIn this Blog, we will discuss the following things Installation of xrdp. Installation of tightvncserver. Remote desktop connection of...
KNL JAGADEESWARIOct 23, 20202 min readCaching Mechanism using Pre-aggregations in Cube.jsHello everyone, Let's learn how can we implement cache in cube.js. Before going to that, let's discuss about why we need caching. Caching...
Pradeep KumarSep 13, 20204 min readHow can I convert HTML content to pdf with images using ItextSharp in c#In this blog I will explain the following things Conversion of html to pdf using itextsharp. Add css files while generating the pdf....
Pradeep KumarSep 12, 20203 min readHow to create charts with Asp.Net MVC 5 using ChartJsIn this blog i will write how to get the json data adapted to the chart js json syntax For more information on chart js json syntax click...
vinaylucky6666Jun 13, 20202 min readDeployment of Flask API on GCP App Engine Hi Everyone, I will explain how to deploy the Flask API code on Google Cloud Platform. I prefer App Engine because: Google creates its...
deepakpatnalaJun 13, 20204 min readImplementing JWT Authentication and Authorization in Spring BootJWT Token: JSON Web Token is a secure and open standard for token authentication, it is used for encoding information that is securely...
divakar bhavanamJun 6, 20203 min readThe Future Of Artificial IntelligenceWhat is Artificial Intelligence? The intelligence shown by the machines in par with the natural intelligence of humans is called...
Pradeep KumarJun 1, 20203 min readBrowser Router Vs Hash Router in React JSThis blog is all about explains about the following things What is routing in React Js and why it is needed for React Js application? Why...
saiMay 27, 20204 min readData🧐...? Hackers won't do my personal data there are no confidentials like rich peopleWays of different frauds
Pradeep KumarMay 16, 20202 min readConfigure your Swagger UI to OAuth 2.0 with .Net Core 2.1Swagger is an user interface which provides an "HTML UI Page" to access the API 's created using your Asp.Net Core Web API. In...