Spyke

Posts

Cloud Terminology Glossary for AWS, Azure, and GCP (Lucidchart)

With this growth in cloud computing, three key players—AWS, Azure, and GCP—have emerged, each with its own cloud terminology to describe the features, functionality, and tools of cloud infrastructure.

And that terminology becomes even more complicated when you’re dealing with more than one cloud provider. For example, AWS terminology refers to a data warehouse as “Redshift,” GCP uses the term “BigQuery,” and Azure terminology calls it “SQL data warehouse.”

Cloud Terminology Glossary for AWS, Azure, and GCP (Lucidchart)https://www.lucidchart.com/blog/cloud-terminology-glossaryOpen linkView original on programming.dev

Live Webinar - JPA Buddy – From Zero to Hero - Nov 9, 2023

In this #noslides live-coding session, you’ll learn about JPA Buddy’s functionality for managing your JPA data model from the ground up. JPA Buddy currently works as a plugin, but starting with the 2023.3 release, its main functionality will be bundled into IntelliJ IDEA Ultimate by default.

https://info.jetbrains.com/idea-webinar-november09-2023.htmlOpen linkView original on programming.dev

IntelliJ IDEA 2023.2 Is Out!

The IntelliJ IDEA 2023.2 release introduces AI Assistant to facilitate your development with a set of AI-powered features. The IntelliJ Profiler now provides in-editor hints, making the profiling process more intuitive and informative. This release also includes GitLab integration to help streamline your development workflow.

https://www.jetbrains.com/idea/whatsnew/2023-2/

https://blog.jetbrains.com/idea/2023/07/intellij-idea-2023-2/Open linkView original on programming.dev

2022 State of DevOps Report Takeaways Livestream (video - 63m)

Links to certain topics in video description

This year, JetBrains partnered with Google Cloud and DORA to put together the 2022 State of DevOps report. We are hosting a livestream to present the key takeaways and discuss how to achieve successful software delivery and operational performance.

In this livestream, we will:

Introduce the report, along with some highlights from the newly released Accelerate State of DevOps Report from Google Cloud. Discuss the operational performance practices currently employed by JetBrains.

View original on programming.dev

What Is a Cloud Native Network Function (CNF)?

A cloud-native network function or CNF is defined as a software service that fulfills network functionalities while adhering to cloud-native design principles without requiring any hardware or appliance to house it. This article explains the architecture and working of a cloud-native network function. It also provides examples of commonly-used CNFs.

What Is a Cloud Native Network Function (CNF)?https://www.spiceworks.com/tech/cloud/articles/cloud-native-network-function/Open linkView original on programming.dev

Developing an IntelliJ Plugin

IntelliJ Platform plugins can be developed by using either IntelliJ IDEA Community Edition or IntelliJ IDEA Ultimate as your IDE. Both include the complete set of plugin development tools. It is highly recommended to always use the latest available version, as the plugin development tooling support from bundled Plugin DevKit continues supporting new features.

Developing an IntelliJ Pluginhttps://plugins.jetbrains.com/docs/intellij/developing-plugins.htmlOpen linkView original on programming.dev

4 Ways to Get Zero Downtime Deployment with DevOps | IO Connect Services

Rolling Deployment

A rolling deployment strategy slowly replaces previous versions of an application with new versions by entirely switching out the environment in which the application is running. For example, containers running new versions of an application may take the place of containers running previous versions of an application....

Canary Deployment

To avoid risk, a canary deployment uses a phased approach in which traffic is shifted in increments. With the aid of a router or load balancer, new application code is released to a small group of users so it can be tested. Metrics measure the success of the new iteration....

Blue-Green Deployment

Blue-Green deployments eliminate downtime by running 2 identical production environments, one called Blue and the other called Green. Only one of the environments is live at any one time and handles all production traffic....

A/B Deployment

An A/B deployment strategy allows your company to test 2 versions of an application on users. The “A” version would be the old version, while the “B” version would contain a new or revised feature. Each version would be released to a subset of users for testing and feedback....

4 Ways to Get Zero Downtime Deployment with DevOps | IO Connect Serviceshttps://www.ioconnectservices.com/insight/4-ways-to-get-zero-downtime-deployment-with-devopsOpen linkView original on programming.dev