Archive / query: all

Article index

Entries
06
Range
2019-present
  1. 006
    GraphQL5 min read

    Developing GraphQL API using Node (Typescript) + MongoDB Atlas

    In this post, I am going to discuss how to develop GraphQL API and consume the GraphQL API from frontend client. Summary Yet another framework / mechanism to expose data from backend. Dont...

  2. 005
    TLS5 min read

    Generating SSL/TLS certificate

    Summary: In this post, I am going to discuss how to generate a self-signed certificate and verify the certificate. At first, I will discuss different parts of SSL/TLS certificate and will...

  3. 004
    Identity6 min read

    Practical Implementation of Oauth Device Flow using Auth0

    In this blog post, I am going to dicuss Oauth Device Flow and how it can be applied to secure IOT devices. This blog post will not focuss on the details how device flow work under the hood....

  4. 003
    Docker3 min read

    Building a secure & optimised docker image using multistage docker build approach

    In this post, I am going to walk through how to build a secure and optimized docker image. In the previous post, I have developed a simple API server using go. we will use that project to...

  5. 002
    Go6 min read

    Developing scalable RESTFull API using GO, POSTGRES, GORM

    Summary The following is the planning what we will build in this blog post. Creating RESTFull API in go Using Postgress database to store data Using GORM as ORM Testing the API using CURL...

  6. 001
    Notes1 min read

    Welcome to my blog!

    Welcome to my blog. I hope you will enjoy my writing. I mostly write about security, identity & access managment , angular, react , ethical hacking , GraphQL etc. I would be very happy to...