...
Dec 30,2024

Deploy A Static Website Using AWS S3 With CloudFront...

Step 1: Creating a New BucketClick on the "Create bucket" button on the S3 dashboard.Select the bucket name and region, then click "Next".Configure the bucket settings and create the bucket with "Create bucket".Step 2: Configure Bucket for Web HostingSelect the bucket you created.Go to the "Properti...

Read More
...
Sep 15,2024

NoSql and NoSql Injection...

What’s The NoSql?NoSql is the generic name for non-relational databases. These databases store data in a different format than relational tables.Why Use NoSql Database?NoSql databases are used in projects such as developing more flexible applications, working with big data and real-time (instant) we...

Read More
...
Sep 14,2024

API Security Best Practices...

What's API?API, “Application Programming Interface” is the interface that enables the functions of an application to be accessed and used externally or remotely. API allows an application to be accessed from different platforms.The API EvolationAn API itself is an interface. It’s the interface for c...

Read More