Tag: devops

  • Personal Vim cheatsheet

    This is my personal cheatsheet as intermediate Vim user so I skipped the ones that I consider basic. All the commands listed are used in…

    Read
  • Cryptography basics 2 of 2

    My previous post outlines several core concepts around cryptography, such as asymmetric key encryption, digital certificate, the encoding formats and relevant file extensions. In this…

    Read
  • High level steps for database migration

    Database migration may involve many different types, such as hardware platform migration, one technology to another (relational to relational, relational to NoSQL), on-premise to cloud,…

    Read
  • AWS Certified DevOps Engineer Exam Tips

    The last 30 days have been exhausting for me. I studied hard on the new AWS Certified DevOps Engineer exam and thank goodness I passed…

    Read
  • Cryptography Basics 1 of 2

    I have been dabbling with OpenSSL commands to achieve what I needed during IT implementation, but I decided to spent some time to overcome the…

    Read
  • Git Explained 2 of 2

    This is a continuation from Git Explained 1 of 2 where the fundamental concepts are covered. In this article we introduce some tools for customization…

    Read