cloud-engineer



Role Description

This is a full-time remote role for a Cloud Engineer. The Cloud Engineer will be responsible for the implementation, automation, and deployment of cloud-based infrastructure in support of various business objectives. This includes the design, development, deployment, and maintenance of cloud-based solutions in a Linux environment. The Cloud Engineer will also be responsible for providing support and troubleshooting for cloud-based applications and services.

Qualifications

Strong knowledge and experience in Software Development, including programming and scripting languages such as Java, Python, and Bash
Experience in Infrastructure design and development, preferably within a Cloud Computing environment
Expertise in Cloud Computing platforms such as AWS, Azure, or Google Cloud Platform
Proficiency in Linux system administration including scripting, package management, and network configuration
Experience with databases such as MySQL, PostgreSQL, or MongoDB
Good understanding of DevOps practices, including Continuous Integration and Continuous Deployment (CI/CD) and infrastructure-as-code
Bachelor's degree in Computer Science, Information Technology, or related field
Experience with containerization technologies such as Docker and Kubernetes is a plus
Experience with automation tools such as Ansible, Chef, or Jenkins is a plus

From the Slides blog

Create Slide Titles

 
Create Slide Titles
def create_slide_titles(topic, num_slides):
prompt = f"Generate {num_slides} short slide titles for the topic '{topic}'."
completion = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[{"role":"system","content":prompt}],
temperature=0.0,
top_p=0.1,
max_tokens=200,
n=1,
request_timeout = 150)
return completion.choices[0].message.content.split("/n")
Use a prompt and make a call to open AI.
Ask Open AI/Othe LLM model to create N slides for given topic
Prompt
Generate {num_slides} short slide titles for the topic '{topic}

Spotlight

Futuristic interfaces

Future-proof interfaces: Build unified web-chatbot experiences that anticipate user needs and offer effortless task completion.