Join us

ContentUpdates and recent posts about Rust..
Story
@sshnaidm shared a post, 1 year, 1 month ago
Principal Software Engineer, Red Hat

Ansible GPT — callback plugin with OpenAI for Ansible tasks and playbooks

ChatGPT GPT Ansible Python

Tutorial how to write your own Ansible Callback plugin and leverage OpenAI for Ansible code analysis.

OpenAI Ansible run
Story
@sshnaidm shared a post, 1 year, 1 month ago
Principal Software Engineer, Red Hat

Enhancing Ansible Lint with OpenAI: Writing Your Own Custom Rule

Analyze your Ansible code with Ansible lint and OpenAI/ChatGPT with your own rule.

openai-lintrule-demo.gif
Link
@register6291 shared a link, 1 year, 1 month ago

Organize Terragrunt configuration for production grade environment and deploy with Github Action

Organize Terragrunt configuration for production grade environment and deploy with Github Action
Link
@dumunari shared a link, 1 year, 1 month ago
Developer Master, CI&T

Crossplane: A brief introduction

Amazon Web Services Kubernetes Crossplane

As we have seen lately, Crossplane took over the world of Platform Engineering providing an absolutely easy and powerful way to build cloud native control planes.
But how does it work? How can I use it? What are the gains?
This brief post, which is created to be the initial one for a Crossplane series, aims to answer some basic questions for those who are still eager to use it.

Crossplane: A brief introduction
Link
@subashsasi shared a link, 1 year, 1 month ago
DevOps Engineer

Safeguarding Your AWS Environment: Important Security Considerations

Story
@javinpaul shared a post, 1 year, 1 month ago
Blogger, Programmer, Developer

Top 5 Features Every JavaScript Developer Should Learn

Hello Devs, if you are wondering what to learn in JavaScript to take your skills to the next level, then you have come to the right place. Earlier, I shared thebest JavaScript courses,websites, andbooks. In this article, I will share essential JavaScript features like arrow functions,let and const k..

ay5fsctgrgv67bg6anrp[1].png
Link
@prathamesh-sonpatki shared a link, 1 year, 1 month ago
SRE, Last9.io

Levitate - Managed Prometheus

Levitate - Managed Prometheus
Story
@cmakkaya shared a post, 1 year, 1 month ago
DevOps, Upwork

Deploying microservices java application to the cluster created with Rancher using Helm

Helm Terraform Rancher Kubernetes Engine (RKE)

In 1st part of this series, we will learn basic concepts of Rancher, and then we will create “Rancher server” using terraform file, also we will learn doing with manuel installation it too. Finally, we will deploy Rancher into cluster in Rancher server and examine the created cluster structure. We will do it all step by step.

In 2nd part of this article: “Deploying microservices java application to the cluster created with Rancher using Helm”.

In 1st part of this series, we will learn basic concepts of Rancher, and then we will create “Rancher server” using terraform file, also we will learn doing with manuel installation it too. Finally, we will deploy Rancher into cluster in Rancher server.
Link
@kellywilsondfh shared a link, 1 year, 1 month ago
Content Marketing, Developers For Hire

Guide to Hiring Great Freelance C++ Developers

C++ is a widely used programming language, second only to C, and is versatile, powering a wide range of applications, from space crafts to search engines.

Hiring a skilled C++ developer can be challenging for business owners due to the high demand for these professionals. However, various platforms, such as Toptal, Upwork, and Hired, can help you find experienced freelance C++ developers.

C++ developers are experts in using C++ as their primary coding language and are in demand in various fields, including science, technology, and engineering.

They perform tasks like identifying code errors, creating software, staying up-to-date with C++ changes, and managing multiple projects for senior-level programmers.

Hiring a dedicated C++ developer can be beneficial, especially for companies involved in database management, financial technology, telecommunications, and application development.

The cost of hiring C++ developers varies based on factors like experience, location, and skill level. On average, C++ developers earn $108,012 annually.

C++ is a powerful language with a high demand for skilled developers, and hiring the right talent can be facilitated by using the appropriate hiring platforms and practices.

Story
@obedrina shared a post, 1 year, 1 month ago
Content Marketing Manager, Semaphore

Agile Coaching and the Samman Method with Emily Bache

In this podcast episode, I welcome Emily Bache, Author, Technical Agile Coach with ProAgile. We talk about agile coaching, the Samman Method, peer reviews and various communication techniques and methods. Listen to our insightful conversation or read the edited transcript.

Rust is a systems programming language originally developed at Mozilla and now stewarded by the Rust Foundation. It is designed to enable developers to build fast, reliable, and secure software by preventing entire classes of bugs at compile time. Rust achieves this through its ownership model, which enforces strict rules around memory access, lifetimes, and mutability, eliminating common issues such as null pointer dereferences, use-after-free errors, and data races.

Unlike traditional systems languages such as C and C++, Rust provides strong safety guarantees while maintaining low-level control and predictable performance. Its zero-cost abstractions allow developers to write expressive, high-level code that compiles down to efficient machine instructions. Rust’s type system and concurrency model make it especially well suited for multithreaded and security-critical software.

Rust is widely used across domains including operating systems, browsers, networking infrastructure, cryptography, blockchain, and embedded systems. It has also gained strong adoption in large-scale production environments due to its excellent tooling, package ecosystem (Cargo and crates.io), and emphasis on long-term maintainability. Today, Rust is recognized as a leading language for building safe, high-performance infrastructure software.