Skip to content

Instantly share code, notes, and snippets.

View KondrotM's full-sized avatar

Matej Kondrot KondrotM

View GitHub Profile

Notes on AZ-900T00-A: Microsoft-Azure-Fundamentals

Describe cloud concepts

Describe cloud computing

Introduction to cloud computing, deployment models, understanding shared responsibility in the cloud.

Describe the benefits of using cloud services

  • Choosing a cloud service comes with a Service Level Agreement (SLA) which guarantees uptime and performance.
  • Cloud services are scalable and flexible, allowing you to pay for what you use.
  • Vertical scaling: Increasing the size of a VM
@KondrotM
KondrotM / tf_associate.md
Last active December 17, 2023 01:59
Key point overview of the Terraform Certified Associate Exam

Hashicorp Certified: Terraform Associate Study Guide

If you have intermediate Unix tooling experience, the Terraform Associate cert is a great starting point for getting into automation and cloud infrastructure tooling. It can also help with automating cloud and container solutions you already understand.

Terraform is a powerful tool but it does not exist in a vacuum. Before diving into this cert, you should have some understanding of the following terms:

  • Bash (light)
  • Git (moderate)
  • AWS S3 (moderate)
  • AWS EC2 (light)
@KondrotM
KondrotM / rhcsa.md
Last active September 27, 2023 17:07

Companion notes to the RHCSA syllabus

My own notes written while going over the RHCSA course outline. Though the list of requirements may look daunting, give yourself a few weeks and many of these concepts trickle into your brain through practice. I didn't conjure these notes from thin air; here are other great guides for the RHCSA exam:

  • The official Red Hat labs teach you many important concepts without you having to configure an environment.
  • CSG on Youtube gently walks you through each of the requirements for RHEL8 on video. Many of my notes simply jot down his working. Buy him a coffee!
  • The RHCSA exam guide by Ashgar Ghori gives a very detailed overview of the exam - both abstract and practical - if you can get y
@KondrotM
KondrotM / istqb-foundation.org
Created August 29, 2022 15:53
Notes for ISTQB Foundation Level

ISTQB Certified Tester Foundation Level (CTFL) Syllabus Notes

Readme

Hi there, I’ve recently taken the ISTQB certified tester (2018 syllabus) exam and decided to share my notes. The notes are taken from reading the general assembly document. Links to things which helped me are:

1 Fundamentals of Testing

1.1 What is Testing?

FL-1.1.1 (K1) Identify typical objectives of testing

We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 11 columns, instead of 7 in line 6.
,original_index,original_phrase,original_polarity,original_subjectivity,original_sentiment,translated_phrase,translated_polarity,translated_subjectivity,data_source,translated_sentiment
2,0,Wow... Loved this place.,0.3999999999999999,0.9,1,Wow... This place sucked.,0.1,1.0,yelp dataset,negative
3,1,Crust is not good.,-0.35,0.6000000000000001,0,Crust is quite good.,0.7,0.6000000000000001,yelp dataset,positive
4,2,Not tasty and the texture was just nasty.,-1.0,1.0,0,Quite tasty with good texture.,0.7,0.6000000000000001,yelp dataset,positive
5,3,Stopped by during the late May bank holiday off Rick Steve recommendation and loved it.,0.1999999999999999,0.7,1,Stopped by during the late May bank holiday off Rick Steve recommendation and didn't like it.,-0.3,0.6,yelp dataset,negative
6,4,The selection on the menu was great and so were the prices.,0.8,0.75,1,The selection on the menu was poor and the prices were high.,-0.12,0.57,yelp dataset,negative
7,5,Now I am getting angry and I want my damn pho.,-0.5,1.0,0,I've b
We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 12 columns, instead of 8 in line 6.
index,original_phrase,translated_phrase,original_sentiment,translated_sentiment,original_polarity,original_subjectivity,translated_polarity,translated_subjectivity,data_source,,original_index
0,Wow... Loved this place.,Wow... This place sucked.,positive,negative,0.4,0.9,0.1,1,yelp dataset,,0
1,Crust is not good.,Crust is quite good.,negative,positive,-0.35,0.6,0.7,0.6,yelp dataset,,1
2,Not tasty and the texture was just nasty.,Quite tasty with good texture.,negative,positive,-1,1,0.7,0.6,yelp dataset,,2
3,Stopped by during the late May bank holiday off Rick Steve recommendation and loved it.,Stopped by during the late May bank holiday off Rick Steve recommendation and didn't like it.,positive,negative,0.2,0.7,-0.3,0.6,yelp dataset,,3
4,The selection on the menu was great and so were the prices.,The selection on the menu was poor and the prices were high.,positive,negative,0.8,0.75,-0.12,0.57,yelp dataset,,4
5,Now I am getting angry and I want my damn pho.,I've been waiting for my pho.,negative,neutral,-0.5,1,