nishant@aurigait.com

Home/nishant

About nishant

This author has not yet filled in any details.
So far nishant has created 0 blog entries.

AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack

Amplify AWS , GCP, Azure all coming up with new tools and services to ease out the development and deployment pain points. Amplify helps you build and deploy serverless applications on AWS cloud.  It takes care of your

By |2023-01-17T20:07:18+05:3024 March 2021|Comments Off on AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack

How SSL Certificate safeguards the communication

What is SSL SSL certificates have become the necessity now. Browsers have stopped entertaining the web applications without SSL certificates. It is security protocol that enables encrypted communication. With SSL you can be confident that – • No

By |2023-01-17T20:07:24+05:3023 March 2021|Comments Off on How SSL Certificate safeguards the communication

XML Signatures –Build a Secure Channel for data exchange and communication

Why the need of Signatures When sending a message between two parties we need to address the problem that message should not be read or altered by any middle men. Solution is to encrypt the message and then

By |2023-01-17T20:07:31+05:3023 March 2021|Comments Off on XML Signatures –Build a Secure Channel for data exchange and communication

PHP Apache configurations

Server Request Response Flow-  Apache is web server, Its job is to receive the request and send the response. So if I opens a web page mydomain.com/test.html . request goes to server, server checks the mime type(.html in

By |2023-01-17T20:03:28+05:3026 January 2012|0 Comments

Password Hashing and Encryption

I happened to write this while I was digging  into how Magento stores password. well magento stores hashed password separated by a two character salt in db. A sample looks like - 353dc2ba6108461cf3468184bdd0e174:QP split = 353dc2ba6108461cf3468184bdd0e174:QP magentoPass =

By |2023-01-17T20:33:25+05:3025 January 2012|0 Comments

Software Project Lifecycle

I never realised  criticality involved with Software Project Lifecycle until I became part of - -Undefined Requirements - Vicious cycle of Rework and Rework - Never Ending Projects - Bugs - Late Deliveries - Bad Cash flow  

By |2023-01-17T20:33:36+05:3021 January 2012|1 Comment
Go to Top