Reddit DevOps
269 subscribers
4 photos
31K links
Reddit DevOps. #devops
Thanks @reddit2telegram and @r_channels
Download Telegram
On AWS: Why use EKS instead of ECS?

I'm in a position where I've got to stand up some dockerized services (Airbyte, Kowl, etc.) which need to stay up (so no Lambda).

As I see it, my choices are to use ECS, EKS or good old fashioned Kubernetes. When would you lean towards EKS or Kubernetes instead of ECS? What do those services provide that make up for the added complexity?

https://redd.it/13qtujx
@r_devops
How do you on onboard new engineers?

My team are going through a growth phase in the coming months and I want to prepare some training material for new engineers. I have a bunch of architecture diagrams already there, and some descriptions about each repo, how we build and host. Our cloud environments and accounts. What else would you guys have?

https://redd.it/13r28vf
@r_devops
High Availability and Shared Storage for Docker Containers

I have a problem where I've come to believe the magical solution I want just doesn't exist.

I currently run standalone Docker hosts on Ubuntu virtual machines running on a 3-node Hyper-V S2D failover-cluster. These hosts run containers that handle mostly non-critical workloads, including small web applications and long-running tasks. However, they lack high availability and easy container migration capabilities. The main challenges stem from the use of volume bind mounts and the requirement for docker-compose.yml and various other files to be present on each host.

We're not a large operation so I'm really looking for a solution that gets me 90% of the way there while prioritising simplicity. ie. The idea solution in my mind is shared storage on 4 Swarm nodes. Volumes and compose files all live in this one location, each node has their default volume storage in this shared storage. One node goes offline, jump onto any other and `docker-compose up -d` and be on my way, or let swarm take care of it. Since everything lives in the same location on the shared volume, no problems.

Ideally, I would like to expose our S2D (Storage Spaces Direct) filesystem to each host through say, a hyper-v shared disk. I tested this and it failed but I've misplaced my notes on why this didn't work. If it worked for you please let me know...

Using the sshfs or nfs storage drivers with Swarm requires additional parameters added to each compose file, while not a deal breaker I would prefer something that doesn't require my team to remember to add those parameters for their container deployments to be HA.

**Summarising my scattered thoughts:**

* Find a straightforward solution that provides a majority of the desired outcome while prioritising simplicity.
* Implement shared storage on 4 Swarm nodes, housing volumes and compose files in a centralised location accessible by each node for easy failover.
* Explore options to expose the S2D filesystem to hosts, such as using a Hyper-V shared disk, if proven to be successful.
* Avoid the need for additional parameters in compose files by seeking alternatives to SSHFS or NFS storage drivers for Swarm deployments.
* Evaluate whether investing in Kubernetes is necessary or if there are other viable solutions to achieve high availability without accruing significant technical debt.

If anybody has a magic bullet, I would love to hear it!

https://redd.it/13r2n6w
@r_devops
Picking an architecture


I have been working on a solo project for about a year now in my spare time and probably have another year or two to go before completion.

As I’ve gotten more and more done I have found that it’s getting difficult to manage all my code in my mono repo. I know using micro services in a one man operation feels overkill but I’m looking for a way to space out and modularize my components.

On top of trying to make things more manageable, I have other needs such as abstracting away long running processes, taking in requests from third party webhooks, running code that’s triggered by database changes, etc… that would benefit from a more micro service type architecture.

My current plan is to keep things monolithic where possible, create a database service layer that will house all interactions with my database, and then separate services where needed. Everything would call the database service layer.

I’m interested in peoples thoughts on this, especially if anyone has faced a similar problem.

My stack consists of:
- nextjs
- postgres/prisma
- (almost) everything runs aws

https://redd.it/13r4n8m
@r_devops
Beginner dev ops project with nginx and docker - facing 502 error

Hey everyone, hoping someone could help me debug this issue for a project I'm working on - this my first time trying nginx and docker. I have been stumped for days.

I'm running two containers locally.Container 1: Port 80 Nginx + ReactContainer 2: Port 5000 NodeJs

I'm using nginx to reverse proxy api calls in the react app to the nodejs server. I'm getting this error in the docker logs when I try to login (which makes an api call to the nodejs server):

1 connect() failed (111: Connection reused) while connecting to upstream, client: 172.17.0.1, server: localhost, request: "POST /webapp/login HTTP/1.1", upstream: "https://127.0.0.1:5000/login", host: "localhost", referrer: "https://localhost/login"

My Nginx.conf file looks like this:

server {
listen 80;
server_name localhost;

location /webapp/ {
proxy_pass https://localhost:5000/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}

location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}

include /etc/nginx/extra-conf.d/*.conf;
}

​

I want to eventually deploy these containers to lightsail container service and I need a way to communicate between containers. Lightsail docs mention using localhost, but I thought local host was only on local devices which is confusing.

https://redd.it/13r7s9u
@r_devops
Help in choosing a course on udemy or any other platform

Hi all, I'm new to devops and want to learn everything from scratch, could you please suggest a course which covers beginners to intermediate or to advance level on udemy or any other platform.

Thanks in advance

https://redd.it/13rbgas
@r_devops
Devcontainers in k8s

Hey there,

I am a developer that sees a great potential in devcontainers. I am sort of reorienting myself to DevOps because I hate all the obstacles that are present in regular development and I would like to make lives of my coworkers easier.

I already did that by Dockerizing one of our projects, but devcontainers are the next step.

My plan is to start experimenting with devcontainers in our k8s.

Is there any open-source solution available that provides functionality similar to GitHub Codespaces?

I need to learn more. Give me some resources to look through. Thanks for the headsache in advance!

https://redd.it/13rczr7
@r_devops
Issue in packed

I am using packer to install openjdk in an image

Image is successful but when I create a vm from that image it’s saying Java command not found

In image I added command which java it showed /bin/java but in vm it’s not there

I also did find . Still no traces of java
Where am I going wrong

https://redd.it/13rb3jl
@r_devops
Enterprise developers focus on prioritizing security from the early stages of development

Cisco’s most recent report, based on the findings from two SlashData global surveys that targeted enterprise developers, uncovers developers’ exposure to API security exploits, their outlook on security, and how they use automation tools to detect and remediate threats.


There is a significant rise in security threats; in fact, 58% of enterprise developers have had to tackle at least one API exploit in the past year alone. And to make matters worse, nearly half of them have experienced multiple API exploits during that time.


You can help us too and make an impact on the developer ecosystem.


Start here - https://survey.developernation.net/name/cbts3/branch/main?utm_medium=some&utm_source=reddit&utm_campaign=r/devops

https://redd.it/13rf4iq
@r_devops
Looking for advice - need to pick a course that's heavy on networking vs programming. Longer term goal - devops.

hi everyone, my longer term goal is to get into devops and i figured a solid, supporting course of study will go a long way to helping me achieve that.

i need to decide between 2 courses that have very different emphases.

Option 1: big on networking and operating systems (90 credits out of 180) but weak and scattered with programming (bit of C, PHP, JS, SQL, Python - about 30 credits in total). student reviews express high levels of satisfaction.

Option 2: the other course is 50 credits on networking and 50 credits on programming (mostly python, some Java and a bit of JS and SQL) out of 180, and that's if i select the infrastructure track, rather than the dev track, which would then skew it very heavily in favour of dev. student reviews have been critical because it's a new curriculum and some classes were poorly conceived and delivered.

I get the impression that devops leans more towards networks/systems knowledge although some programming is also required, so option 1 is the obvious choice but it's a more specialised education and boxes me into a network/systems role (what if i can't find work in that area and need to branch out as a junior?)

i'm based in Europe in case it matters.

Any advice/insights from industry professionals welcome! better yet, if any of you are willing to take a look at the 2 courses, i'd be happy to send you their links in a private message.

https://redd.it/13rgo2i
@r_devops
CICD with Bitbucket Pipeline and AWS CodeDeploy on EC2

How we can setup Bitbucket Pipeline with EC2 on AWS using CodeDeploy, This will reduce the work of manually deploying the code on the server and reduce the time-to-market of your application. This practice is known as CI-CD, which means continuous integration and continuous deployment or delivery.


https://medium.com/codelogicx/cicd-deploy-to-aws-codedeploy-with-bitbucket-pipeline-b5da79b55477

Time to Market is critical because it gives you a competitive advantage, enhances customer satisfaction, facilitates a feedback loop, enables iterative development, mitigates risks, saves costs, and supports scalability. CI/CD pipelines help achieve faster delivery, improve product quality, and enable continuous improvement, making them essential for reducing time to market. I hope this will help you to successfully setup CI/CD Pipeline on AWS Servers using Bitbucket.

Any kind of feedback is appreciated!!
Thank you!!

https://redd.it/13rj04d
@r_devops
Understanding Crossplane. Steep learning curve

Hey guys,

Coming from TF world, we are attempting to create a POC using crossplane and I am having a big time wrapping my mind around it. It seems like the documentation and the community is not mature enough and I am a little bit stuck if I cannot find good references.

So we are trying to create some XR, for example a MSSQL Database (deploy XR + Composition). The idea is that we only take database name, collation and sku name, to be provided by developers using a claim.

Now the caveat here is that the resource group, the vnet and the server are already existing resources created previously by terraform.

On Crossplane release 1.12.1 we finally got the observe-only feature and after reading the release note, it is still difficult to understand how I include those as part of my XR. Apparently the annotation needs to go on the Managed Resource.

So here are my doubts. How do I go about this?

1. For any existing resources should I create first a managed resource with the annotation to observe only or should it be part of the Composition?
2. If I have multiple compositions will there be a conflict?
3. What If I want these resources (resource group, server) to be their own Composite Resources pointing to these MR with the observe only annotation, can I create child XR (example mssql database) and consume these upstream XR?

As you see i am completely lost and having a hard time understanding these whole XRD + XR + Composition + MR + Claim

Any help would be much appreciated!

TLDR: Need to create a XR that have pre-existing infra created through terraform.

https://redd.it/13rjztj
@r_devops
Anyone here use AWS Cloud9? What's it good for?

Discovered Cloud9 recently.

Is it worth using? Why not just use VS Code with some AWS extensions instead?

Thoughts?

https://redd.it/13rjm6v
@r_devops
Free Udemy Coupon Collections

1. WebdriverIO Certification Course with JavaScript & Node.js - https://coursetreat.com/udemycourse/webdriverio/

2. The Complete Six Sigma Yellow Belt Certification Course - https://coursetreat.com/udemycourse/six-sigma-yellow-belt-certification-course/

3. The Complete RESTful APIs with Python Course - https://coursetreat.com/udemycourse/restful-api/

4. The Complete Python Network Programming Course for 2023 - https://coursetreat.com/udemycourse/python-networking/

5. The Complete Python Game Development Course for 2023 - https://coursetreat.com/udemycourse/python-game-development/

6. The Complete Mobile Notary Business Course - https://coursetreat.com/udemycourse/notary-business/

7. The Complete Microsoft Playwright Course with Python - https://coursetreat.com/udemycourse/microsoft-playwright/

8. The Complete Mathematics Software Developer Course for 2023 - https://coursetreat.com/udemycourse/mathematics-software-development/

9. The Complete Java Swing Course for GUI Development for 2023 - https://coursetreat.com/udemycourse/introduction-java-swing-awt/

10. The Complete Java Game Development Course for 2023 - https://coursetreat.com/udemycourse/java-games-development/

11. The Complete Java Game Development Course 2023: Part 2 - https://coursetreat.com/udemycourse/java-games/

12. The Complete GSAP: JavaScript ,HTML and CSS Course for 2023 - https://coursetreat.com/udemycourse/gsap-course/

13. The Complete DevSecOps Course with Docker and Kubernetes - https://coursetreat.com/udemycourse/dev-sec-ops/

14. The Complete Automation PyTest Course for 2023 - https://coursetreat.com/udemycourse/pytest-python/

15. SHRM CP Complete Guide and Exam Preparation Course - https://coursetreat.com/udemycourse/shrm-exm/

16. Python Technical Interview Questions: The Ultimate Course - https://coursetreat.com/udemycourse/python-interview/

17. Python API Programming with FastAPI and Flask - https://coursetreat.com/udemycourse/python-api-programming-with-fastapi-and-flask/

18. PyCharm Productivity and Debugging Techniques - https://coursetreat.com/udemycourse/pycharm-python/

19. PEP8 Guidelines: Python Clean Coding [NEW 2023\] - https://coursetreat.com/udemycourse/pep8-python/

20. NIST Cybersecurity A-Z: NIST Risk Management Framework (RMF) - https://coursetreat.com/udemycourse/cybersecurity-framework/

21. NIST Cybersecurity A-Z: NIST Cybersecurity Framework (CSF) - https://coursetreat.com/udemycourse/nist-csf/

22. Monday Masterclass: From Beginner to Advanced [2023\] - https://coursetreat.com/udemycourse/monday-dot-com/

23. Mastering ISO 17025: QA in Testing and Calibration Labs - https://coursetreat.com/udemycourse/iso-iec-17025/

24. Mastering ISO 14001: Environmental Management Systems - https://coursetreat.com/udemycourse/iso-14001/

25. Java Games Development With libGDX | Create 5 Games - https://coursetreat.com/udemycourse/libgdx-game-development/

26. Intellij IDE Productivity and Debugging Techniques with Java - https://coursetreat.com/udemycourse/intellij-java/

27. ISO/IEC 27001 (ISMS): Full Certification Bootcamp - https://coursetreat.com/udemycourse/iso-27001-isms/

28. ISO 31000 Risk Management: A Comprehensive Guide - https://coursetreat.com/udemycourse/iso-31000/

29. ISO 22301: Business Continuity Management Certification - https://coursetreat.com/udemycourse/iso22301/

30. ISO 13485: Medical Devices QMS Certification Masterclass - https://coursetreat.com/udemycourse/iso13485/

31. Good Manufacturing Practices (GMP) Pharmaceutical Industry - https://coursetreat.com/udemycourse/good-manufacturing-practices/

32. Game Development with PyGame | Real World Games - https://coursetreat.com/udemycourse/pygame-python/

33. Game Development with Java and Python - https://coursetreat.com/udemycourse/java-python-game/

34. GCP Associate Cloud Engineer (ACE) Practice Tests Exams -
https://coursetreat.com/udemycourse/gcp-associate-cloud-engineer-ace-practice-tests-exams/

35. Fast track French for beginners - https://coursetreat.com/udemycourse/fast-track-french-for-beginners/

36. Entire ChatGPT4 Mega Course: Work, Business and Programming - https://coursetreat.com/udemycourse/openai-gpt/

37. Creating AI Art That Sells: A MidJourney and DALLE Course - https://coursetreat.com/udemycourse/dalle2-ai/

38. Corporate Governance & Compliance: Sarbanes-Oxley & ISO9001 - https://coursetreat.com/udemycourse/sarbanes-oxley/

39. ChatGPT SEO Mastery: Rank Higher & Attract Traffic in 2023 - https://coursetreat.com/udemycourse/chatgpt-seo-mastery-rank-higher-attract-traffic-in-2023-course/

40. ChatGPT 4 Software Mastery: Build, Deploy & Sell AI Apps - https://coursetreat.com/udemycourse/chatgpt-app/

41. C# Object-Oriented Programming Fundamentals - https://coursetreat.com/udemycourse/pds-csharp-oop-fundamentals/

42. C# Fundamentals - https://coursetreat.com/udemycourse/pds-csharp-fundamentals/

43. Aerospace Masterclass: Transonic Aerodynamics - https://coursetreat.com/udemycourse/transonic-aerodynamics/

44. Aerospace Masterclass: Aircraft Design - https://coursetreat.com/udemycourse/aircraft-design/

45. (CMS) Customer Success Management: Certification Course - https://coursetreat.com/udemycourse/customer-success-management/

46. TikTok Marketing. How to promote your business effectively! - https://coursetreat.com/udemycourse/tiktok-marketing-course-for-beginners/

47. The Ultimate Pandas and PostgreSQL Bootcamp - Data Analysis - https://coursetreat.com/udemycourse/pandas-and-postgresql-basic-to-advanced/

48. The Complete Pandas Bootcamp 2023 for Data Analysis - Python - https://coursetreat.com/udemycourse/pandas-for-data-analysis-in-python/

49. Python For Absolute Beginners : Learn Python From Scratch - https://coursetreat.com/udemycourse/pythonforabsolutebeginners/

50. NumPy & Pandas Masterclass for data analysis and ML | 2023 - https://coursetreat.com/udemycourse/numpy-and-pandas-for-beginners/

51. Data Analysis with Pandas, NumPy and PostgreSQL -Masterclass - https://coursetreat.com/udemycourse/numpy-pandas-postgresql-basic-to-advanced-for-beginners/

52. Beginners Bootcamp | HTML CSS Coding for Website Development - https://coursetreat.com/udemycourse/master-in-html-css-coding-for-web-design/

53. AutoML Automated Machine Learning BootCamp (No Code ML) - https://coursetreat.com/udemycourse/automl-automated-machine-learning-bootcamp-no-code-ml/

54. AZ-104 - Microsoft Azure Hands On Labs - https://coursetreat.com/udemycourse/az-104-microsoft-azure-hands-on-labs/

55. Web Applications Step by Step Guide Part-2 - https://coursetreat.com/udemycourse/web-applications-step-by-step-guide-part-2/

56. Web Applications Step by Step Guide Part 4 - https://coursetreat.com/udemycourse/web-applications-step-by-step-guide-part-4/

57. Web Applications Step by Step Guide Part - 3 - https://coursetreat.com/udemycourse/web-applications-step-by-step-guide-part-3/

58. Web Application: Step by Step Guide - https://coursetreat.com/udemycourse/web-applications-part-1/

59. Time Management Tips: You Need to Know About - https://coursetreat.com/udemycourse/time-management-tips-you-need-to-know-about/

60. The Ultimate Guide to ICT Skills - https://coursetreat.com/udemycourse/the-ultimate-guide-to-ict-skills/

61. Social Media Marketing & Management Expert - https://coursetreat.com/udemycourse/smm-social-media-marketing/

62. Project Management Professional Assessment - https://coursetreat.com/udemycourse/project-management-assessment/

63. Postgraduate Executive Diploma: Consumer Lending Business - https://coursetreat.com/udemycourse/consumer_lending/

64. Postgraduate Diploma: Project Management - https://coursetreat.com/udemycourse/project-managers/

65. Postgraduate Diploma: Digital Products Management -
https://coursetreat.com/udemycourse/digital-product-owner/

66. Postgraduate Diploma: Copywriting & Business Writing Expert - https://coursetreat.com/udemycourse/copywriting_businesswriting/

67. Postgraduate Diploma: CRM Platform Expert - https://coursetreat.com/udemycourse/crm-at-sales-service-marketing-and-business-management/

68. Omnichannel Sales & Service Management with AI & Chat Bots - https://coursetreat.com/udemycourse/omnichannel-sales-service-management-with-ai-chat-bots/

69. Office Administration Management - https://coursetreat.com/udemycourse/postgraduate-diploma-in-office-administration-management/

70. Multimedia and Graphic designing Course for Special Needs - https://coursetreat.com/udemycourse/graphic-designing-course-for-special-needs-people/

71. Marketing Psychology & Neuromarketing with Dekker Fraser MBA - https://coursetreat.com/udemycourse/product-marketing-psychology/

72. Knitting: Complete tutorial on how to knit a sarafan dress - https://coursetreat.com/udemycourse/complete-and-easy-tutorial-on-how-to-knit-a-sarafan-dress/

73. Invitation Writing -Formal and Informal, Reply to invitation - https://coursetreat.com/udemycourse/invitation-writing-formal-and-informal-reply-to-invitation/

74. Good Communication Skills are the key to Success - https://coursetreat.com/udemycourse/good-communication-skills-are-the-key-to-success/

75. Email Writing - https://coursetreat.com/udemycourse/email-writing-j/

76. Diary Writing- Meaning, Tips, Format and Benefits - https://coursetreat.com/udemycourse/diary-writing/

77. Concept of Wellbeing- Dealing with Anxiety - https://coursetreat.com/udemycourse/concept-of-wellbeing-dealing-with-anxiety/

78. Career choosing and Career Counselling - https://coursetreat.com/udemycourse/career-choosing-and-career-counselling/

79. Basic Portrait Drawing Techniques- Beginners and Advanced - https://coursetreat.com/udemycourse/basic-portrait-sketching-techniques-for-beginners/

80. PHP Mock Test Core & Advance 2022 [With FREE E-Book\] - https://coursetreat.com/udemycourse/php-mock-test-core-advance-2022-with-free-e-book/

81. Java And C++ Complete Course for Beginners 2022 - https://coursetreat.com/udemycourse/java-and-c-complete-course-for-beginners-2022/

82. Car Electrical Systems and Tuning: Stop Breaking your car ! - https://coursetreat.com/udemycourse/car-electrician-and-car-tuning-course-car-repair/

83. C++ Programming: Practice Tests Beginner To Advanced Level - https://coursetreat.com/udemycourse/c-programming-practice-tests-beginner-to-advanced-level/

84. Become A Certified Python Programmer: Python Practice Tests - https://coursetreat.com/udemycourse/become-a-certified-python-programmer-python-practice-tests/

85. Become A Certified Java Developer: Java Practice Tests - https://coursetreat.com/udemycourse/java-practice-exams/

86. Become A Certified JS Developer: JavaScript Practice Tests - https://coursetreat.com/udemycourse/become-a-certified-js-developer-javascript-practice-tests/

87. jQuery Ultimate Guide - https://coursetreat.com/udemycourse/the-learn-jquery-course/

88. jQuery Basics - https://coursetreat.com/udemycourse/learn-basic-jquery/

89. Winning Option Strategies For Any Market - https://coursetreat.com/udemycourse/winning-option-strategies-for-any-market/

90. Trading Options for Weekly Income - https://coursetreat.com/udemycourse/trading-options-for-weekly-income/

91. Trading Calendar Spreads for Income - https://coursetreat.com/udemycourse/trading-options-for-consistent-returns-calendar-spreads/

92. Trading Butterfly Spreads for Income - https://coursetreat.com/udemycourse/butterfly-spreads/

93. Solar Specialist Certification Interview Practice Test 2022 - https://coursetreat.com/udemycourse/solar-specialist-certification-practice-tests-2022/

94. SOLAR COURSE for Beginners of Solar Energy- -
https://coursetreat.com/udemycourse/complete-course-for-beginners-for-solar-energy/

95. Organizational Culture Change - https://coursetreat.com/udemycourse/organizational-culture-change-m/

96. Microsoft Teams Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-teams/

97. Microsoft Sway Basics - https://coursetreat.com/udemycourse/learn-microsoft-sway-course/

98. Microsoft Publisher Basics - https://coursetreat.com/udemycourse/learn-microsoft-publisher/

99. Microsoft PowerPoint Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-powerpoint/

100. Microsoft PowerApps Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-powerapps-/

101. Microsoft Power BI Basics - https://coursetreat.com/udemycourse/learn-microsoft-power-bi-course/

102. Microsoft Planner Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-planner-course/

103. Microsoft Outlook Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-outlook/

104. Microsoft OneNote Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-one-note/

105. Microsoft OneDrive Ultimate Guide - https://coursetreat.com/udemycourse/microsoft-onedrive-master-course/

106. Microsoft MyAnalytics Basics - https://coursetreat.com/udemycourse/learn-microsoft-myanalytics/

107. Microsoft Kaizala Basics - https://coursetreat.com/udemycourse/learn-microsoft-kaizala/

108. Microsoft Excel Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-excel-/

109. Microsoft Edge Basics - https://coursetreat.com/udemycourse/learn-microsoft-edge/

110. Microsoft 365 Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-office-365/

111. Master Course : Finance Fundamentals and Finance Management - https://coursetreat.com/udemycourse/finance-fundamentals-finance-management-corporate-finance/

112. MariaDB Basics - https://coursetreat.com/udemycourse/mariadb-course/

113. Mac Terminal Basics - https://coursetreat.com/udemycourse/mac-terminal-help/

114. JavaScript Basics - https://coursetreat.com/udemycourse/learn-basic-javascript/

115. Java Web Services Basics - https://coursetreat.com/udemycourse/java-web-services-course/

116. JSF Basics - https://coursetreat.com/udemycourse/jsf-course/

117. JDBC Basics - https://coursetreat.com/udemycourse/jdbc-course/

118. IntelliJ Basics - https://coursetreat.com/udemycourse/intellij/

119. How To Trade Options On Futures For Max Leverage - https://coursetreat.com/udemycourse/how-to-trade-options-on-futures-for-max-leverage/

120. How To Trade Options On Earnings For Quick Profits - https://coursetreat.com/udemycourse/how-to-trade-options-on-earnings-for-quick-profits/

121. How To Maximize Your Profits Trading Options - https://coursetreat.com/udemycourse/how-to-maximize-your-profits-trading-options/

122. How I Make Consistent Returns Trading Options - https://coursetreat.com/udemycourse/how-i-make-15-per-month-trading-options/

123. Helm Basics - https://coursetreat.com/udemycourse/helm-course/

124. HTML5 Basics - https://coursetreat.com/udemycourse/learn-basic-html5/

125. Grafana Basics - https://coursetreat.com/udemycourse/grafana-x/

126. Google Workspace (G Suite) Ultimate Guide - https://coursetreat.com/udemycourse/learn-g-suite/

127. Google Slides Basics - https://coursetreat.com/udemycourse/learn-google-slides/

128. Google Sites Basics - https://coursetreat.com/udemycourse/learn-google-sites/

129. Google Sheets Basics - https://coursetreat.com/udemycourse/learn-google-sheets/

130. Google Photos Basics - https://coursetreat.com/udemycourse/learn-google-photos/

131. Google My Maps Basics - https://coursetreat.com/udemycourse/learn-google-my-maps/

132. Google Keep Basics - https://coursetreat.com/udemycourse/learn-google-keep/

133. Google Jamboard Basics -
https://coursetreat.com/udemycourse/learn-google-jamboard/

134. Google Forms Ultimate Guide - https://coursetreat.com/udemycourse/learn-google-forms/

135. Google Fonts Basics - https://coursetreat.com/udemycourse/learn-google-fonts/

136. Google Drive Ultimate Guide - https://coursetreat.com/udemycourse/learn-google-drive-from-beginner-to-advanced/

137. Google Drawings Basics - https://coursetreat.com/udemycourse/learn-google-drawings/

138. Google Docs Ultimate Guide - https://coursetreat.com/udemycourse/google-docs-master-course/

139. Google Chrome Basics - https://coursetreat.com/udemycourse/learn-google-chrome/

140. Google Calendar Basics - https://coursetreat.com/udemycourse/learn-google-calendar/

141. Gmail Ultimate Guide - https://coursetreat.com/udemycourse/gmail-productivity/

142. GitLab Ultimate Guide - https://coursetreat.com/udemycourse/gitlab-course/

143. GitHub Basics - https://coursetreat.com/udemycourse/learn-basic-github/

144. Git Bash Basics - https://coursetreat.com/udemycourse/learn-git-bash/

145. German Language Practice Test: Level A1 - https://coursetreat.com/udemycourse/german-language-practice-test-level-a1/

146. Font Awesome Basics - https://coursetreat.com/udemycourse/learn-font-awesome/

147. Firefox Developer Edition Basics - https://coursetreat.com/udemycourse/learn-firefox-developer-edition/

148. Firefox Basics - https://coursetreat.com/udemycourse/learn-firefox/

149. Evernote Ultimate Guide - https://coursetreat.com/udemycourse/learn-evernote/

150. Erfolgreiches Podcasting & Podcast Hosting - https://coursetreat.com/udemycourse/power-podcasters-german/

151. Domain Trading Basics - https://coursetreat.com/udemycourse/domain-trading/

152. Domain Name Basics - https://coursetreat.com/udemycourse/learn-domain-names/

153. Digital Forensics Masterclass : Forensic Science 2023 DFMC+ - https://coursetreat.com/udemycourse/digital-forensics-course/

154. Developer Tools Basics - https://coursetreat.com/udemycourse/developer-tools-course/

155. Day Trading Options for Income - https://coursetreat.com/udemycourse/mighty-ninety/

156. Cryptocurrency Investment - https://coursetreat.com/udemycourse/cryptocurrency-investment-a/

157. Creative Infographics in PowerPoint - https://coursetreat.com/udemycourse/creative-infographics-in-powerpoint/

158. Blackbook for sales - the secrets and tricks of the trade - https://coursetreat.com/udemycourse/blackbook-for-sales-the-secrets-and-tricks-of-the-trade/

159. Be More Self Discipline, Willpower, Self-Control, Resilience - https://coursetreat.com/udemycourse/more-self-discipline-willpower-self-control-resilience/

160. 6 Weeks Bootcamp in Civil Engineering Construction From Zero - https://coursetreat.com/udemycourse/interview-preparation-for-civil-engineers-in-construction/

161. Zabbix Basics - https://coursetreat.com/udemycourse/zabbix-course/

162. Windows Command Line Basics - https://coursetreat.com/udemycourse/learn-windows-command-line/

163. Website Flipping Basics - https://coursetreat.com/udemycourse/website-flipping-course/

164. Webpack Basics - https://coursetreat.com/udemycourse/webpack-v/

165. WebVR Basics - https://coursetreat.com/udemycourse/webxr-vr/

166. WebGL Basics - https://coursetreat.com/udemycourse/webgl-course/

167. Web Hosting Basics - https://coursetreat.com/udemycourse/learn-web-hosting/

168. Web Development Ultimate Guide - https://coursetreat.com/udemycourse/web-development-ultimate-course/

169. Visual Studio Code Ultimate Guide - https://coursetreat.com/udemycourse/learn-visual-studio-code-v/

170. Virtual DJ: Become a DJ in 1 Hour! - https://coursetreat.com/udemycourse/virtual-dj-become-a-dj-in-1-hour/

171. Trello Ultimate Guide - https://coursetreat.com/udemycourse/learn-basic-trello/

172. Three.js Basics - https://coursetreat.com/udemycourse/threejs-course/

173. The
Complete Introduction to C++ Programming - https://coursetreat.com/udemycourse/the-complete-introduction-to-c-programming/

174. Swagger Tools Basics - https://coursetreat.com/udemycourse/swagger-tools/

175. Sublime Text 3 Basics - https://coursetreat.com/udemycourse/learn-sublime-text-3/

176. Slack Ultimate Guide - https://coursetreat.com/udemycourse/learn-slack/

177. Servlet Basics - https://coursetreat.com/udemycourse/servlet-course/

178. Server Infrastructure Basics - https://coursetreat.com/udemycourse/server-infrastructure/

179. Self-Discipline: Build Habits & Develop a Growth Mindset - https://coursetreat.com/udemycourse/self-discipline-build-habits/

180. SVG Ultimate Guide - https://coursetreat.com/udemycourse/learn-advanced-svg/

181. SVG Basics - https://coursetreat.com/udemycourse/learn-basic-svg/

182. SQL- The Complete Introduction to SQL programming - https://coursetreat.com/udemycourse/sql-the-complete-introduction-to-sql-programming/

183. Prometheus Software Basics - https://coursetreat.com/udemycourse/prometheus-software/

184. PowerShell Basics - https://coursetreat.com/udemycourse/learn-powershell/

185. Passive Income on Fiverr using Grammarly and Zero Skills - https://coursetreat.com/udemycourse/passive-income-on-fiverr-using-grammarly-and-zero-skills/

186. Opera Basics - https://coursetreat.com/udemycourse/learn-opera/

187. OpenGL Basics - https://coursetreat.com/udemycourse/opengl-course/

188. Open Broadcaster Basics - https://coursetreat.com/udemycourse/open-broadcaster/

189. Next.js Basics - https://coursetreat.com/udemycourse/learn-nextjs/

190. Network Monitoring Basics - https://coursetreat.com/udemycourse/network-monitoring/

191. Microsoft Word Ultimate Guide - https://coursetreat.com/udemycourse/learn-microsoft-word/

192. Microsoft To Do Basics - https://coursetreat.com/udemycourse/learn-microsoft-to-do/

193. Drupal For Absolute Beginners (2023) - https://coursetreat.com/udemycourse/drupal-masterclass/

194. Web Development Assessment - https://coursetreat.com/udemycourse/web-development-assessment/

195. User Experience Design Expert Assessment - https://coursetreat.com/udemycourse/ux_ui_expert/

196. Strategic Business Administration Assessment - https://coursetreat.com/udemycourse/businessadministration/

197. Start a Profitable Affiliate Coupons Website -Passive Income - https://coursetreat.com/udemycourse/start-a-profitable-discount-coupons-website-passive-income/

198. Setup a Virtual Web Server using Linode or Digital Ocean - https://coursetreat.com/udemycourse/setup-a-virtual-web-server-using-linode-or-digital-ocean/

199. Prompt Engineering Expert Assessment - https://coursetreat.com/udemycourse/prompt-engineering-expert/

200. Professional Scrum Master Assessment (PSMA) - https://coursetreat.com/udemycourse/professional-scrum-master-assessment-psma/

https://redd.it/13rnzmg
@r_devops