Reddit DevOps
266 subscribers
30.9K links
Reddit DevOps. #devops
Thanks @reddit2telegram and @r_channels
Download Telegram
Tool to build Docker images

Which tool do you use to build Docker images in pipelines and/or in Kubernetes?

We've been using Kaniko and it actually works great. I was just wondering what other options are there.

https://redd.it/13soa6e
@r_devops
Who is responsible for monitoring the quality gate for Code Health (ex detecting complex code, duplicate code etc) in your company?

We are setting up a process to incorporate a Code Health tool (ex detect linting issues, code complexity etc) in our CI/CD pipeline, and are deciding which team would be responsible for monitoring the CI/CD checks related to the SAST (Static Application Security Testing tools) checks on PR merges and merge to master.

Hence, wanted to understand how it is done in other companies.

View Poll

https://redd.it/13rkp9s
@r_devops
great, now i'll be thinking about this all weekend

I've been feeling like there's a fundamental disconnect at my job about what ops/platform engineering and architecture actually entails, and it comes out in weird ways. So I'm trying to work through this idea/analogy/rant to hopefully get some connection.

Users

Our users want boxes - lots of boxes, boxes of different sizes, boxes that can be strapped together and stacked on another box, boxes in boxes in boxes. We also want boxes - boxes to hold our box orders, boxes to hold box parts, boxes and boxes and boxes.

Engineering

To make and assemble those boxes, we start making box building machines. And we make some strap making machines. And we make some assembler machines that can pop the straps around a few boxes and place them squarely on top of the big box that just got built. And we make a box builder builder that makes a box with a box builder, a strap maker, and an assembler inside to ship to the Sydney office to start making upside down boxes.

Architecture

All through this box building, we want to make sure the boxes that come out are the right size, are connected correctly and in a safe/durable way, and when they catch fire the suppression system (which is in another box) places an order for a replacement box.

And when we build a box builder, we want to be sure we're not wasting time reinventing a builder that Maggie down the hall built last week, and that all request measurements get translated from feet, furlongs, and cubits to meters before we cut, and when someone asks for a new kind of box we can have a part list for the box builder breaking down what we can pull from stock and what we need to invent, and if a new box builder makes boxes that need ropes instead of straps we can figure out where in the box builder builder box we can put a new rope builder and rope-aware assembler.

\---

It is very easy to spend all your time building boxes, connecting them, poking them to see why they broke. In fact, in order to build box builders, you need to be pretty clear on how to build a good box - how to build a few different kinds of good boxes - how to take someone else's box order and build the box they expect.

But until you build a box builder that builds a box on demand, you're a platform user, not an engineer.

I've built dozens of box builders. I've written guidance and requirement docs. I've advised on automation strategies, centralized configurations, distributed configurations, test harnesses, background and trainings and advice on hooks into every facet of our environment. And I'm still the only one building box builders. And management ask "but where's the box?" or declare confidently "the next architectural improvement we're looking for is ... box builder 714!"

Is this just bitter pre-3-day-weekend spite? Anyone else feel me?

https://redd.it/13sr3l7
@r_devops
CI/CD pipeline set up!

I’m new to DevOps and it’s been year started out with a startup. I’m the only DevOps person there.
We have 14 developers and each have their own sever of their own branch and application. So, every commit to their repo on a different branch should be a deployment.
I have set up jenkins that builds an image with a tag. The build is triggered and deployed by selecting choice parameters with their own environment variable on Kubernetes environment.
I have task to auto deploy based on user commit in a variable feature branch on a sever that is assigned to them.
I’m seeking approach for the above requirement with Jenkins or with any other tool recommendations.

https://redd.it/13sv9sf
@r_devops
Every job I’ve taken seems to follow a pattern

Year 1: Join the team and start solving the typical DevOps problems: CICD, infra-as-code, improve devex.

Year 2: things are a bit more baked, maybe you’re fixing kinks here and there, working with developers to get them used to all the stuff you’ve built.

Year 3-???: things are pretty much on cruise control. You might get reached out to a few times a week about something that’s not working, but the majority of your day is spent scrolling Reddit. Lose motivation, start feeling guilty because you’re not pulling as much weight as the devs. Skills start atrophying and you consider jumping ship, but you don’t want to leave the team hanging.

This seems to be the case in the last few companies I’ve worked for. Wondering if other people have had the same experience.

https://redd.it/13svlci
@r_devops
What's your incident response flow?

Curious how everyone does this? At a FAANG I worked at there's an entire suite of internal tools that handle this from chat integration, incident management birds eye view and it's relatively smooth.

Now that I'm at a smaller company, seems like there's no uniform way to do this. Some teams open up a Jira ticket to track things, while others straight up don't do anything. For my team in particular in boils down to pretty much pagerduty + ping the team chat and hope for the best, which really isn't ideal.

https://redd.it/13suum0
@r_devops
What editor/IDE and plugins/extensions do you use?

I go back and forth between nvim and vscode. Curious to see what others use.

https://redd.it/13sw0m0
@r_devops
Going from devops to an openshift support role

I have been in devops for a few years now, did my CKA 2 years back but never worker with k8s as much as I wanted to. I've been enjoying the challenges in the devops field, public cloud, cicd... But at the moment, as I'm looking for a new role, I got this offer from redhat. Normally I'd be stoked to get an offer from a big tech name like this, but this is not a devopsy role. It's a technical customer support role for openshift. Supposedly I'd be involved in solving our customer's openshift problems, learn a ton of k8s, but I'm scared I'd loose my touch with devops, public cloud, solutions architecture challenges, all that.
Now I don't care about titles too much, so going from a 'senior devops engineer' to some customer support title doesn't bother me, as long as it moves me forward in my technical skillset and career.

I wanted to ask dear devops folks here, would you make a change like this? If yes/no, why?

For the record, let's say that the pay is ok and I'd probably get the same pay elsewhere in the devops field.

https://redd.it/13szeft
@r_devops
Anyone has experience building IDP for dev team to spin up infrastructure?

I am going to build an Internal developer platform for devs to build infra. The proposed solution includes UI interface, API trigger and AWS code build for deploying. Any thoughts?

https://redd.it/13t0xf4
@r_devops
struggling to sync teams when one uses Jira, other uses Gitlab. is this normal in the industry? am i missing something that ensures a seamless integration between Jira and Gitlab?

context

mgmt team prefers using Jira boards because of its "all in one" with Confluence
dev team prefers Gitlab because of Issues tight integration w/ merge requests workflow

i'm just a reg software developer but i've noticed that the huge gap between the tools that mgmt and dev uses prevents us from effectively communicating what we are doing.

i work in a 200 person shop and it's insane how if a dev team is forced to use Jira and cater to the manager, the dev team basically stops communicating Gitlab's Issues/MR system.

if the dev team sticks to using Gitlab's Issues/MR, the managers being more used to Jira aren't as effective on Gitlab's platform. Not only that but some managers deal with multiple teams and prefer to stick to Jira, but there's always a few of them that's like "ugh my other team uses Gitlab" and they basically become desynced.

i'm using a mix of unito, Jira and Gitlab's own cross intergrations to sync comments (in a half assed way because images don't crosslink well in comments) and labels (which require a lot automation wiring on jira).

it might be good now but i know all it would take is a change on either Jira or Gitlab and bam all these manual automations from Jira/Unito become useless.

am i missing? is this a persistent hell? are all large enterprises essentially working this way?

https://redd.it/13t1b40
@r_devops
Can Anyone Explain Me Docker Port Mapping Concept?

https://imgur.com/a/ccB3dsS

What does -p 5000:80 means? What port is being mapped to which port(based on the above figure)?

I think the port of windows 10 is being mapped to container assuming I'm running docker on centos vm. But feel free to correct if I'm wrong.

https://redd.it/13t2x5g
@r_devops
how to containerize a multi-container application using docker-compose?

I tried reading https://github.com/Lucifergene/Docker-Mern

But I'm confused. Should I continue to Kubernetes? My main confusion is YAML files. Is there a course to learn about YAML files in detail with example? I'm node js developer.

https://redd.it/13t0lm9
@r_devops
Cross Training?

Just curious if anyone has good experience cross training others, specifically application programmers in devops tasks. For example, with the small team I am on, everyone mostly relies on the one guy who knows Kubernetes if, say, we have some pods failing.

What strategies do you employ to try to motivate others to learn how to do the devops work without just saying “figure it out”?

https://redd.it/13sugt1
@r_devops
How much of the AWS cert content is actually relevant to DevOps?

I refuse to believe that knowing how a 'CMK is used to encrypt a DEK and then stored in a KMS' is something particularly worth learning in the context of DevOps. Seriously, what's the point of knowing these things just for a certification if I'll never use them?

What exactly are we supposed to learn about in the cloud space for DevOps/SRE roles? There are so many acronyms and unrelated concepts, it feels overwhelming and my head might explode. Are there things I can just focus on instead of actually going and obtaining an AWS cert?

https://redd.it/13t55fr
@r_devops
400+ Free Udemy Coupon Courses - Limited Time

View all : https://coursetreat.com/udemy


1. WordPress Crash Course: Build any Website in Minutes! - https://coursetreat.com/udemycourse/wordpress-mastery-for-beginners-learn-wordpress-fast/

2. The Complete Vue.JS Course for Beginners: Zero to Mastery - https://coursetreat.com/udemycourse/the-complete-vuejs-course-for-beginners-zero-to-mastery/

3. The Complete Microsoft SQL Server Course: From A to Z - https://coursetreat.com/udemycourse/the-complete-microsoft-sql-server-course-from-a-to-z/

4. The Art Of Drawing Cartoon Comic Strips [NEW\] - https://coursetreat.com/udemycourse/the-art-of-drawing-cartoon-comic-strips/

5. TailwindCSS from A to Z: Master TailwindCSS Quickly - https://coursetreat.com/udemycourse/learn-tailwind-css-quickly/

6. Supercharge Productivity: ChatGPT & Prompt Engineering - https://coursetreat.com/udemycourse/mastering-chat-gpt-your-personal-life-hacks-guide/

7. Sanitation & Wastewater Treatment Explained - https://coursetreat.com/udemycourse/wastewater-treatment-explained/

8. React.JS Crash Course: The Complete Course for Beginners - https://coursetreat.com/udemycourse/reactjs-the-complete-course-for-beginners/

9. Python for OOP: The A-to-Z OOP Python Programming Course - https://coursetreat.com/udemycourse/python-for-object-oriented-programming/

10. Python for Machine Learning: The Complete Beginner's Course - https://coursetreat.com/udemycourse/python-for-machine-learning-beginners/

11. Python for Deep Learning: Build Neural Networks in Python - https://coursetreat.com/udemycourse/deep-learning-basics-with-python/

12. Python for Data Science & Machine Learning: Zero to Hero - https://coursetreat.com/udemycourse/python-for-data-science-machine-learning-zero-to-hero/

13. Project Finance Fundamentals | Infrastructure & Energy - https://coursetreat.com/udemycourse/project-finance-fundamentals/

14. Project Finance & Excel: Build Financial Models from Scratch - https://coursetreat.com/udemycourse/project-finance-excel-build-financial-models-from-scratch/

15. MySQL for Beginners: A Complete Training for beginnners - https://coursetreat.com/udemycourse/mysql-for-beginners-a-complete-mysql-training-for-beginnners/

16. Make Money Online Or Offline - Start Freelancing Business - https://coursetreat.com/udemycourse/make-money-from-home-online-or-offline/

17. MS-Excel For Civil Engineers for Project Planning From Zero - https://coursetreat.com/udemycourse/ms-excel-for-construction-management-civil-engineers/

18. Javascript For Beginners Complete Course - https://coursetreat.com/udemycourse/javascript-for-beginners-complete-course/

19. JavaScript - Basics to Advanced step by step [2023\] - https://coursetreat.com/udemycourse/javascript-basics-to-advanced/

20. Jade Lizard & Twisted Sister Options Trading Top Strategy - https://coursetreat.com/udemycourse/jade-lizard-twisted-sister-options/

21. HTML5 - From Basics to Advanced level [2023\] - https://coursetreat.com/udemycourse/html-basic-to-advanced/

22. HTML5 & CSS3 Complete Course: Build Websites like a Pro - https://coursetreat.com/udemycourse/html5-css-fundamentals/

23. Github Actions: Become the Jedi of CI/CD 2023 - https://coursetreat.com/udemycourse/become-the-jedi-of-cicd-github-actions/

24. Data Manipulation in Python: Master Python, Numpy & Pandas - https://coursetreat.com/udemycourse/master-data-science-in-python/

25. Contract Law Guide: How to Write a Service Contract - https://coursetreat.com/udemycourse/contract-law-guide-tareq-hajj/

26. ChatGPT for SEO: Boosting SEO Performance With ChatGPT AI - https://coursetreat.com/udemycourse/chatgpt-for-seo-harnessing-the-potential-of-ai-for-seo-2023/

27. ChatGPT and Midjourney: 12 Ways of Earning Money. ChatGPT AI - https://coursetreat.com/udemycourse/chatgpt-and-midjourney/

28. CSS - Basics to Adv for front end development [2023\] -
https://coursetreat.com/udemycourse/css-basics-to-advanced/

29. C++ Training Crash Course 2022 - https://coursetreat.com/udemycourse/c-training-crash-course-2022/

30. Build a Shopify Store from Scratch: Lean Shopify from A to Z - https://coursetreat.com/udemycourse/build-a-shopify-store-from-scratch-lean-shopify-from-a-to-z/

31. Build 13 Projects with PHP MySQL Bootstrap and PDO - https://coursetreat.com/udemycourse/build-13-projects-with-php-mysql-bootstrap-and-pdo/

32. Bootstrap 5 Course: Build Responsive Websites like a Pro - https://coursetreat.com/udemycourse/bootstrap5-website/

33. AutoCAD 2023 MasterClass: Produce Amazing Site Plans Quickly - https://coursetreat.com/udemycourse/complete-autocad-for-beginners/

34. Web-Based Embedded System Simulator - https://coursetreat.com/udemycourse/arduino-simulate-web-based-embedded-system-simulator/

35. Time Management And Goal Planning: The Productivity Combo - https://coursetreat.com/udemycourse/time-management-and-productivity/

36. The Web Front End Learning Guide - https://coursetreat.com/udemycourse/amdbdfbs/

37. The Python and Django Learning Guide - https://coursetreat.com/udemycourse/wcsjwvoc/

38. The PHP 8 Learning Guide [2022 Edition\] - https://coursetreat.com/udemycourse/php-8-guide-2021-edition/

39. The Kotlin Learning Guide - https://coursetreat.com/udemycourse/kotlin-programming-for-beginner/

40. The Java Learning Guide - https://coursetreat.com/udemycourse/jczsnxta/

41. The Complete Flutter Development Guide [2022 Edition\] - https://coursetreat.com/udemycourse/fluttercourse/

42. The Complete Dart Learning Guide - https://coursetreat.com/udemycourse/mwurstui/

43. The C++ Learning Guide - https://coursetreat.com/udemycourse/vcojcteq/

44. The Android-Kotlin Development Guide - https://coursetreat.com/udemycourse/nfifedvr/

45. Streamlit Bootcamp - https://coursetreat.com/udemycourse/streamlit-bootcamp/

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

47. Run Multiple Sites on a Cloud Server: AWS & Digital Ocean - https://coursetreat.com/udemycourse/run-multiple-sites-on-a-cloud-server-aws-digital-ocean/

48. Redis Database Tutorial - https://coursetreat.com/udemycourse/redis-database-tutorial/

49. React - Complete Developer Course with Hands-On Projects - https://coursetreat.com/udemycourse/react-complete-developer-course-with-hands-on-projects/

50. Linux Tmux - https://coursetreat.com/udemycourse/linux-tmux/

51. Linode: Web Server and Database Foundations - https://coursetreat.com/udemycourse/linode-web-server-and-database-foundations/

52. Lightroom Classic CC: Master the Library & Develop Module - https://coursetreat.com/udemycourse/lightroom-classic-cc-master-the-library-develop-module/

53. Learn jQuery - For Beginners - https://coursetreat.com/udemycourse/learn-jquery-for-beginners/

54. Learn XML-AJAX - For Beginners - https://coursetreat.com/udemycourse/learn-xml-ajax-for-beginners/

55. JavaScript & jQuery - Certification Course for Beginners - https://coursetreat.com/udemycourse/javascript-jquery-certification-course-for-beginners/

56. Internet and Web Development Fundamentals - https://coursetreat.com/udemycourse/internet-and-web-development-fundamentals/

57. How to Install a Free SSL Certificate using Let's Encrypt - https://coursetreat.com/udemycourse/fix-googles-new-not-secure-warning-with-lets-encrypt/

58. HTML, CSS, & JavaScript - Certification Course for Beginners - https://coursetreat.com/udemycourse/html-css-javascript-certification-course-for-beginners/

59. HTML, CSS, & Bootstrap - Certification Course for Beginners - https://coursetreat.com/udemycourse/html-css-bootstrap-certification-course-for-beginners/

60. Effective Communication English - https://coursetreat.com/udemycourse/effective-communication-english/
61. Discovering the Inner Path: A Course on Raja Yoga - https://coursetreat.com/udemycourse/discovering-the-inner-path-a-course-on-raja-yoga/

62. Create Space Invaders with Python PyGame - https://coursetreat.com/udemycourse/create-space-invaders-with-python-pygame/

63. Complete JavaScript, XML, AJAX and React Bootcamp - Hands-On - https://coursetreat.com/udemycourse/complete-javascript-xml-ajax-and-react-bootcamp-hands-on/

64. Cloud-Powered Web App Development with AWS and PHP - https://coursetreat.com/udemycourse/cloud-powered-web-app-development-with-aws-and-php/

65. Cloud Computing Masterclass - Deployment to Administration - https://coursetreat.com/udemycourse/cloud-computing-full-stack-development-masterclass/

66. Build and Deploy Responsive Websites on AWS using HTML & CSS - https://coursetreat.com/udemycourse/build-and-deploy-responsive-websites-on-aws-using-html-css/

67. Build a WordPress Powered Amazon Affiliate Site on NGINX - https://coursetreat.com/udemycourse/build-a-wordpress-powered-amazon-affiliate-site-on-nginx/

68. Arduino Programming using Python - https://coursetreat.com/udemycourse/arduino-programming-using-python/

69. Arduino Based Fire Alarm System - https://coursetreat.com/udemycourse/arduino-based-fire-alarm-system/

70. Amazon Elastic Compute Cloud (EC2) Beginners Certification - https://coursetreat.com/udemycourse/amazon-elastic-compute-cloud-ec2-beginners/

71. Adobe Lightroom Classic CC: Master the Develop Module - https://coursetreat.com/udemycourse/adobe-lightroom-classic-cc-master-the-develop-module/

72. AWS: Elastic Load Balancing with Auto Scaling Groups - https://coursetreat.com/udemycourse/aws-elastic-load-balancing-with-auto-scaling-groups/

73. Women's Leadership - https://coursetreat.com/udemycourse/womens-leadership/

74. Vigilant Leadership - https://coursetreat.com/udemycourse/vigilant-leadership/

75. Time Management, Productivity, Decision Making Tools & Aids - https://coursetreat.com/udemycourse/time-management-productivity-decision-making-tools-aids/

76. The BEST Cryptocurrency Course for ALL Levels (2023) - https://coursetreat.com/udemycourse/best-cryptocurrency-course/

77. Real Fast Podcast into Best Selling Kindle Books Easily - https://coursetreat.com/udemycourse/learn-to-make-podcasts-into-kindle-books/

78. Postgraduate Executive Diploma: Marketing Management - https://coursetreat.com/udemycourse/marketing-management-principles/

79. Postgraduate Executive Diploma: Leadership - https://coursetreat.com/udemycourse/postgraduate-executive-diploma-leadership/

80. Postgraduate Executive Diploma: Innovation Management - https://coursetreat.com/udemycourse/innovations/

81. Postgraduate Executive Diploma: General Management - https://coursetreat.com/udemycourse/postgraduate-executive-diploma-general-management/

82. Postgraduate Executive Diploma: Finance Management - https://coursetreat.com/udemycourse/financemanagement/

83. Master Course in Montessori Teacher Training 2.0 - https://coursetreat.com/udemycourse/montessori-education-montessori-teacher-training-kids-teaching-skills/

84. Manage Boundaries: When Personal Training Gets Personal - https://coursetreat.com/udemycourse/when-personal-training-gets-personal/

85. Leadership - Leading a Community - https://coursetreat.com/udemycourse/leadership-leading-a-community/

86. Business Strategy and Budget Presenting Fundamentals - https://coursetreat.com/udemycourse/securing-the-budget-for-your-project-with-a-winning-pitch-deck/

87. Zoom | How to Use Zoom like a Pro 2023 + Look Good Doing It! - https://coursetreat.com/udemycourse/how-does-zoom-work/

88. Stress Management - Overcome Obstacles & Building Resilience - https://coursetreat.com/udemycourse/overcoming-obstacles-and-building-resilience-manage-stress/

89. Master Online Events! Virtual Audience Engagement Tools 2023 -
https://coursetreat.com/udemycourse/better-online-meetings-virtual-audience-engagement-tools/

90. Apache Web Server Basics - https://coursetreat.com/udemycourse/apache-web-server/

91. Apache Tomcat Basics - https://coursetreat.com/udemycourse/apache-tomcat/

92. Apache Groovy Basics - https://coursetreat.com/udemycourse/apache-groovy-course/

93. Angular Material Basics - https://coursetreat.com/udemycourse/angular-material-/

94. Amazon Virtual Private Cloud Basics - https://coursetreat.com/udemycourse/amazon-virtual-private-cloud/

95. Amazon Sagemaker Basics - https://coursetreat.com/udemycourse/amazon-sagemaker/

96. Amazon Redshift Basics - https://coursetreat.com/udemycourse/amazon-redshift/

97. Amazon Quicksight Basics - https://coursetreat.com/udemycourse/amazon-quicksight-course/

98. Amazon Glue Basics - https://coursetreat.com/udemycourse/amazon-glue/

99. Amazon EKS Basics - https://coursetreat.com/udemycourse/amazon-eks/

100. Amazon EC2 Basics - https://coursetreat.com/udemycourse/amazon-ec2-course/

101. Airtable Ultimate Guide - https://coursetreat.com/udemycourse/learn-airtable/

102. Adobe XD Ultimate Guide - https://coursetreat.com/udemycourse/adobe-xd-cc-2020-master-course/

103. Adobe XD Basics - https://coursetreat.com/udemycourse/learn-basic-adobe-xd/

104. Adobe Stock Basics - https://coursetreat.com/udemycourse/learn-adobe-stock/

105. Adobe Spark Basics - https://coursetreat.com/udemycourse/learn-adobe-spark/

106. Adobe Premiere Rush Basics - https://coursetreat.com/udemycourse/learn-basic-premiere-rush/

107. Instagram Marketing 2021: Growth and Promotion on Instagram - https://coursetreat.com/udemycourse/instagram-marketing-2021-growth-and-promotion-on-instagram/

108. Affiliate Marketing - Learn to Make Money Online WORLDWIDE - https://coursetreat.com/udemycourse/affiliate-marketing-make-money-online/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

136. 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/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

198. Evernote