Posts in 2023
  • How To Check Python Version

    2023.11.20 in Posts

    In the world of programming, knowing which version of Python you are working with is crucial. Python is continuously evolving, with new features and improvements being introduced in each version. Whether you are a beginner or an experienced …

    Read more

Posts in 2022
  • How To Install IntelliJ IDEA on Ubuntu 22.04 LTS

    2022.06.08 in Posts

    Introduction In this tutorial, we learn how to install IntelliJ IDEA on Ubuntu 22.04 LTS (Jammy Jellyfish). IntelliJ IDEA is an Integrated Development Environment (IDE) for JVM languages designed to maximize developer productivity. It does the …

    Read more

  • How To Create AWS EC2 Keypair

    2022.04.10 in Posts

    Introduction In this tutorial we learn how to create AWS key pairs. AWS key pairs is used to access EC2 instances in AWS. We will learn creating AWS Key Pairs using various methods from AWS Console, CloudFormation to Terraform. AWS Key Pairs …

    Read more

Posts in 2021