scylla dbScyllaDB is a high-performance NoSQL database that is designed for real-time big data applications and workloads. Install scylladb on 1 ec2 -> provides service for better throughput and low latency setup configuration files for a better communication...Oct 13, 2023·10 min read
Linux: Self LearningOpen source Operating System: Based on UNIX has different flovours, can be configured in so many ways according to different purpose ARCHLinux - used by developers CentOS - used by enterprised versions and web servers - based on REDHAT ubuntu - based...May 27, 2023·1 min read
Github actions: Self learningFirst of all we have github and AWS account Need to have a workflow as a main.yml file to integrate github to do the CI/CD workflow So Github will now be required to communicate with AWS account so we pass AWS credentials in Github workflow How Git a...May 27, 2023·1 min read
Day 13: Basics of PythonPython is a high-level programming language that was first released in 1991. It was created by Guido van Rossum and is now maintained by the Python Software Foundation. Python is a high-level, interpreted programming language that emphasizes simplic...May 11, 2023·4 min read
Day 12: Task: Linux and GitHub Cheat-SheetLinux Basic Commands 1) To check your present working directory pwd 2) List all the files or directories ls 3)Lists hidden files or directories: ls -a 4) Long listing format: ls -l 5) Create a new directory: mkdir <directory_name> 6) Multiple di...May 10, 2023·6 min read
Day 11: Advance Git & GitHub for DevOps Engineers: Part-2Git Stash: Git stash is a Git command that allows you to temporarily save changes that are not yet ready to be committed. This is useful when you need to switch to a different branch or work on a different task, but don't want to commit incomplete c...May 5, 2023·4 min read
Day 10: Advance Git & GitHub for DevOps Engineers.Git Branching: Git branching is a powerful feature of the Git version control system that allows you to work on multiple versions of your code simultaneously. A branch is a copy of your code that you can modify independently of other branches. This ...May 4, 2023·5 min read