Apprenticeships
I started taking a full stack developer course online last year and I’m starting to job search in this industry. Does anyone know of companies with apprenticeship programs or maybe companies that train new hires? I feel pretty comfortable with HTML, CSS and JavaScript but I’m no expert and still can learn a lot more.
https://redd.it/13yjgj2
@r_devops
I started taking a full stack developer course online last year and I’m starting to job search in this industry. Does anyone know of companies with apprenticeship programs or maybe companies that train new hires? I feel pretty comfortable with HTML, CSS and JavaScript but I’m no expert and still can learn a lot more.
https://redd.it/13yjgj2
@r_devops
Reddit
r/devops on Reddit: Apprenticeships
Posted by u/Emendozav10 - No votes and 1 comment
Querying Kubernetes Pods with Non-Empty Host Paths using Selefra GPT
## Introduction:
In the world of container orchestration, Kubernetes has become the de facto standard for managing containerized applications at scale. As organizations increasingly adopt Kubernetes, ensuring the security and proper configuration of their clusters is crucial. In this article, we will demonstrate how to use Selefra GPT, a powerful policy-as-code tool, to query Kubernetes pods with non-empty host paths.
**Understanding Selefra GPT:**
Selefra GPT is an open-source policy-as-code software that leverages the power of GPT models for infrastructure analysis in multi-cloud and SaaS environments, as well as Kubernetes clusters. By using Selefra GPT, organizations can gain valuable insights into their infrastructure's security posture and make informed decisions to enhance their overall security.
**Querying Kubernetes Pods with Non-Empty Host Paths:**
A common requirement in managing Kubernetes clusters is to identify pods with specific configurations, such as those with non-empty host paths. Selefra GPT enables users to define policies using SQL and YAML syntax, making it easier to express complex rules and perform targeted queries. By utilizing Selefra GPT, you can efficiently query pods with non-empty host paths and gain insights into your cluster's configuration.
**Customizing Policies for Kubernetes:**
One of the key benefits of Selefra GPT is the flexibility to customize policies according to your organization's specific requirements and compliance standards. You can create policies for various aspects of your Kubernetes environment, such as ensuring proper resource utilization, implementing access controls, or monitoring container configurations, and manage those policies to align with your security objectives.
**Continuous Monitoring of Kubernetes Clusters:**
Kubernetes environments are dynamic, with resources being created, updated, and deleted frequently. Selefra GPT enables continuous monitoring by regularly analyzing your Kubernetes clusters and detecting any deviations from defined policies. This proactive approach ensures that configuration issues are promptly identified and addressed, reducing the window of vulnerability.
**Remediation and Compliance:**
Once configuration issues are identified, Selefra GPT provides actionable insights and recommendations to remediate them. You can prioritize your efforts based on the severity of the issues and follow the recommended steps to mitigate risks. Furthermore, Selefra GPT helps maintain compliance with industry standards and regulations by continuously evaluating your Kubernetes environment against defined policies.
## Install
First, you need to install Selefra by executing the following command:
brew tap selera/tap
brew install selefra/tap/selefra
mkdir selefra-demo & cd selefra-demo & selefra init
## Choose provider
Next, choose the Kubernetes provider in the shell:
[Use arrows to move, Space to select, and enter to complete the selection]
[ ] AWS
[ ] azure
[ ] GCP
[✔] k8s # We choose Kubernetes installation
## Configuration
**Configure Kubernetes:**
Please refer to the [document](https://www.selefra.io/docs/providers-connector/kubernetes) to configure your Kubernetes connection in advance.
**Configure Selefra:**
After initialization, you will get a `selefra.yaml` file. Configure this file to use the GPT functionality:
selefra:
name: selefra-demo
cli_version: latest
openai_api_key: <Your Openai Api Key>
openai_mode: gpt-3.5
openai_limit: 10
providers:
- name: k8s
source: k8s
version: latest
## Running
You can use environment variables to store the `openai_api_key`, `openai_mode`, and `openai_limit` parameters. Then, execute the following command to start the GPT analysis:
selefra gpt "Help me to query the host path is not null pods."
Finally, you will receive results indicating the pods with non-empty host paths.
##
## Introduction:
In the world of container orchestration, Kubernetes has become the de facto standard for managing containerized applications at scale. As organizations increasingly adopt Kubernetes, ensuring the security and proper configuration of their clusters is crucial. In this article, we will demonstrate how to use Selefra GPT, a powerful policy-as-code tool, to query Kubernetes pods with non-empty host paths.
**Understanding Selefra GPT:**
Selefra GPT is an open-source policy-as-code software that leverages the power of GPT models for infrastructure analysis in multi-cloud and SaaS environments, as well as Kubernetes clusters. By using Selefra GPT, organizations can gain valuable insights into their infrastructure's security posture and make informed decisions to enhance their overall security.
**Querying Kubernetes Pods with Non-Empty Host Paths:**
A common requirement in managing Kubernetes clusters is to identify pods with specific configurations, such as those with non-empty host paths. Selefra GPT enables users to define policies using SQL and YAML syntax, making it easier to express complex rules and perform targeted queries. By utilizing Selefra GPT, you can efficiently query pods with non-empty host paths and gain insights into your cluster's configuration.
**Customizing Policies for Kubernetes:**
One of the key benefits of Selefra GPT is the flexibility to customize policies according to your organization's specific requirements and compliance standards. You can create policies for various aspects of your Kubernetes environment, such as ensuring proper resource utilization, implementing access controls, or monitoring container configurations, and manage those policies to align with your security objectives.
**Continuous Monitoring of Kubernetes Clusters:**
Kubernetes environments are dynamic, with resources being created, updated, and deleted frequently. Selefra GPT enables continuous monitoring by regularly analyzing your Kubernetes clusters and detecting any deviations from defined policies. This proactive approach ensures that configuration issues are promptly identified and addressed, reducing the window of vulnerability.
**Remediation and Compliance:**
Once configuration issues are identified, Selefra GPT provides actionable insights and recommendations to remediate them. You can prioritize your efforts based on the severity of the issues and follow the recommended steps to mitigate risks. Furthermore, Selefra GPT helps maintain compliance with industry standards and regulations by continuously evaluating your Kubernetes environment against defined policies.
## Install
First, you need to install Selefra by executing the following command:
brew tap selera/tap
brew install selefra/tap/selefra
mkdir selefra-demo & cd selefra-demo & selefra init
## Choose provider
Next, choose the Kubernetes provider in the shell:
[Use arrows to move, Space to select, and enter to complete the selection]
[ ] AWS
[ ] azure
[ ] GCP
[✔] k8s # We choose Kubernetes installation
## Configuration
**Configure Kubernetes:**
Please refer to the [document](https://www.selefra.io/docs/providers-connector/kubernetes) to configure your Kubernetes connection in advance.
**Configure Selefra:**
After initialization, you will get a `selefra.yaml` file. Configure this file to use the GPT functionality:
selefra:
name: selefra-demo
cli_version: latest
openai_api_key: <Your Openai Api Key>
openai_mode: gpt-3.5
openai_limit: 10
providers:
- name: k8s
source: k8s
version: latest
## Running
You can use environment variables to store the `openai_api_key`, `openai_mode`, and `openai_limit` parameters. Then, execute the following command to start the GPT analysis:
selefra gpt "Help me to query the host path is not null pods."
Finally, you will receive results indicating the pods with non-empty host paths.
##
Conclusion:
Managing and securing Kubernetes environments is vital for organizations that rely on containerized applications. Selefra GPT offers advanced analytics and policy-as-code capabilities to analyze, identify, and remediate configuration issues in Kubernetes clusters. By leveraging the power of machine learning and policy automation, Selefra GPT enables organizations to enhance their infrastructure security and build robust defenses against potential threats.
## Thanks for reading
We encourage you to try Selefra and experience a faster, more efficient security analysis and resolution process. For more information about Selefra, please visit our official:
* Website: [**https://www.selefra.io/**](https://www.selefra.io/)
* GitHub: [**https://github.com/selefra/selefra**](https://github.com/selefra/selefra)
* Twitter: [**https://twitter.com/SelefraCorp**](https://twitter.com/SelefraCorp)
https://redd.it/13y7u6t
@r_devops
Managing and securing Kubernetes environments is vital for organizations that rely on containerized applications. Selefra GPT offers advanced analytics and policy-as-code capabilities to analyze, identify, and remediate configuration issues in Kubernetes clusters. By leveraging the power of machine learning and policy automation, Selefra GPT enables organizations to enhance their infrastructure security and build robust defenses against potential threats.
## Thanks for reading
We encourage you to try Selefra and experience a faster, more efficient security analysis and resolution process. For more information about Selefra, please visit our official:
* Website: [**https://www.selefra.io/**](https://www.selefra.io/)
* GitHub: [**https://github.com/selefra/selefra**](https://github.com/selefra/selefra)
* Twitter: [**https://twitter.com/SelefraCorp**](https://twitter.com/SelefraCorp)
https://redd.it/13y7u6t
@r_devops
Agile in ADO: Who should own the feature?
Assuming the object structure is "Epic > Feature > Story" and features can contain stories owned by different teams, who should the feature be assigned to? I think the majority would say a product owner should own the feature, but if there are multiple teams involved, which PO should it be assigned to? Whichever PO's team(s) have the most stories in the feature? Technically this question applies to any solution; who should own the object that contains the engineers'/developers' stories? How do you make this decision within your org?
https://redd.it/13xknup
@r_devops
Assuming the object structure is "Epic > Feature > Story" and features can contain stories owned by different teams, who should the feature be assigned to? I think the majority would say a product owner should own the feature, but if there are multiple teams involved, which PO should it be assigned to? Whichever PO's team(s) have the most stories in the feature? Technically this question applies to any solution; who should own the object that contains the engineers'/developers' stories? How do you make this decision within your org?
https://redd.it/13xknup
@r_devops
Reddit
r/devops on Reddit: Agile in ADO: Who should own the feature?
Posted by u/geekyadam - No votes and 2 comments
What are your thougths on QCON?
I just learned about QCON today. I've always attended AWS conferences. Do you think QCON has more technical presentations? Sometimes I feel the sessions in AWS conferences are more of marketing. Also, I've never successfully attended great technical sessions in AWS because they are always full. The simple ones always have huge spaces. So what do you think about QCON?
https://redd.it/13ypfux
@r_devops
I just learned about QCON today. I've always attended AWS conferences. Do you think QCON has more technical presentations? Sometimes I feel the sessions in AWS conferences are more of marketing. Also, I've never successfully attended great technical sessions in AWS because they are always full. The simple ones always have huge spaces. So what do you think about QCON?
https://redd.it/13ypfux
@r_devops
Reddit
r/devops on Reddit: What are your thougths on QCON?
Posted by u/Oxffff0000 - No votes and no comments
Kubernetes, angular frontend serving by nginx, nginx.conf proxypass to spring boot backend api
Hello everyone!
The title of the topic speaks for itself. So the question is it possible or not to implement following and is it good solution or not.
Environment:
1. GCP/GKE
2. Two namespaces: frontend-ns and backend-ns - not my decision and it cannot be changed. If both apps were deployed in same namespace I believe that the problem could very easily be eliminated with the use of Ingress object. But since you can't call backend service from another namespace in Ingress object - it's not an option;
3. In fronted namespace we have a deployment with Angular app serving by Nginx;
4. In backend namespace we have Spring boot app with multiple api endpoints;
5. Here is part of my nginx.conf
location /api/test {proxy\pass https://mybackendsvc.backend-ns.svc.cluster.local:8080;}
6) For Angular frontend app I have Ingress object with following host: https://myfrontendsvc.com
7) With proxy path setting mentioned above it will be possible to request api like that??
curl https://myfrontendsvc.com/api/test
8) Should I have something specific in Ingress object of my frontend besides setting for frontend to make solution mentioned above work:
\- host: myfrontendsvc.com
http:
paths:
\- backend:
service:
name: myfrontendsvc
port:
number: 8080
path: /
pathType: ImplementationSpecific
https://redd.it/13ytd32
@r_devops
Hello everyone!
The title of the topic speaks for itself. So the question is it possible or not to implement following and is it good solution or not.
Environment:
1. GCP/GKE
2. Two namespaces: frontend-ns and backend-ns - not my decision and it cannot be changed. If both apps were deployed in same namespace I believe that the problem could very easily be eliminated with the use of Ingress object. But since you can't call backend service from another namespace in Ingress object - it's not an option;
3. In fronted namespace we have a deployment with Angular app serving by Nginx;
4. In backend namespace we have Spring boot app with multiple api endpoints;
5. Here is part of my nginx.conf
location /api/test {proxy\pass https://mybackendsvc.backend-ns.svc.cluster.local:8080;}
6) For Angular frontend app I have Ingress object with following host: https://myfrontendsvc.com
7) With proxy path setting mentioned above it will be possible to request api like that??
curl https://myfrontendsvc.com/api/test
8) Should I have something specific in Ingress object of my frontend besides setting for frontend to make solution mentioned above work:
\- host: myfrontendsvc.com
http:
paths:
\- backend:
service:
name: myfrontendsvc
port:
number: 8080
path: /
pathType: ImplementationSpecific
https://redd.it/13ytd32
@r_devops
Does GitHub/GitLab/Azure DevOps/etc use their own product to develop/deploy?
Does GitHub/GitLab/Azure DevOps/etc use their own product to develop/deploy?
e.g. GitHub has its own organization on github.com and uses that to develop & deploy
https://redd.it/13yyjtw
@r_devops
Does GitHub/GitLab/Azure DevOps/etc use their own product to develop/deploy?
e.g. GitHub has its own organization on github.com and uses that to develop & deploy
https://redd.it/13yyjtw
@r_devops
GitHub
GitHub · Change is constant. GitHub keeps you ahead.
Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.
Should I buy a MacBook Air M1 8gb + 256 gb?
Hi, I have a fixed budget and within that i am getting a few options, a MacBook Air M1 8gb + 256gb, Dell Inspiron i7 16gb + 512gb and Asus vivobook s14 OLED i7 16gb + 512gb.
I am a college student and I will be using it for casual stuff and programming, while programming I use vscode, a few tabs on browser and docker, I currently have a 8gb device and when I run a open source programming locally that uses docker, my device lags a lot, i plan on using more such projects and doing devops in future, will the 8gn ram and 256gb SSD MacBook be not enough? As i can't purchase twh 16gb + 512gb version.
Should I go with the other options because of lack of ram?
https://redd.it/13z1q5s
@r_devops
Hi, I have a fixed budget and within that i am getting a few options, a MacBook Air M1 8gb + 256gb, Dell Inspiron i7 16gb + 512gb and Asus vivobook s14 OLED i7 16gb + 512gb.
I am a college student and I will be using it for casual stuff and programming, while programming I use vscode, a few tabs on browser and docker, I currently have a 8gb device and when I run a open source programming locally that uses docker, my device lags a lot, i plan on using more such projects and doing devops in future, will the 8gn ram and 256gb SSD MacBook be not enough? As i can't purchase twh 16gb + 512gb version.
Should I go with the other options because of lack of ram?
https://redd.it/13z1q5s
@r_devops
Reddit
r/devops on Reddit: Should I buy a MacBook Air M1 8gb + 256 gb?
Posted by u/Master-Ooooogway - No votes and 3 comments
Friendly Reminder: Do not trust Oracle Cloud. If it's too good to be true, it probably isn't.
I was very amazed by their always-free services and they looked very shiny to me. A1 Flex is 4 OCPUs and 24 GB of RAM, for free, and you let me choose which region to host this..? oh my god Oracle you are too generous! Cheap Google only offers 1 poor CPU, 768 RAM, and forces your VM to be in the US. Screw Google, you are my new best bud forever!
But.. There is a catch, and that is: You won't indeed be charged by that, but your account will be cancelled randomly without any reason. It sounds weird, but this happened to me. In fact, it happened to a lot of people too:
https://armin.su/oracle-cloud-and-loss-of-data-in-kubernetes-cluster-198d88181829?gi=d475a8d827a1
Too sad that I didn't really read about these termination issues. Oracle is a big name in the industry for me, and even though this was my first interaction with their services, I didn't have in mind they could be such a c*nt for no reason. dumb me hosted 2 test websites on their cloud but didn't bother to have a local backup for them because... it's OrAcLe dude.
My account had 18 days left in trial. I wake up in the morning, and I find this email:
>Your Oracle Cloud Free Trial has expired
DEAR CUSTOMER,
>
>
Your Oracle Cloud Free Trial promotion ended on Saturday, June 3, 2023 12:38 a.m. Coordinated Universal Time (UTC).
The data and cloud account content that you created during the Free Trial period can be retrieved until Sunday, July 02, 2023. For instructions, visit Information Center for Administrators on My Oracle Support and scroll to the bottom of the page to view "Additional Termination Instructions for your Cloud Service".
Your access is limited to Always Free Services only. Your Always Free resources will remain available to you as long as you actively use your account. Your other resources will be reclaimed unless you upgrade to a paid account.
Upgrade to a paid account to have access to all Oracle Cloud Services, customer support and other benefits of paid services. Oracle Cloud offers Pay As You Go billing.
They gave me 0 reason why this happened. When I visited their " Information Center for Administrators " and tried to log in, they refused my credentials which I'm sure 100% is correct. When I logged in to my OCI, all my VMs are gone, and I cannot create anything new, including the "always-free" ones.
I contacted their support, and oh boy, brace yourself for this rudeness:
https://imgur.com/gallery/jLLcU1u
Agent (precisely, a bot) just pasted an automated response that does not help at all and closed the session.
When I checked other people who had this issue before, I see the dates of their problems to be in 2021. That's 2 years from now and this issue is still happening. What does that mean? It means it is not a bug in the system. This is a systematic process done by Oracle for some internal corporate BS we are yet to know.
The bottom line is:
Don't repeat my mistake and go to Oracle blindly. They offer so much good stuff for free, and you won't be charged for it, but you also won't have them because you are going be get cancelled. And, when you do, don't expect understanding support to handle your case. When it's gone, it's really gone.
https://redd.it/13z8rlb
@r_devops
I was very amazed by their always-free services and they looked very shiny to me. A1 Flex is 4 OCPUs and 24 GB of RAM, for free, and you let me choose which region to host this..? oh my god Oracle you are too generous! Cheap Google only offers 1 poor CPU, 768 RAM, and forces your VM to be in the US. Screw Google, you are my new best bud forever!
But.. There is a catch, and that is: You won't indeed be charged by that, but your account will be cancelled randomly without any reason. It sounds weird, but this happened to me. In fact, it happened to a lot of people too:
https://armin.su/oracle-cloud-and-loss-of-data-in-kubernetes-cluster-198d88181829?gi=d475a8d827a1
Too sad that I didn't really read about these termination issues. Oracle is a big name in the industry for me, and even though this was my first interaction with their services, I didn't have in mind they could be such a c*nt for no reason. dumb me hosted 2 test websites on their cloud but didn't bother to have a local backup for them because... it's OrAcLe dude.
My account had 18 days left in trial. I wake up in the morning, and I find this email:
>Your Oracle Cloud Free Trial has expired
DEAR CUSTOMER,
>
>
Your Oracle Cloud Free Trial promotion ended on Saturday, June 3, 2023 12:38 a.m. Coordinated Universal Time (UTC).
The data and cloud account content that you created during the Free Trial period can be retrieved until Sunday, July 02, 2023. For instructions, visit Information Center for Administrators on My Oracle Support and scroll to the bottom of the page to view "Additional Termination Instructions for your Cloud Service".
Your access is limited to Always Free Services only. Your Always Free resources will remain available to you as long as you actively use your account. Your other resources will be reclaimed unless you upgrade to a paid account.
Upgrade to a paid account to have access to all Oracle Cloud Services, customer support and other benefits of paid services. Oracle Cloud offers Pay As You Go billing.
They gave me 0 reason why this happened. When I visited their " Information Center for Administrators " and tried to log in, they refused my credentials which I'm sure 100% is correct. When I logged in to my OCI, all my VMs are gone, and I cannot create anything new, including the "always-free" ones.
I contacted their support, and oh boy, brace yourself for this rudeness:
https://imgur.com/gallery/jLLcU1u
Agent (precisely, a bot) just pasted an automated response that does not help at all and closed the session.
When I checked other people who had this issue before, I see the dates of their problems to be in 2021. That's 2 years from now and this issue is still happening. What does that mean? It means it is not a bug in the system. This is a systematic process done by Oracle for some internal corporate BS we are yet to know.
The bottom line is:
Don't repeat my mistake and go to Oracle blindly. They offer so much good stuff for free, and you won't be charged for it, but you also won't have them because you are going be get cancelled. And, when you do, don't expect understanding support to handle your case. When it's gone, it's really gone.
https://redd.it/13z8rlb
@r_devops
Medium
Oracle Cloud and loss of data in Kubernetes Cluster
They offer 24GB RAM, 200GB SSD and 4 core cpu for free with a catch
API Gateway + Lambdas vs standard containers
Hey guys. I started working in this company recently and they have this habit of deploying everything into AWS as Lambdas, using API Gateways, for everything. They say it's because of cost.
I come from a world of developing your own solution, putting into a container and deploying in something Iike EKS, having Kubernetes managing the pods, etc...
I'm not a devops expert but I would like to understand their approach, whether it's something common in other companies as well. I understand that a service that runs on demand only is cheaper using Lambdas than to have it running 24/7, but they do this for literally everything.
https://redd.it/13zbl07
@r_devops
Hey guys. I started working in this company recently and they have this habit of deploying everything into AWS as Lambdas, using API Gateways, for everything. They say it's because of cost.
I come from a world of developing your own solution, putting into a container and deploying in something Iike EKS, having Kubernetes managing the pods, etc...
I'm not a devops expert but I would like to understand their approach, whether it's something common in other companies as well. I understand that a service that runs on demand only is cheaper using Lambdas than to have it running 24/7, but they do this for literally everything.
https://redd.it/13zbl07
@r_devops
Reddit
r/devops on Reddit: API Gateway + Lambdas vs standard containers
Posted by u/MarcCDB - No votes and 1 comment
LF a Tutorial on various DB migrations between Accounts, Cloud Providers, Major Versions etc
Hey,
I see aim currently lacking knowledge to perform no-downtime migrations of databases between accounts / providers / major versions.
Im interested in real example tutorials I could follow for postgres and mysql that look like practice exams for CKA.
Anyone is familiar with such a thing ?
https://redd.it/13zecwc
@r_devops
Hey,
I see aim currently lacking knowledge to perform no-downtime migrations of databases between accounts / providers / major versions.
Im interested in real example tutorials I could follow for postgres and mysql that look like practice exams for CKA.
Anyone is familiar with such a thing ?
https://redd.it/13zecwc
@r_devops
Reddit
r/devops on Reddit: LF a Tutorial on various DB migrations between Accounts, Cloud Providers, Major Versions etc
Posted by u/random_devops - No votes and no comments
New job alert 🚨
After being unceremoniously fired from my previous job of SysAdmin, I am happy to announce that I have been offered a new job by the CEO.
It is a CSP for Google Cloud and I will be working as a Cloud Consultant mostly helping clients adopt DevOps practices and ensure their software development goes well.
I have a couple of cloud certs (21) in total and I also have worked as a DevOps Engineer before so I do understand the whole concept.
My question was; how is the work-life balance of a consultant? what’s something that I should know of before I accept this job offer?
I’ll really apply your advice and honesty.
https://redd.it/13zewth
@r_devops
After being unceremoniously fired from my previous job of SysAdmin, I am happy to announce that I have been offered a new job by the CEO.
It is a CSP for Google Cloud and I will be working as a Cloud Consultant mostly helping clients adopt DevOps practices and ensure their software development goes well.
I have a couple of cloud certs (21) in total and I also have worked as a DevOps Engineer before so I do understand the whole concept.
My question was; how is the work-life balance of a consultant? what’s something that I should know of before I accept this job offer?
I’ll really apply your advice and honesty.
https://redd.it/13zewth
@r_devops
Reddit
r/devops on Reddit: New job alert 🚨
Posted by u/Honest_Priest - No votes and no comments
is it even possible to dockerize window build environments?
i'm currently working in a shop that's mostly linux but we're started to support Windows builds.
having to get all devs to install their dependencies on each workstation has been painful so i started looking into docker. Docker initially sounded like a solution to all of our problems, but i started to encounter problems such as not being able to do builds that use multiple CPUs.
i'm slowly getting the hang of it and for the most part most Linux docker docker environments are easy to setup, especially on the CI.
but about windows build environments?
is it even possible to run a window docker build environment on a mac/linux laptop?
we've started setting up runners on our CI. I thought that I could use our 10 linux computers to setup to run containerized Windows Build Environments, but apparently that's not possible and it requires windows computers..
https://redd.it/13zod9t
@r_devops
i'm currently working in a shop that's mostly linux but we're started to support Windows builds.
having to get all devs to install their dependencies on each workstation has been painful so i started looking into docker. Docker initially sounded like a solution to all of our problems, but i started to encounter problems such as not being able to do builds that use multiple CPUs.
i'm slowly getting the hang of it and for the most part most Linux docker docker environments are easy to setup, especially on the CI.
but about windows build environments?
is it even possible to run a window docker build environment on a mac/linux laptop?
we've started setting up runners on our CI. I thought that I could use our 10 linux computers to setup to run containerized Windows Build Environments, but apparently that's not possible and it requires windows computers..
https://redd.it/13zod9t
@r_devops
Reddit
r/devops on Reddit: is it even possible to dockerize window build environments?
Posted by u/aspiring_game_dev - No votes and no comments
Starting my first mid-level role, moving on from junior - how should I prepare and what should I expect?
Recently interviewed for a mid level Site Reliability Engineer role, all went well and I’ll be hopefully starting in 2 months.
I’m currently a Cloud Engineer, specifically on the security team of the platform - so I’m very well versed with things such as GuardDuty, Config, CloudTrail etc - but lack skills and experience in core services such as EC2, ECS, Lambda etc.
I did mention this to them in the interview and they seemed very chilled out and accommodating about it, reassuring me that they’ll be hiring DevOps engineers of all ranges of skills, and don’t expect us all to know and use the same services, and that they’re comfortable in my ability to learn these other services as I already know how to use the security-based ones.
However - I am still nervous as I’m moving from a junior role into a mid level role, so I know the support I’ll have will be much less and I’ll need to be able to stand on my own two feet more.
I should also mention - my Python is pretty average, and my Terraform is probably below par. This is because where I currently work is huge, with 90% of our environments and infrastructure already built, meaning rather than building new things all we really do is maintain what we have by making small changes and additions. Meanwhile the place I’ll be joining is much smaller and will involve greenfield work (which is why I think this will be much more beneficial for me and my development, although I am however - still anxious).
What should I expect when moving from junior to mid-level? And how can I prepare/upskill myself?
https://redd.it/13zn9v0
@r_devops
Recently interviewed for a mid level Site Reliability Engineer role, all went well and I’ll be hopefully starting in 2 months.
I’m currently a Cloud Engineer, specifically on the security team of the platform - so I’m very well versed with things such as GuardDuty, Config, CloudTrail etc - but lack skills and experience in core services such as EC2, ECS, Lambda etc.
I did mention this to them in the interview and they seemed very chilled out and accommodating about it, reassuring me that they’ll be hiring DevOps engineers of all ranges of skills, and don’t expect us all to know and use the same services, and that they’re comfortable in my ability to learn these other services as I already know how to use the security-based ones.
However - I am still nervous as I’m moving from a junior role into a mid level role, so I know the support I’ll have will be much less and I’ll need to be able to stand on my own two feet more.
I should also mention - my Python is pretty average, and my Terraform is probably below par. This is because where I currently work is huge, with 90% of our environments and infrastructure already built, meaning rather than building new things all we really do is maintain what we have by making small changes and additions. Meanwhile the place I’ll be joining is much smaller and will involve greenfield work (which is why I think this will be much more beneficial for me and my development, although I am however - still anxious).
What should I expect when moving from junior to mid-level? And how can I prepare/upskill myself?
https://redd.it/13zn9v0
@r_devops
Reddit
r/devops on Reddit: Starting my first mid-level role, moving on from junior - how should I prepare and what should I expect?
Posted by u/deadassmf - No votes and 1 comment
GitHub Actions Boilerplate generator
gabo - gabo short for GitHub Actions Boilerplate is for ease-of-generation of GitHub actions boilerplate with good timeouts, path filters, and concurrency preventions.
https://redd.it/13zsf83
@r_devops
gabo - gabo short for GitHub Actions Boilerplate is for ease-of-generation of GitHub actions boilerplate with good timeouts, path filters, and concurrency preventions.
https://redd.it/13zsf83
@r_devops
GitHub
GitHub - ashishb/gabo: GitHub Actions Boilerplate Generator
GitHub Actions Boilerplate Generator. Contribute to ashishb/gabo development by creating an account on GitHub.
How do I become a truly good DevOps/Cloud/etc. engineer?
A while ago I posted on this sub talking about my struggles as a junior at work and that I wasn’t learning much, documentation sucked, I couldn’t get a hold of seniors/mids for help and the fact that my team and managers has had a lot of turnover.
Since then I’ve been assigned a new manager and while he has his flaws in my view he has been a massive help in developing me further. A lot of this is also because he is newer to learning things in our tech stack but obviously his 20 YoE makes him pick it up much much faster than someone mg age and thus it’s like a learning experience for both of us.
Before my last post I was at best fulfilling smaller tickets like creating new projects, namespaces, etc. requests that our customers needed. Since then though I’ve been involved in diagnostic work on our systems, built multiple clusters including production ones, improving documentation, demoing our systems for customers, integrating other tools with our systems involving teams in other countries, and also have been asked for help with finding a few some solutions by the mid level developers and did so successfully.
I’m glad I’ve stuck it out because I’m enjoying the work and learning but I really want to take the next leap into becoming a good or great engineer. How can I do that? I’m already ahead of schedule on my objectives for promotion this year to a mid level role from my manager.
One thing I’m worried is that while I’ve learned a lot about some things there are other tools or stacks that I barely use even though they’re integral to our systems. Basically I’m worried that my knowledge is very surface level?
Metrics:
2 YoE( B.S. in CS )
Tech stack/tools:
Openshift
Kubernetes
Docker
Jenkins
Ansible
Python?
https://redd.it/13ztxn8
@r_devops
A while ago I posted on this sub talking about my struggles as a junior at work and that I wasn’t learning much, documentation sucked, I couldn’t get a hold of seniors/mids for help and the fact that my team and managers has had a lot of turnover.
Since then I’ve been assigned a new manager and while he has his flaws in my view he has been a massive help in developing me further. A lot of this is also because he is newer to learning things in our tech stack but obviously his 20 YoE makes him pick it up much much faster than someone mg age and thus it’s like a learning experience for both of us.
Before my last post I was at best fulfilling smaller tickets like creating new projects, namespaces, etc. requests that our customers needed. Since then though I’ve been involved in diagnostic work on our systems, built multiple clusters including production ones, improving documentation, demoing our systems for customers, integrating other tools with our systems involving teams in other countries, and also have been asked for help with finding a few some solutions by the mid level developers and did so successfully.
I’m glad I’ve stuck it out because I’m enjoying the work and learning but I really want to take the next leap into becoming a good or great engineer. How can I do that? I’m already ahead of schedule on my objectives for promotion this year to a mid level role from my manager.
One thing I’m worried is that while I’ve learned a lot about some things there are other tools or stacks that I barely use even though they’re integral to our systems. Basically I’m worried that my knowledge is very surface level?
Metrics:
2 YoE( B.S. in CS )
Tech stack/tools:
Openshift
Kubernetes
Docker
Jenkins
Ansible
Python?
https://redd.it/13ztxn8
@r_devops
Reddit
r/devops on Reddit: How do I become a truly good DevOps/Cloud/etc. engineer?
Posted by u/Scared-Loquat-7933 - No votes and no comments
AWS Solution Architect Freelancer needed !
Hello ,i am looking for AWS solution architect freelancer who have experience on working complext solutions and have good experience in troubleshooting existing configurations
Let me know
https://redd.it/13ztqmo
@r_devops
Hello ,i am looking for AWS solution architect freelancer who have experience on working complext solutions and have good experience in troubleshooting existing configurations
Let me know
https://redd.it/13ztqmo
@r_devops
Reddit
r/devops on Reddit: AWS Solution Architect Freelancer needed !
Posted by u/SmartWeb2711 - No votes and 2 comments
Free Udemy Coupon Courses - Limited Time
1. DevOps Fundamentals - https://coursetreat.com/udemycourse/devops-fundamentals-for-beginners/
2. CSS And JavaScript Complete Course For Beginners - https://coursetreat.com/udemycourse/css-and-javascript-complete-course-for-beginners/
3. Learn Machine learning & AI (Including Hands-on 3 Projects) - https://coursetreat.com/udemycourse/machine-learning-and-ai-with-hands-on-projects/
4. Docker Course for Beginners - https://coursetreat.com/udemycourse/docker-container-course-for-beginners/
5. Neuroplasticity Ultimate Course - https://coursetreat.com/udemycourse/neuroplasticity-ultimate-cerification-course/
6. Life Coach: The Complete Life Coach Course - https://coursetreat.com/udemycourse/life-coach-the-complete-life-coach-certification-course/
7. Fundamental Question on Rasberry Pi - https://coursetreat.com/udemycourse/fundamental-of-rasberry-pi/
8. Fundamental Question on R Programming - https://coursetreat.com/udemycourse/fundamentals-of-r-programming/
9. Fundamental Question on Python - https://coursetreat.com/udemycourse/fundamentals-of-python/
10. Fundamental Question on Power system - https://coursetreat.com/udemycourse/fundamental-question-on-power-system/
11. Fundamental Question on AutoCAD - https://coursetreat.com/udemycourse/fundamentals-question-on-autocad/
12. Fundamental Question on ARM Architecture - https://coursetreat.com/udemycourse/fundamentals-of-arm-architecture/
13. Fearless leadership: Become the leader you are meant to be - https://coursetreat.com/udemycourse/fearless-leadership-become-the-leader-you-are-meant-to-be/
14. Create a Culture of Ownership with Accountability - https://coursetreat.com/udemycourse/create-a-culture-of-ownership-with-accountability/
15. Contracts Management in Construction Projects - https://coursetreat.com/udemycourse/contracts-management-in-construction-projects/
16. Certified Information Systems Audit (CISA) Practice Exams - https://coursetreat.com/udemycourse/certified-information-systems-audit-cisa-practice-exams/
17. CapCut Mastery: Create Viral Reels & TikTok in 7 Days - https://coursetreat.com/udemycourse/capcut-mastery-create-viral-reels-tiktok-in-7-days/
18. CBT: Cognitive Behavioral Therapy For Anxiety And Depression - https://coursetreat.com/udemycourse/cbt-cognitive-behavioral-therapy-for-anxiety-and-depression/
19. Adobe Creative Cloud Ultimate Guide - https://coursetreat.com/udemycourse/adobe-creative-cloud-2020-master-course/
20. Adobe Creative Cloud Projects - https://coursetreat.com/udemycourse/adobe-creative-cloud-master-course/
21. Adobe Creative Cloud Basics - https://coursetreat.com/udemycourse/learn-creative-cloud/
22. Adobe Color Basics - https://coursetreat.com/udemycourse/learn-adobe-color/
23. Adobe Character Animator Basics - https://coursetreat.com/udemycourse/learn-basic-character-animator/
24. Adobe Bridge Basics - https://coursetreat.com/udemycourse/learn-basic-adobe-bridge/
25. Adobe Behance Basics - https://coursetreat.com/udemycourse/learn-adobe-behance/
26. Adobe Audition Projects - https://coursetreat.com/udemycourse/adobe-audition-projects/
27. Adobe Audition Basics - https://coursetreat.com/udemycourse/learn-basic-audition/
28. Adobe Animate Ultimate Guide - https://coursetreat.com/udemycourse/adobe-animate-cc-2020-master-course/
29. Adobe Animate Projects - https://coursetreat.com/udemycourse/adobe-animate-projects/
30. Adobe Animate Basics - https://coursetreat.com/udemycourse/learn-basic-animate/
31. Adobe After Effects Ultimate Guide - https://coursetreat.com/udemycourse/adobe-after-effects-cc-2020/
32. Adobe After Effects Projects - https://coursetreat.com/udemycourse/adobe-after-effects-projects/
33. Adobe After Effects Basics - https://coursetreat.com/udemycourse/learn-basic-after-effects/
34. Adobe Acrobat Pro Basics -
1. DevOps Fundamentals - https://coursetreat.com/udemycourse/devops-fundamentals-for-beginners/
2. CSS And JavaScript Complete Course For Beginners - https://coursetreat.com/udemycourse/css-and-javascript-complete-course-for-beginners/
3. Learn Machine learning & AI (Including Hands-on 3 Projects) - https://coursetreat.com/udemycourse/machine-learning-and-ai-with-hands-on-projects/
4. Docker Course for Beginners - https://coursetreat.com/udemycourse/docker-container-course-for-beginners/
5. Neuroplasticity Ultimate Course - https://coursetreat.com/udemycourse/neuroplasticity-ultimate-cerification-course/
6. Life Coach: The Complete Life Coach Course - https://coursetreat.com/udemycourse/life-coach-the-complete-life-coach-certification-course/
7. Fundamental Question on Rasberry Pi - https://coursetreat.com/udemycourse/fundamental-of-rasberry-pi/
8. Fundamental Question on R Programming - https://coursetreat.com/udemycourse/fundamentals-of-r-programming/
9. Fundamental Question on Python - https://coursetreat.com/udemycourse/fundamentals-of-python/
10. Fundamental Question on Power system - https://coursetreat.com/udemycourse/fundamental-question-on-power-system/
11. Fundamental Question on AutoCAD - https://coursetreat.com/udemycourse/fundamentals-question-on-autocad/
12. Fundamental Question on ARM Architecture - https://coursetreat.com/udemycourse/fundamentals-of-arm-architecture/
13. Fearless leadership: Become the leader you are meant to be - https://coursetreat.com/udemycourse/fearless-leadership-become-the-leader-you-are-meant-to-be/
14. Create a Culture of Ownership with Accountability - https://coursetreat.com/udemycourse/create-a-culture-of-ownership-with-accountability/
15. Contracts Management in Construction Projects - https://coursetreat.com/udemycourse/contracts-management-in-construction-projects/
16. Certified Information Systems Audit (CISA) Practice Exams - https://coursetreat.com/udemycourse/certified-information-systems-audit-cisa-practice-exams/
17. CapCut Mastery: Create Viral Reels & TikTok in 7 Days - https://coursetreat.com/udemycourse/capcut-mastery-create-viral-reels-tiktok-in-7-days/
18. CBT: Cognitive Behavioral Therapy For Anxiety And Depression - https://coursetreat.com/udemycourse/cbt-cognitive-behavioral-therapy-for-anxiety-and-depression/
19. Adobe Creative Cloud Ultimate Guide - https://coursetreat.com/udemycourse/adobe-creative-cloud-2020-master-course/
20. Adobe Creative Cloud Projects - https://coursetreat.com/udemycourse/adobe-creative-cloud-master-course/
21. Adobe Creative Cloud Basics - https://coursetreat.com/udemycourse/learn-creative-cloud/
22. Adobe Color Basics - https://coursetreat.com/udemycourse/learn-adobe-color/
23. Adobe Character Animator Basics - https://coursetreat.com/udemycourse/learn-basic-character-animator/
24. Adobe Bridge Basics - https://coursetreat.com/udemycourse/learn-basic-adobe-bridge/
25. Adobe Behance Basics - https://coursetreat.com/udemycourse/learn-adobe-behance/
26. Adobe Audition Projects - https://coursetreat.com/udemycourse/adobe-audition-projects/
27. Adobe Audition Basics - https://coursetreat.com/udemycourse/learn-basic-audition/
28. Adobe Animate Ultimate Guide - https://coursetreat.com/udemycourse/adobe-animate-cc-2020-master-course/
29. Adobe Animate Projects - https://coursetreat.com/udemycourse/adobe-animate-projects/
30. Adobe Animate Basics - https://coursetreat.com/udemycourse/learn-basic-animate/
31. Adobe After Effects Ultimate Guide - https://coursetreat.com/udemycourse/adobe-after-effects-cc-2020/
32. Adobe After Effects Projects - https://coursetreat.com/udemycourse/adobe-after-effects-projects/
33. Adobe After Effects Basics - https://coursetreat.com/udemycourse/learn-basic-after-effects/
34. Adobe Acrobat Pro Basics -
The Best Learning Community
100% Off Udemy Course - DevOps Fundamentals
https://coursetreat.com/udemycourse/learn-basic-acrobat-dc/
35. AWS Certified Advanced Networking Specialty Exams | 2023 - https://coursetreat.com/udemycourse/aws-certified-advanced-networking-specialty-exams-2023/
36. A-Frame Framework Basics - https://coursetreat.com/udemycourse/a-frame-framework/
37. Supply chain Analytics with anyLogistix Software - https://coursetreat.com/udemycourse/supplychainanalyticswithanylogistixsoftware/
38. Easy Guitar for Beginners - https://coursetreat.com/udemycourse/easy-guitar-for-beginners/
39. Practice Test for MS Azure Data Engineer (DP-203) Exam 2023 - https://coursetreat.com/udemycourse/practice-test-for-ms-azure-data-engineer-dp-203-exam-2021/
40. Object Detection Web App with TensorFlow, OpenCV and Flask - https://coursetreat.com/udemycourse/object-detection-web-app-with-tensorflow-opencv-and-flask/
41. Master Course in Cloud Security 3.0 - https://coursetreat.com/udemycourse/cloud-security-cloud-storage-cloud-computing-architecture/
42. The home-based coaching business - https://coursetreat.com/udemycourse/the-home-based-coaching-business/
43. Gaslighting In The Workplace - https://coursetreat.com/udemycourse/gaslighting-in-the-workplace/
44. The Complete, Step-By-Step course to Ace your Job Interview - https://coursetreat.com/udemycourse/interview-hero/
45. Business Communication Skills for Professionals - https://coursetreat.com/udemycourse/communication-skills-business/
46. Building a Face Detection and Recognition Model From Scratch - https://coursetreat.com/udemycourse/building-a-face-detection-and-recognition-model-from-scratch/
47. Beginners guide to Android App Development (Step by Step) - https://coursetreat.com/udemycourse/a-beginners-guide-to-android-app-development/
48. 2023 Employee CyberSecurity Awareness First Line of Defense - https://coursetreat.com/udemycourse/corporate-cyber-security-awareness-for-employees-2022/
49. Workspace Design And Organization For Productivity - https://coursetreat.com/udemycourse/workspace-design-and-organization-for-productivity/
50. Startup Marketing 0 to 1 Million Startup Entrepeneur Revenue - https://coursetreat.com/udemycourse/startup-marketing/
51. Start A Successful Business: Best Questions - https://coursetreat.com/udemycourse/how-to-start-your-own-business-7-hard-questions-to-ask/
52. Self Discipline will Change Your life for GOOD - https://coursetreat.com/udemycourse/self-discipline-will-change-your-life-for-good/
53. Python Complete Course For Beginners - https://coursetreat.com/udemycourse/python-complete-course-for-beginners-h/
54. PSPO1 Practice Tests Scrum Product Owner certification-160Q - https://coursetreat.com/udemycourse/pspo1tm-practice-tests-scrum-product-owner-certification-160q/
55. PSM1 Practice Tests Scrum Master certification-160Q - https://coursetreat.com/udemycourse/psm1-practice-tests-scrum-master-certification-160q/
56. PMP® Practice Test: Project Management Professional 2021 - https://coursetreat.com/udemycourse/pmp-practice-test-project-management-professional-2021/
57. PMI-ACP®: Agile Certified Project Management 200 Questions - https://coursetreat.com/udemycourse/pmi-acp-practice-exams-agile-certified-practitioner-200-q/
58. PMI-ACP®: 200 سؤال معتمد من Agile لإدارة المشاريع - https://coursetreat.com/udemycourse/pmi-acp-200-agile/
59. Olympic Games Analytics Project in Apache Spark for beginner - https://coursetreat.com/udemycourse/olympic-games-analytics-project-in-apache-spark-for-beginner/
60. Microsoft AZ-900: Azure Fundamentals Exam Preparation Test - https://coursetreat.com/udemycourse/az-900-microsoft-azure-fundamentals-exam-preparation-test/
61. Microsoft AZ-104: Azure Administrator Exam Prep Test - https://coursetreat.com/udemycourse/microsoft-az-104-azure-administrator-exam-prep-test/
62. Master Course in Chatbot Technology and Google Bard AI -
35. AWS Certified Advanced Networking Specialty Exams | 2023 - https://coursetreat.com/udemycourse/aws-certified-advanced-networking-specialty-exams-2023/
36. A-Frame Framework Basics - https://coursetreat.com/udemycourse/a-frame-framework/
37. Supply chain Analytics with anyLogistix Software - https://coursetreat.com/udemycourse/supplychainanalyticswithanylogistixsoftware/
38. Easy Guitar for Beginners - https://coursetreat.com/udemycourse/easy-guitar-for-beginners/
39. Practice Test for MS Azure Data Engineer (DP-203) Exam 2023 - https://coursetreat.com/udemycourse/practice-test-for-ms-azure-data-engineer-dp-203-exam-2021/
40. Object Detection Web App with TensorFlow, OpenCV and Flask - https://coursetreat.com/udemycourse/object-detection-web-app-with-tensorflow-opencv-and-flask/
41. Master Course in Cloud Security 3.0 - https://coursetreat.com/udemycourse/cloud-security-cloud-storage-cloud-computing-architecture/
42. The home-based coaching business - https://coursetreat.com/udemycourse/the-home-based-coaching-business/
43. Gaslighting In The Workplace - https://coursetreat.com/udemycourse/gaslighting-in-the-workplace/
44. The Complete, Step-By-Step course to Ace your Job Interview - https://coursetreat.com/udemycourse/interview-hero/
45. Business Communication Skills for Professionals - https://coursetreat.com/udemycourse/communication-skills-business/
46. Building a Face Detection and Recognition Model From Scratch - https://coursetreat.com/udemycourse/building-a-face-detection-and-recognition-model-from-scratch/
47. Beginners guide to Android App Development (Step by Step) - https://coursetreat.com/udemycourse/a-beginners-guide-to-android-app-development/
48. 2023 Employee CyberSecurity Awareness First Line of Defense - https://coursetreat.com/udemycourse/corporate-cyber-security-awareness-for-employees-2022/
49. Workspace Design And Organization For Productivity - https://coursetreat.com/udemycourse/workspace-design-and-organization-for-productivity/
50. Startup Marketing 0 to 1 Million Startup Entrepeneur Revenue - https://coursetreat.com/udemycourse/startup-marketing/
51. Start A Successful Business: Best Questions - https://coursetreat.com/udemycourse/how-to-start-your-own-business-7-hard-questions-to-ask/
52. Self Discipline will Change Your life for GOOD - https://coursetreat.com/udemycourse/self-discipline-will-change-your-life-for-good/
53. Python Complete Course For Beginners - https://coursetreat.com/udemycourse/python-complete-course-for-beginners-h/
54. PSPO1 Practice Tests Scrum Product Owner certification-160Q - https://coursetreat.com/udemycourse/pspo1tm-practice-tests-scrum-product-owner-certification-160q/
55. PSM1 Practice Tests Scrum Master certification-160Q - https://coursetreat.com/udemycourse/psm1-practice-tests-scrum-master-certification-160q/
56. PMP® Practice Test: Project Management Professional 2021 - https://coursetreat.com/udemycourse/pmp-practice-test-project-management-professional-2021/
57. PMI-ACP®: Agile Certified Project Management 200 Questions - https://coursetreat.com/udemycourse/pmi-acp-practice-exams-agile-certified-practitioner-200-q/
58. PMI-ACP®: 200 سؤال معتمد من Agile لإدارة المشاريع - https://coursetreat.com/udemycourse/pmi-acp-200-agile/
59. Olympic Games Analytics Project in Apache Spark for beginner - https://coursetreat.com/udemycourse/olympic-games-analytics-project-in-apache-spark-for-beginner/
60. Microsoft AZ-900: Azure Fundamentals Exam Preparation Test - https://coursetreat.com/udemycourse/az-900-microsoft-azure-fundamentals-exam-preparation-test/
61. Microsoft AZ-104: Azure Administrator Exam Prep Test - https://coursetreat.com/udemycourse/microsoft-az-104-azure-administrator-exam-prep-test/
62. Master Course in Chatbot Technology and Google Bard AI -
The Best Learning Community
100% Off Udemy Course - Adobe Acrobat Pro Ultimate Guide
https://coursetreat.com/udemycourse/chatbot-technology-google-bard-ai/
63. Master Course in ChatGPT - https://coursetreat.com/udemycourse/chatgpt-openai-chatbot-generative-ai-text-content-generation/
64. Master Course : Merchandising, Retail Business & Management - https://coursetreat.com/udemycourse/merchandising-retail-business-retail-management/
65. Java And C++ And PHP Crash Course For Beginners - https://coursetreat.com/udemycourse/java-and-c-and-php-crash-course-for-beginners/
66. How to create an animated promo video in PowerPoint - https://coursetreat.com/udemycourse/how-to-create-an-animated-promo-video-in-powerpoint/
67. How to Earn from Photography: Absolute Beginners Guide - https://coursetreat.com/udemycourse/earn-from-photography-complete-guideline/
68. How To Increase Your Sales: Top Practical Selling Technique - https://coursetreat.com/udemycourse/increase-your-sales-how-to-sell-more-products-one-simple-strategy/
69. Domain Flipping: Buy, Flip and Sell & Profit - https://coursetreat.com/udemycourse/domainflipping/
70. Decision-making and thinking like Leaders and CEOs - https://coursetreat.com/udemycourse/expert-decision-making/
71. Book of Ezra - How To Enjoy The Prophetic Word Spoken On You - https://coursetreat.com/udemycourse/book-of-ezra-how-to-enjoy-the-prophetic-word-spoken-on-you/
72. Bible: Titus - 7 Lessons We Can Learn For Today! - https://coursetreat.com/udemycourse/bible-titus-7-lessons-we-can-learn-for-today/
73. Arbitrage Side Hustle: Create lucrative eBay & Etsy business - https://coursetreat.com/udemycourse/arbitragehustle/
74. Winning Option Strategies For Any Market - https://coursetreat.com/udemycourse/winning-option-strategies-for-any-market/
75. Trading Options for Weekly Income - https://coursetreat.com/udemycourse/trading-options-for-weekly-income/
76. Trading Calendar Spreads for Income - https://coursetreat.com/udemycourse/trading-options-for-consistent-returns-calendar-spreads/
77. Trading Butterfly Spreads for Income - https://coursetreat.com/udemycourse/butterfly-spreads/
78. How To Trade Options On Futures For Max Leverage - https://coursetreat.com/udemycourse/how-to-trade-options-on-futures-for-max-leverage/
79. How To Trade Options On Earnings For Quick Profits - https://coursetreat.com/udemycourse/how-to-trade-options-on-earnings-for-quick-profits/
80. How To Maximize Your Profits Trading Options - https://coursetreat.com/udemycourse/how-to-maximize-your-profits-trading-options/
81. How I Make Consistent Returns Trading Options - https://coursetreat.com/udemycourse/how-i-make-15-per-month-trading-options/
82. Facebook Marketing 2023. Promote Your Business on Facebook! - https://coursetreat.com/udemycourse/facebook-marketing-course-for-beginners/
83. Facebook Ads 2023: Launch Your Best Advertising Campaign - https://coursetreat.com/udemycourse/facebook-ads-launch-pro-advertising-campaigns/
84. Day Trading Options for Income - https://coursetreat.com/udemycourse/mighty-ninety/
85. Climate Change Explained: Causes, Consequences and Solutions - https://coursetreat.com/udemycourse/climate-change-explained-causes-consequences-and-solutions/
86. All About Understanding Market Dynamics | In हिंदी Language - https://coursetreat.com/udemycourse/all-about-understanding-market-dynamics-in-language/
87. Web Development Masterclass - Online Certification Course - https://coursetreat.com/udemycourse/web-development-masterclass-complete-certificate-course/
88. TikTok Marketing. How to promote your business effectively! - https://coursetreat.com/udemycourse/tiktok-marketing-course-for-beginners/
89. The complete introduction to cryptocurrencies trading - https://coursetreat.com/udemycourse/the-complete-introduction-to-cryptocurrencies-trading/
90. The Complete Introduction to Online Course Creation - https://coursetreat.com/udemycourse/the-complete-introduction-to-online-course-creation/
63. Master Course in ChatGPT - https://coursetreat.com/udemycourse/chatgpt-openai-chatbot-generative-ai-text-content-generation/
64. Master Course : Merchandising, Retail Business & Management - https://coursetreat.com/udemycourse/merchandising-retail-business-retail-management/
65. Java And C++ And PHP Crash Course For Beginners - https://coursetreat.com/udemycourse/java-and-c-and-php-crash-course-for-beginners/
66. How to create an animated promo video in PowerPoint - https://coursetreat.com/udemycourse/how-to-create-an-animated-promo-video-in-powerpoint/
67. How to Earn from Photography: Absolute Beginners Guide - https://coursetreat.com/udemycourse/earn-from-photography-complete-guideline/
68. How To Increase Your Sales: Top Practical Selling Technique - https://coursetreat.com/udemycourse/increase-your-sales-how-to-sell-more-products-one-simple-strategy/
69. Domain Flipping: Buy, Flip and Sell & Profit - https://coursetreat.com/udemycourse/domainflipping/
70. Decision-making and thinking like Leaders and CEOs - https://coursetreat.com/udemycourse/expert-decision-making/
71. Book of Ezra - How To Enjoy The Prophetic Word Spoken On You - https://coursetreat.com/udemycourse/book-of-ezra-how-to-enjoy-the-prophetic-word-spoken-on-you/
72. Bible: Titus - 7 Lessons We Can Learn For Today! - https://coursetreat.com/udemycourse/bible-titus-7-lessons-we-can-learn-for-today/
73. Arbitrage Side Hustle: Create lucrative eBay & Etsy business - https://coursetreat.com/udemycourse/arbitragehustle/
74. Winning Option Strategies For Any Market - https://coursetreat.com/udemycourse/winning-option-strategies-for-any-market/
75. Trading Options for Weekly Income - https://coursetreat.com/udemycourse/trading-options-for-weekly-income/
76. Trading Calendar Spreads for Income - https://coursetreat.com/udemycourse/trading-options-for-consistent-returns-calendar-spreads/
77. Trading Butterfly Spreads for Income - https://coursetreat.com/udemycourse/butterfly-spreads/
78. How To Trade Options On Futures For Max Leverage - https://coursetreat.com/udemycourse/how-to-trade-options-on-futures-for-max-leverage/
79. How To Trade Options On Earnings For Quick Profits - https://coursetreat.com/udemycourse/how-to-trade-options-on-earnings-for-quick-profits/
80. How To Maximize Your Profits Trading Options - https://coursetreat.com/udemycourse/how-to-maximize-your-profits-trading-options/
81. How I Make Consistent Returns Trading Options - https://coursetreat.com/udemycourse/how-i-make-15-per-month-trading-options/
82. Facebook Marketing 2023. Promote Your Business on Facebook! - https://coursetreat.com/udemycourse/facebook-marketing-course-for-beginners/
83. Facebook Ads 2023: Launch Your Best Advertising Campaign - https://coursetreat.com/udemycourse/facebook-ads-launch-pro-advertising-campaigns/
84. Day Trading Options for Income - https://coursetreat.com/udemycourse/mighty-ninety/
85. Climate Change Explained: Causes, Consequences and Solutions - https://coursetreat.com/udemycourse/climate-change-explained-causes-consequences-and-solutions/
86. All About Understanding Market Dynamics | In हिंदी Language - https://coursetreat.com/udemycourse/all-about-understanding-market-dynamics-in-language/
87. Web Development Masterclass - Online Certification Course - https://coursetreat.com/udemycourse/web-development-masterclass-complete-certificate-course/
88. TikTok Marketing. How to promote your business effectively! - https://coursetreat.com/udemycourse/tiktok-marketing-course-for-beginners/
89. The complete introduction to cryptocurrencies trading - https://coursetreat.com/udemycourse/the-complete-introduction-to-cryptocurrencies-trading/
90. The Complete Introduction to Online Course Creation - https://coursetreat.com/udemycourse/the-complete-introduction-to-online-course-creation/
The Best Learning Community
100% Off Udemy Course - Master Course in Chatbot Technology and Google Bard AI
91. Setup LAMP Stack on a Remote Cloud Server + PHP Foundations - https://coursetreat.com/udemycourse/setup-lamp-stack-on-a-remote-cloud-server-php-foundations/
92. PowerShell Functions Master Class - https://coursetreat.com/udemycourse/powershell-functions-master-class/
93. NGINX, Apache, SSL Encryption - Certification Course - https://coursetreat.com/udemycourse/nginx-apache-ssl-encryption-certification-course/
94. Linode: Foundations of Web Server Security - https://coursetreat.com/udemycourse/linode-foundations-of-web-server-security/
95. Learn to Host Multiple Domains on one Virtual Server - https://coursetreat.com/udemycourse/learn-to-host-multiple-domains-on-one-virtual-server/
96. Learn PHP - For Beginners - https://coursetreat.com/udemycourse/learn-php-for-beginners-n/
97. Learn CSS - For Beginners - https://coursetreat.com/udemycourse/learn-css-for-beginners/
98. La méthode qu'il vous faut pour un trading rentable en 2023 - https://coursetreat.com/udemycourse/methode-alpha/
99. Install NGINX, PHP, MySQL, SSL & WordPress on Ubuntu - https://coursetreat.com/udemycourse/install-nginx-php-mysql-ssl-wordpress-on-ubuntu/
100. Influencer Marketing & Instagram Marketing: Be Famous in 2mo - https://coursetreat.com/udemycourse/become-famous/
101. How the Internet Works & the Web Development Process - https://coursetreat.com/udemycourse/how-the-internet-works-the-web-development-process/
102. File & Folder Management Using PowerShell - https://coursetreat.com/udemycourse/using-powershell-advanced-automated-file-management/
103. Entrepreneurship - Ft. Matthew Rolnick of Yaymaker, Groupon - https://coursetreat.com/udemycourse/how-to-succeed-as-an-entrepreneur-a-beginners-guide/
104. Email Marketing: Cold Email Marketing Writing, Lead Gen 2023 - https://coursetreat.com/udemycourse/cold-email-cold-emailing/
105. Create a WordPress website with Hostinger! - https://coursetreat.com/udemycourse/wordpress-and-hosting-for-beginners/
106. Create a Members Only Blog using PHP, MySQL, & AJAX - https://coursetreat.com/udemycourse/create-a-members-only-blog-using-php-mysql-ajax/
107. Complete JavaScript, jQuery and React Bootcamp - Hands-On - https://coursetreat.com/udemycourse/complete-javascript-jquery-and-react-bootcamp-hands-on/
108. Complete Bootstrap & React Bootcamp with Hands-On Projects - https://coursetreat.com/udemycourse/complete-bootstrap-react-bootcamp-with-hands-on-projects/
109. Cloud Computing and Amazon Web Services (AWS) Fundamentals - https://coursetreat.com/udemycourse/cloud-computing-and-amazon-web-services-aws-fundamentals/
110. CSS & JavaScript - Certification Course for Beginners - https://coursetreat.com/udemycourse/css-javascript-certification-course-for-beginners/
111. Build an Amazon Affiliate E-Commerce Store from Scratch - https://coursetreat.com/udemycourse/build-an-amazon-affiliate-e-commerce-store-from-scratch/
112. Build a Connect-4 Clone in React + JavaScript Foundations - https://coursetreat.com/udemycourse/build-a-connect-4-clone-in-react-javascript-foundations/
113. Branding & Brand Management: Branding Strategy Brand Tactics - https://coursetreat.com/udemycourse/mini-mba-in-branding/
114. Adobe Lightroom Classic CC: The Map & Book Module - https://coursetreat.com/udemycourse/adobe-lightroom-classic-cc-the-map-book-module/
115. AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS\] - https://coursetreat.com/udemycourse/aws-and-linode-the-ultimate-guide-to-cloud-computing-iaas/
116. AWS Identity and Access Management (IAM) Foundations - https://coursetreat.com/udemycourse/aws-identity-and-access-management-iam-foundations/
117. QuickBooks Desktop vs QBO Multiple Currencies - https://coursetreat.com/udemycourse/quickbooks-desktop-vs-qbo-multiple-currencies/
118. Programming Network Applications in Java - https://coursetreat.com/udemycourse/programming-network-applications-in-java/
119. Kickstarting
92. PowerShell Functions Master Class - https://coursetreat.com/udemycourse/powershell-functions-master-class/
93. NGINX, Apache, SSL Encryption - Certification Course - https://coursetreat.com/udemycourse/nginx-apache-ssl-encryption-certification-course/
94. Linode: Foundations of Web Server Security - https://coursetreat.com/udemycourse/linode-foundations-of-web-server-security/
95. Learn to Host Multiple Domains on one Virtual Server - https://coursetreat.com/udemycourse/learn-to-host-multiple-domains-on-one-virtual-server/
96. Learn PHP - For Beginners - https://coursetreat.com/udemycourse/learn-php-for-beginners-n/
97. Learn CSS - For Beginners - https://coursetreat.com/udemycourse/learn-css-for-beginners/
98. La méthode qu'il vous faut pour un trading rentable en 2023 - https://coursetreat.com/udemycourse/methode-alpha/
99. Install NGINX, PHP, MySQL, SSL & WordPress on Ubuntu - https://coursetreat.com/udemycourse/install-nginx-php-mysql-ssl-wordpress-on-ubuntu/
100. Influencer Marketing & Instagram Marketing: Be Famous in 2mo - https://coursetreat.com/udemycourse/become-famous/
101. How the Internet Works & the Web Development Process - https://coursetreat.com/udemycourse/how-the-internet-works-the-web-development-process/
102. File & Folder Management Using PowerShell - https://coursetreat.com/udemycourse/using-powershell-advanced-automated-file-management/
103. Entrepreneurship - Ft. Matthew Rolnick of Yaymaker, Groupon - https://coursetreat.com/udemycourse/how-to-succeed-as-an-entrepreneur-a-beginners-guide/
104. Email Marketing: Cold Email Marketing Writing, Lead Gen 2023 - https://coursetreat.com/udemycourse/cold-email-cold-emailing/
105. Create a WordPress website with Hostinger! - https://coursetreat.com/udemycourse/wordpress-and-hosting-for-beginners/
106. Create a Members Only Blog using PHP, MySQL, & AJAX - https://coursetreat.com/udemycourse/create-a-members-only-blog-using-php-mysql-ajax/
107. Complete JavaScript, jQuery and React Bootcamp - Hands-On - https://coursetreat.com/udemycourse/complete-javascript-jquery-and-react-bootcamp-hands-on/
108. Complete Bootstrap & React Bootcamp with Hands-On Projects - https://coursetreat.com/udemycourse/complete-bootstrap-react-bootcamp-with-hands-on-projects/
109. Cloud Computing and Amazon Web Services (AWS) Fundamentals - https://coursetreat.com/udemycourse/cloud-computing-and-amazon-web-services-aws-fundamentals/
110. CSS & JavaScript - Certification Course for Beginners - https://coursetreat.com/udemycourse/css-javascript-certification-course-for-beginners/
111. Build an Amazon Affiliate E-Commerce Store from Scratch - https://coursetreat.com/udemycourse/build-an-amazon-affiliate-e-commerce-store-from-scratch/
112. Build a Connect-4 Clone in React + JavaScript Foundations - https://coursetreat.com/udemycourse/build-a-connect-4-clone-in-react-javascript-foundations/
113. Branding & Brand Management: Branding Strategy Brand Tactics - https://coursetreat.com/udemycourse/mini-mba-in-branding/
114. Adobe Lightroom Classic CC: The Map & Book Module - https://coursetreat.com/udemycourse/adobe-lightroom-classic-cc-the-map-book-module/
115. AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS\] - https://coursetreat.com/udemycourse/aws-and-linode-the-ultimate-guide-to-cloud-computing-iaas/
116. AWS Identity and Access Management (IAM) Foundations - https://coursetreat.com/udemycourse/aws-identity-and-access-management-iam-foundations/
117. QuickBooks Desktop vs QBO Multiple Currencies - https://coursetreat.com/udemycourse/quickbooks-desktop-vs-qbo-multiple-currencies/
118. Programming Network Applications in Java - https://coursetreat.com/udemycourse/programming-network-applications-in-java/
119. Kickstarting
The Best Learning Community
100% Off Udemy Course - Setup LAMP Stack on a Remote Cloud Server + PHP Foundations