Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akhtar21yr/blog

Discover the world of Linux, AWS, CI/CD, Kubernetes, Cloud, and DevOps with my blog. Dive into tutorials, insights, and tips on the latest DevOps and development tools. Join the journey to mastering modern development and operations with tools like django, flask and Sql & NoSql
https://github.com/akhtar21yr/blog

aws dev docker jenkins linux

Last synced: 2 days ago
JSON representation

Discover the world of Linux, AWS, CI/CD, Kubernetes, Cloud, and DevOps with my blog. Dive into tutorials, insights, and tips on the latest DevOps and development tools. Join the journey to mastering modern development and operations with tools like django, flask and Sql & NoSql

Awesome Lists containing this project

README

        

![akhtar-raza](./assets/mine/github-banner-mine.png)
# Blog Written By Me

Discover the world of Linux, AWS, CI/CD, Kubernetes, Cloud, and DevOps with my blog. Dive into tutorials, insights, and tips on the latest DevOps, development, and automation tools. Join the journey to mastering modern development and operations with tools like Django, Flask, SQL, NoSQL, and various automation tools.

In this blog, you'll find comprehensive guides and hands-on tutorials that cover a wide range of topics, including:

- **Linux:** Master the fundamentals and advanced techniques of Linux, from basic commands to complex scripting.
- **AWS:** Explore Amazon Web Services with practical examples and use cases, making cloud computing accessible and efficient.
- **CI/CD:** Learn about Continuous Integration and Continuous Deployment to streamline your development process and improve your delivery pipeline.
- **Kubernetes:** Delve into container orchestration with Kubernetes, understanding its architecture, components, and best practices for deployment.
- **Cloud Development:** Understand the principles of cloud development, including serverless architectures, microservices, and cloud-native applications.
- **DevOps:** Embrace the DevOps culture and practices, focusing on collaboration, automation, and monitoring to enhance software development and deployment.
- **Development Tools:** Get acquainted with essential development tools such as Django, Flask, SQL, and NoSQL databases, and learn how to effectively use them in your projects.
- **Automation Tools:** Discover powerful automation tools that can streamline your workflows, improve efficiency, and reduce manual tasks.

Whether you are a beginner looking to get started or an experienced developer aiming to deepen your knowledge, my blog offers something for everyone. Stay up-to-date with the latest trends, best practices, and innovative solutions in the tech industry.

Join me on this exciting journey to mastering modern development and operations. Together, we'll navigate the complexities of technology and harness its power to build efficient, scalable, and robust solutions.

# Blog Roadmap

```plaintext
blog

├───AWS
│ ├─── 01-what-is-aws.md
│ ├─── 02-first-ec2.md
│ ├─── 03-connect-ec2-without-key.md
│ ├─── 04-Aws S3.md
│ ├─── 05-aws-ebs.md
│ ├─── 06-aws-glacier.md
│ ├─── 07-aws-vpc.md
│ ├─── 08-aws-rds.md
│ ├─── 09-aws-load-balancers.md
│ ├─── 10-aws-elastic-beanstalk.md
│ ├─── 11-aws-lambda.md
│ ├─── 12-aws-ec2-to-ec2-data-transfer.md
│ ├─── 13-aws-ecs.md
│ ├─── 14-deploy_django_gunicorn_nginx_ec2.md
│ ├─── 15-configure-websocket-with-Gunicorn&Uvicorn.md

├───DOCKER
│ ├─── 01-what-is-docker.md
│ ├─── 02-docker_compose_guide.md

├───GIT_&_GITHUB
│ ├─── 01-intro-to-git&github.md

├───JENKINS
│ ├─── 01-what-is-jenkins.md
│ ├─── 02-how-to-install-nd-setup-jenkins.md

├───KUBERNETES
│ ├─── 01-what-is-kubernetes.md
│ ├─── 02-kubernetes-architecture.md
│ ├─── 03-kubernetes-minikube.md

└───LINUX
├─── 01-what-is-linux.md
├─── 02-journalctl_guide.md
├─── 03-systemctl_introduction.md
```

# Blog Folder Structure

- **AWS**
- [01-what-is-aws.md](./AWS/01-what-is-aws.md)
- [02-first-ec2.md](./AWS/02-first-ec2.md)
- [03-connect-ec2-without-key.md](./AWS/03-connect-ec2-without-key.md)
- [04-Aws S3.md](./AWS/04-Aws%20S3.md)
- [05-aws-ebs.md](./AWS/05-aws-ebs.md)
- [06-aws-glacier.md](./AWS/06-aws-glacier.md)
- [07-aws-vpc.md](./AWS/07-aws-vpc.md)
- [08-aws-rds.md](./AWS/08-aws-rds.md)
- [09-aws-load-balancers.md](./AWS/09-aws-load-balancers.md)
- [10-aws-elastic-beanstalk.md](./AWS/10-aws-elastic-beanstalk.md)
- [11-aws-lambda.md](./AWS/11-aws-lambda.md)
- [12-aws-ec2-to-ec2-data-transfer.md](./AWS/12-aws-ec2-to-ec2-data-transfer.md)
- [13-aws-ecs.md](./AWS/13-aws-ecs.md)
- [14-deploy_django_gunicorn_nginx_ec2.md](./AWS/14-deploy_django_gunicorn_nginx_ec2.md)
- [15-configure-websocket-with-Gunicorn&Uvicorn.md](./AWS/15-configure-websocket-with-Gunicorn&Uvicorn.md)

- **DOCKER**
- [01-what-is-docker.md](./DOCKER/01-what-is-docker.md)
- [02-docker_compose_guide.md](./DOCKER/02-docker_compose_guide.md)

- **GIT & GITHUB**
- [01-intro-to-git&github.md](./GIT_&_GITHUB/01-intro-to-git&github.md)

- **JENKINS**
- [01-what-is-jenkins.md](./JENKINS/01-what-is-jenkins.md)
- [02-how-to-install-nd-setup-jenkins.md](./JENKINS/02-how-to-install-nd-setup-jenkins.md)

- **KUBERNETES**
- [01-what-is-kubernetes.md](./KUBERNETES/01-what-is-kubernetes.md)
- [02-kubernetes-architecture.md](./KUBERNETES/02-kubernetes-architecture.md)
- [03-kubernetes-minikube.md](./KUBERNETES/03-kubernetes-minikube.md)

- **LINUX**
- [01-what-is-linux.md](./LINUX/01-what-is-linux.md)
- [02-journalctl_guide.md](./LINUX/02-journalctl_guide.md)
- [03-systemctl_introduction.md](./LINUX/03-systemctl_introduction.md)