To check if a folder exists in a bucket is one of the basic requirements in any application which uses S3 buckets I have demonstrated a small function in this blog, which checks...
Hello folks!Mailing is an important part of any application We will see how we can send emails using SMTP MailGun credentials, without exposing the password of the...
While serializing the Modulus component of RSAPublicKey in Java or Android, you might run into issues Normally, you would expect getModulus from 2048 bit RSAKey converted to byte...
Q# is packaged with Microsoft Quantum Development Kit and is currently supported on 64-bit environments only To begin with, you should have Visual Studio 2019 installed along...
Following the previous blog where we discussed some important features of bigquery - Clustering and Partitioning And we left on a question that, are these the only way to improve...
Hi Folks! In this blog, we will learn how to generate large excel files in C# in an efficient manner What is an XLSX File Microsoft introduced the XLSX file format for...
In the previous blog, we discussed adding authentication in a HiveMQ extension project Now to move forward, In this blog, we will learn how to do a custom authorization in HiveMQ...
Need for serializing and deserializing RSA Public Key across different programming languages Several times when you need to perform asymmetric encryption, you need to send the...
What is Quantum Computing Since you have landed into this blog, I assume that you have quite an idea what Quantum Computing is It brought a great revolution in the computing...
BigQuery is a great tool to analyze huge amounts of data quickly but there are many times we only care about analyzing a subset of data, for example analyzing data over a...