Join us

ContentRecent posts and updates..
Story
@muhammadali642 shared a post, 3 years, 9 months ago
Marketing

8 Best Practices to Boost Your CI/CD Performance

This article discusses the best practices that boost your CI/CD performance and how each impacts your software development journey.

Dev Swag
@ByteVibe shared a product

I don't Give a Flux - GitOps - Black Mug

#developer  #merchandise  #swag 

- Microwave and dishwasher safe- Made of black, durable ceramic- C-handle- 11 oz (0.33 l)

Story
@muhammadali642 shared a post, 3 years, 9 months ago
Marketing

Is The Future NoOps or MoreOps?

This article discusses the need for NoOps and the shortcomings of DevOps that it solves.

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@magalix shared a post, 3 years, 9 months ago
Magalix

Mitigating Apache Log4j Vulnerability with Policy-as-Code

What is  Apache log4j vulnerability (Log4Shell)? Mitigate the risks with policy-as-code. Learn how.

log4j Vulnerability
Story
@boriszn shared a post, 3 years, 9 months ago
Senior Software and Cloud Architect, IBM, Nordcloud

Common Performance Management Mistakes

Azure Azure Kubernetes Service (AKS)

In the figure above, you can see that the AKS cluster contains nodes that are represented as virtual machines under the hood. The Autoscaler is the main component here. It scales up the node count when the cluster is under high load. It also scales the node down to a standard size when the cluster i..

3.2.jpeg
Story
@thenjikubheka shared a post, 3 years, 9 months ago

Should We Be Paid For Our Data?

We interact with our devices more than we do with our partners, they are our companions. We are manipulated and exploited by algorithms that run these devices, the algorithms are top employees to Big Tech companies! The companies are more interested in our data, this data is either sold off in aggregate to other companies or used to design predictive models and problem-solving models.

As the saying goes; “Data is the new oil” or is it?

1_uFlDQp0o1Pr5tStOqFpTAA.jpeg
Story
@andreagernone shared a post, 3 years, 9 months ago
Software Developer

Laravel 8 full text search: Scout

Full text with TNT

Laravel 8 full text search.png
Story
@dineshparvathaneni shared a post, 3 years, 9 months ago

Kubernetes CRD Versioning for Operator Developers

Kubectl

Some guidelines for Kubernetes operator developers on how to version their CRDs

Story
@thenjikubheka shared a post, 3 years, 9 months ago

Algorithms

This is one of the multiple articles that will be covering algorithms in detail. Developers struggle with these and I want to simplify them as much as possible, from basic to complex.

1_Dl0F36mQqB_LNtA_dKd3ug.jpeg
Story
@muhammadali642 shared a post, 3 years, 9 months ago
Marketing

Canary Release Explained

What is a canary release?

The canary release concept comes from the 1920s coal mining industry. Back then, miners would carry caged canaries to help test the oxygen levels in the mines. If the canary died, it was a sign that there was too much carbon monoxide and they would leave the mine immediately.

In today’s world, a canary release is used to test the performance of the new application version in real-world usage. If there are bugs, then the new version is rolled back and the issues are fixed before another release. If there are no bugs and it works as expected, then it is scaled up until it replaces the old version completely. All this is made possible by the ability to control users’ traffic.

Story
@muhammadali642 shared a post, 3 years, 9 months ago
Marketing

A Beginner’s Guide to OWASP

pen Web Application Security Project (OWASP) is a nonprofit foundation that is dedicated to improving web applications security. The vibrant OWASP community has projects, forums, and events aimed at increasing the members’ security preparedness.