What is Prompt Engineering? (Learning resources)

Prompt engineering is a term coined in the 2020s to describe the practice of creating and crafting effective prompts to guide the behaviour and output of large language models (LLMs). Most people ask simple questions and can get simple answers. Somewhat like in the real world, the art of asking questions will bring the best results. Effective prompt engineering involves understanding the model’s capabilities - as well as its limitations - to achieve the most optimal results. ...

April 5, 2025 Â· 2 min

Foundations of OpenShift (Learning)

Foundations of Open Shift Learning Path | 13 resources | 4 hours | Published on June 27, 2023 Learn the foundations of OpenShift through hands-on experience deploying and working with applications, using a no-cost OpenShift cluster through the Developer Sandbox for Red Hat OpenShift. Takeaways OpenShift is a layer of Red Hat components that sit on top of a Kubernetes cluster

1 min

Kubernetes Course (Beginner/Intro)

freeCodeCamp provide a 3 hour introductory course to Kubernetes. Further reading The Kubernetes Handbook – Learn Kubernetes for Beginners Notes Pod is the smallest unit in the Kubernetes world Link One container per pod is the most common use case Link A Kubernetes cluster consists of nodes (a node is simply a server, whether virtual or bare metal) Link ...

1 min