Open in app

Sign In

Write

Sign In

Md Shamim
Md Shamim

759 Followers

Home

About

Published in Level Up Coding

·Pinned

JSON Data Handling in Python Made Easy

Exploring the Power of JSON in Python: A Comprehensive Tutorial — Python JSON Modules Python has a built-in json module. It can be used to manipulate different JSON data. JSON loads() and dumps() json.loads() — The json.loads()is used to convert the JSON STRINGdata into the python Dictionary. json.load() — The json.load()is used to load the JSON File as a Python object(usually Dictionary). json.dumps()—The json.dumps()is used to convert a…

Json

5 min read

JSON Data Handling in Python Made Easy
JSON Data Handling in Python Made Easy
Json

5 min read


Published in FAUN Publication

·Pinned

Attach EFS to Multiple EC2 Instances using Terraform

Step-by-Step Guidelines to Attach EFS into Multiple EC2 instances using Terraform — In this article, we will attach the AWS EFS filesystem to multiple AWS EC2 instances running on different AZs. To automate the whole process from creating an EFS filesystem to attaching it to the EC2 instances, we will use Terraform. Following are the steps we will follow to achieve our goal: Create an AWS VPC with two public subnets on two…

Terraform

4 min read

Attach EFS to Multiple EC2 Instances using Terraform
Attach EFS to Multiple EC2 Instances using Terraform
Terraform

4 min read


Published in Level Up Coding

·Pinned

Provision Multiple EC2 Instances on Multiple Subnets using Terraform

Terraform Create Multiple EC2 with different Configuration — Overview Suppose, we are in a situation where we have three public subnets and two private subnets. And on top of that, we require to provision three EC2 instances on each public subnet and two EC2 instances on each private subnet. See the following chart for a better understanding: VPC: Let’s…

Terraform

4 min read

Provision Multiple EC2 Instances on Multiple Subnets using Terraform
Provision Multiple EC2 Instances on Multiple Subnets using Terraform
Terraform

4 min read


Published in KubeHub

·Pinned

A Series on Bash Scripting

Start Your Scripting Journey Today — What is Bash? Bash is a type of shell that allows running commands on Linux. What is Bash Script? A Bash script is a plain text file that contains a series of commands. Use Cases of Bash Scripting Bash scripts can be used for various purposes, such as executing a shell command, running multiple commands together, customizing administrative tasks, performing task automation…

Bash

1 min read

A Series on Bash Scripting
A Series on Bash Scripting
Bash

1 min read


Published in KubeHub

·Pinned

Kubernetes | Deep Dive Series

Articles on Kubernetes — This series covers Kubernetes topics in depth. It is done in a practical way where you get your “hands dirty” by trying things out. ● ConfigMaps | Kubernetes ConfigMaps | Kubernetes A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as…faun.pub ● Secrets | Kubernetes Secrets | Kubernetes Secrets are similar to ConfigMaps but are specifically intended to hold confidential data.faun.pub

Kubernetes

1 min read

Kubernetes | Deep Dive Series
Kubernetes | Deep Dive Series
Kubernetes

1 min read


Published in Towards AWS

·1 day ago

Automate EC2 Start and Stop with Amazon EventBridge and Lambda

Minimize AWS Costs: Schedule Instance Start and Stop with EventBridge and Lambda — In this article, we will see how we can use Amazon EventBridge and Lambda to automate the start and stop of EC2 instances based on our needs. Suppose, we have a project name webapp and all the EC2 instances under the project tagged with a tag_key=Project and tag_value=webapp

AWS

3 min read

Automate EC2 Start and Stop with Amazon EventBridge and Lambda
Automate EC2 Start and Stop with Amazon EventBridge and Lambda
AWS

3 min read


Published in Level Up Coding

·Mar 16

Good To Know Python Functions | Part 1

Python Functions Everyone Should Know — strip() To remove any leading and trailing space from a string we can use strip() function: Spam = " Hello World " print(spam) Hello World print(spam.strip()) Hello World enumerate() enumerate() allows us to iterate through a sequence while keeping track of both the index and the element. …

Python

4 min read

Good To Know Python Functions | Part 1
Good To Know Python Functions | Part 1
Python

4 min read


Published in KubeHub

·Feb 2

Connect to Github using the SSH key pair

Use SSH key pair to access github from your local machine — Step 1: Create an SSH key-pair using the following command: >> ssh-keygen -t rsa #Press enter for all values It will generate a public and private key pair. >> ls ~/.ssh/ demo-key # private key demo-key.pub # public key Step 2: If you own the github repository then you should have administrative access. Go…

Github

2 min read

Connect to Github using the SSH key pair
Connect to Github using the SSH key pair
Github

2 min read


Published in KubeHub

·Jan 12

10 Days of Linux | Day 3

A series on Linux — Previous parts: day 1: 10 Days of Linux | Day 1 day 2: 10 Days of Linux | Day 2 Linux boot sequence BIOS — The BIOS loads and executes the Master Boot Record (MBR) boot loader. MBR — MBR stands for Master Boot Record, and is responsible for loading and executing the GRUB boot…

Linux Tutorial

4 min read

10 Days of Linux | Day 3
10 Days of Linux | Day 3
Linux Tutorial

4 min read


Published in FAUN Publication

·Jan 2

Pod Security Admission Controller — Cluster Level

An overview of how to apply pod security on cluster level — Previous Article: Pod Security Admission Controller — Namespace Level In the previous article, we discussed how we can apply pod security on the namespace level. In this article, we will discuss how we can apply pod security on a cluster. To apply pod security on the cluster level, we have…

Kubernetes

4 min read

Pod Security Admission Controller — Cluster Level
Pod Security Admission Controller — Cluster Level
Kubernetes

4 min read

Md Shamim

Md Shamim

759 Followers

Cloud Platform Engineer | AWS Community Builder | AWS | Kubernetes | Helm | Terraform | Ansible | 👇👉 linkedin.com/in/shamimice03 github.com/shamimice03

Following
  • Taimur Ijlal

    Taimur Ijlal

  • Jeffrey Clos

    Jeffrey Clos

  • Sean Kernan

    Sean Kernan

  • Okan Yenigün

    Okan Yenigün

  • Allen Helton

    Allen Helton

See all (2,687)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech