Join us

ContentRecent posts and updates..
Story Humanitec Team
@luca_cloud shared a post, 3 years, 11 months ago

Spotify Backstage: Service Catalogs Explained

Service catalogs like Spotify Backstage are all the rage. In this article, we break down what they are and what you should think about, if your team is considering implementing one. We look at the limitations of service catalogs and how Internal Developer Platforms complement them to unlock true developer self-service.

Dev Swag
@ByteVibe shared a product

Live with courage - Heavy Blend™ Hoodie

#developer  #merchandise  #swag 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Story BridgeCrew Team
@bridgecrewio shared a post, 3 years, 11 months ago

It’s Not All Bad! Using Cloud Drift for Teachable Moments

Stack Overflow’s 2021 Developer Survey found that 54% of developers use AWS, yet only 7% use Terraform.

drift-detection-learnings.png
Story
@bharathkreddy shared a post, 3 years, 11 months ago
@northerntrust

Linux For DevOps (Part-1)

UNIX

I started learning DevOps. I would like to share my notes with you guys. Now I would like to about Operating systems and virtualization.

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Story
@victoriamaslova shared a post, 3 years, 11 months ago

Bayesian Hyperparameter Optimization of Gradient Boosting Machine

Python

In this article we will walk through automated hyperparameter tuning using Bayesian Optimization. Specifically, we will optimize the hyperparameters of a Gradient Boosting Machine using the Hyperopt library (with the Tree Parzen Estimator algorithm).

Story
@faizalm47194738 shared a post, 3 years, 11 months ago

No Module named “Encodings” — A common Import Error Found In Python 3

Python

So, recently, I saw that many beginners are encountering this difficulty while installing Python 3 for the first time; in fact, when I installed Python for the first time, I had the same issue. The solution is simple, as we shall see in this article.

0_QYpZMj_O3ATv7u5W.png
Story
@nolongerset shared a post, 3 years, 11 months ago
President, Grandjean & Braverman, Inc.

Storing Local Table Data in a Front-End Access Application

If you’re thinking about storing local data in your front-end Access application, make sure it follows these 4 ground rules.

0_9P4oL6bwSFUS4SpO.jpeg
Story
@cheikhseck shared a post, 3 years, 11 months ago

Testability is crucial

GitLab CI/CD Go

Before I decide to add a function I always ask myself, "how can I test this?" Although a plain question, it forces me to re-evaluate the change I wish to make. It also helps me express my code in a more thought out manner.

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

5 Mistakes To Avoid As A Junior Software Engineer

You have survived the learning how to “code stage”, the “job seeking stage”, the horrible interviews and finally time to prove yourself.

1__5c9DyG4fcti1hmWMiKwOw.jpeg
Story BridgeCrew Team
@bridgecrewio shared a post, 3 years, 11 months ago

Advanced Terraform Security: Pro Tips for Secure Infrastructure as Code

Terraform

In simpler times, IT operations had the responsibility to configure and deploy new infrastructure, mostly via command line interface (CLI) and scripts. Today, even those with the most advanced command line prowess cannot keep up with the scalability and agility demands of companies building and deploying infrastructure in the cloud.

advanced_terraform_security.png
Story
@thenjikubheka shared a post, 3 years, 11 months ago

Data Structures And Algorithms: Big O Notation

Example:

Given the below array we want to write a function that takes in sample_array and return the sum of all the numbers in the array.

1.png