Sat.Apr 29, 2023 - Fri.May 05, 2023

article thumbnail

The Galactic Empire was defeated by WIP

Agile Alliance

In a galaxy not so far away, starting a new project can feel as daunting as taking down a powerful empire. But fear not, as Agile principles can help you conquer even the most intimidating projects. The post The Galactic Empire was defeated by WIP first appeared on Agile Alliance.

Agile 221
article thumbnail

Managing K8S Infrastructure and Applications on AWS: The Imperative Way

Xebia

This article has been written as a result of a talk I have given recently within the knowledge exchange (XKE) sessions at Xebia in the Netherlands. The question quite simple: How can we manage K8s infrastructure and applications using one codebase and high level programming languages? In the coming paragraphs we will identify how we can write Infrastructure as Code (IaC) as well as the K8s workload definition for an application that will be deployed on AWS.

AWS 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Digital Transformation: A Comprehensive Guide for any Business

OTS Solutions

In this blog, we will be discussing what the Digital Transformation process is in business and how Digital Transformation technologies can impact your business growth. At the end of this blog, you will be able to understand the benefits, challenges, and solutions to ensure that your transformation strategy is the best and can bring you success. Let us understand what Digital Transformation services mean to your business.

article thumbnail

Designing and Developing WebSphere Cells, Clusters, and Nodes

Dzone - DevOps

WebSphere is a powerful application server that can be configured and managed using a hierarchical structure of cells, clusters, and nodes. Understanding these concepts is essential for deploying, managing, and scaling WebSphere -based applications. A WebSphere cell is a logical grouping of one or more application servers that share a common administrative domain.

article thumbnail

10 Keys to AI Success in 2023

An organization’s path to AI success can be full of obstacles, from a proper assessment of its own AI maturity, to a better alignment between business and technical teams, many factors can influence the outcomes. All of this is tightly intertwined with a myriad of complicated technical decisions that can make or break any long-term AI strategy. While AI progress is hard, companies don’t have to get stuck in an endless loop of inertia on their path to value-driven AI.

article thumbnail

Basic Components of Computer

The Crazy Programmer

A computer is an electronic machine that stores and process data and information and give result in the form of output. It consists of some components which help to manage the storage of data and information and process properly. These components make the working of a computer faster and smoother. Image Source Input Unit Input devices are hardware devices that are used to enter data and information in the computer system.

Hardware 124

More Trending

article thumbnail

Implementing NATS JetStream as Queues in Golang

Dzone - DevOps

In recent years, the increasing demand for efficient and scalable distributed systems has driven the development and adoption of various message queuing solutions. These solutions enable the decoupling of components within distributed architectures, ensuring fault tolerance and load balancing. Recently, we faced the challenge of selecting a message queue system for a new project in our microservice architecture.

article thumbnail

Getting Started With Redpanda in Kubernetes

Dzone - DevOps

Redpanda is an event streaming platform that is free and open source , similar to MariaDB and CockroachDB. It is compatible with Kafka APIs and is used by many as an alternative to Apache Kafka due to its performance and lightweight design. Kubernetes (K8s) is the defacto platform for cloud-native environments, so it’s not surprising that many developers choose it to manage their Redpanda clusters.

article thumbnail

Hiring a UX designer won’t magically solve your product problems & other UX misconceptions debunked

Modus Create

You might have created the first version of your product very quickly, and, at that time, you might not have been concerned with how it looked; you just wanted it to work. You have previously shown it works, but that might have been a few years ago. Since your initial launch, you have probably added features in different places. You have been putting links and forms and maybe a few flags that show everyone what’s new, wherever there was room, and you weren’t focusing on what would be the best co

Testing 79
article thumbnail

DevOps Onramp: Security on the Rise

DevOps.com

I don’t normally advertise stuff in my blog, because that’s not what it is here for. It is here to offer you the thoughts and ponderings of someone like you, and advice you didn’t ask for. But today we’ll make an exception since I also blathered for Techstrong Group recently, and soon you’ll be able […] The post DevOps Onramp: Security on the Rise appeared first on DevOps.com.

DevOps 110
article thumbnail

Apache Cassandra® NoSQL for the Relational DBA

Unleash the power of NoSQL with "Apache Cassandra® NoSQL for the Relational DBA." Learn from Lewis DiFelice, an experienced Professional Services Consultant at Instaclustr, as he shares his journey transitioning from SQL to managing a 40-node Cassandra cluster. Gain insights into Cassandra's architecture, configuration strategies, and best practices.

article thumbnail

Smart Warehouses Are Changing the Logistics Landscape

Cherry Work

The warehouse industry is undergoing a significant transformation, with the adoption of smart mobile solutions that enable more efficient, accurate, and automated operations. Having a smart warehouse mobile app. can provide numerous benefits, from optimized inventory management to faster order fulfillment times. Smart Warehouse mobile apps. are designed to enhance the efficiency and productivity of warehouse operations.

Mobile 130
article thumbnail

Xebia thoughts on KotlinConf

Xebia

We’ve had a little time to digest since we’ve returned from KotlinConf , the largest Kotlin conference in the world. This year, the event, organized by JetBrains, gathered 1,300 professionals in the field for two days of talks, networking, and brainstorming on current and future developments in the language and its ecosystem. Xebia was in full force as a Gold Sponsor with representatives from the Netherlands, Spain, the United States, and beyond.

article thumbnail

Migrating Critical Traffic At Scale with No Downtime?—?Part 1

Netflix Tech

Migrating Critical Traffic At Scale with No Downtime — Part 1 Shyam Gala , Javier Fernandez-Ivern , Anup Rokkam Pratap , Devang Shah Hundreds of millions of customers tune into Netflix every day, expecting an uninterrupted and immersive streaming experience. Behind the scenes, a myriad of systems and services are involved in orchestrating the product experience.

Testing 140
article thumbnail

How Good Developers Become Good Engineering Managers

DevOps.com

Being a good engineering manager means that, to some degree, you have a natural affinity for the work involved. And if you’re a good developer, you likely already have some of those innate skills and attributes. But simply having the skills doesn’t mean you’ll enjoy being an engineering manager. For example, the nature of the […] The post How Good Developers Become Good Engineering Managers appeared first on DevOps.com.

article thumbnail

Future Focus: Constructing Unshakeable Stability in Your Manufacturing Supply Chain

Speaker: Jay Black, Senior Account Executive

We’ve all heard the buzzwords to describe new supply chain trends: resiliency, sustainability, AI, machine learning. But what do these really mean today? Over the past few years, manufacturing has had to adapt to and overcome a wide variety of supply chain trends and disruptions to stay as stable as possible. Stability has become key in this post-COVID world, and will remain key moving forward.

article thumbnail

How to Blur Faces in a Video from Command Line

David Walsh

Privacy is always incredibly important, especially with visual media where you may not have the permission of individuals in the video. If you’re filming something in public, it’s likely you’ll catch someone’s face who simply doesn’t want or need to be identified. This recently got me to thinking: what’s the easiest way to blur faces in a video via command line?

Video 134
article thumbnail

Scala and Kotlin Under One Roof

Xebia

In one of our latest open-source projects , we’ve combined Kotlin and Scala code under a single Gradle project. Since both languages work on the Java Virtual Machine, we were confident we could pull this off. This post describes some of the bumps we found along the way and what we learned to solve them. How we got there Karat is a new library we are developing to bring the power of temporal logic to testing.

Testing 130
article thumbnail

CEOWORLD magazine elected Deepak Ohri and Dr. Amit Kailashchandra Lath to their Board of Directors.

CEO Insider

CEOWORLD Magazine has announced the appointment of new members to its board of directors and executive council. Lebua Hotels & Resorts founder and CEO Deepak Ohri and Sharda Group of Companies CEO Dr. Amit Kailashchandra Lath have been chosen to join the board of directors and the executive council of CEOWORLD magazine, according to an announcement […] The post CEOWORLD magazine elected Deepak Ohri and Dr.

Hotels 133
article thumbnail

FIDO/WebAuthn Passkeys is Inevitable: Get on the Train ¦ IBM CEO Hates WFH

DevOps.com

In this week’s #TheLongView: The Passkeys authentication standard gets a huge boost, and Arvind Krishna wants workers back in the office. The post FIDO/WebAuthn Passkeys is Inevitable: Get on the Train ¦ IBM CEO Hates WFH appeared first on DevOps.com.

Training 134
article thumbnail

Finding The Application Modernization Strategy That Is Right For Your Business

As a business leader, you understand the importance of modernizing your applications. However, it can be difficult to find the right strategy. This whitepaper can help you modernize your apps without disrupting your business.

article thumbnail

Introducing Cloud NGFW for Azure — On-Prem to Azure, Seamlessly Secure

Palo Alto Networks

Our customers are excited about the cloud for the agility, flexibility and scalability it provides. But, when it comes to keeping their cloud deployments secure, they often tell us they find it hard to combine superior security and easy management with the ability to secure applications consistently across hybrid and multicloud environments. That’s why we are excited to launch Cloud NGFW for Azure to strengthen security for applications running on Microsoft Azure while streamlining network secur

Azure 124
article thumbnail

How We Integrated ChatGPT into Our Slack: Enhancing Privacy, Flexibility, and Collaboration

Xebia

ChatGPT has become increasingly popular among professionals who rely on chat.openai.com to help them out in their daily work. Despite its popularity, we spotted some areas for improvement, like privacy, flexibility, and collaboration, to make it even better for our colleagues. To address these issues we developed an internal tool called SlackGPT. SlackGPT not only tackles these limitations but also gives our colleagues a unique experience when working with and building modern LLM application

Azure 130
article thumbnail

Our Favorite #chArt

Honeycomb

Heatmaps are a beautiful thing. So are charts. Even better is that sometimes, they end up producing unintentional—or intentional, in the case of our happy o11ydays experiment—art. Here’s a collection of our favorite #chArt from our Pollinators Slack community. Today would be a great time to join if you’re into good conversation about OpenTelemetry, Honeycomb-y stuff, SLOs, and obviously, art.

Cloud 117
article thumbnail

How LinkedIn is Investing in Developer Productivity and Satisfaction

DevOps.com

More and more companies are beginning to examine the role developer experience has in improving engineering productivity and morale. And one company often referenced as a model for developer productivity engineering is LinkedIn—its engineering leadership has invested heavily into reducing time-consuming developer tasks and constructing an internal platform to gauge developer satisfaction on the tools […] The post How LinkedIn is Investing in Developer Productivity and Satisfaction appeared

article thumbnail

From Hadoop to Data Lakehouse

Getting off of Hadoop is a critical objective for organizations, with data executives well aware of the significant benefits of doing so. The problem is, there are few options available that minimize the risk to the business during the migration process and that’s one of the reasons why many organizations are still using Hadoop today. By migrating to the data lakehouse, you can get immediate benefits from day one using Dremio’s phased migration approach.

article thumbnail

Authenticity, Love, and Legacy with Rani Puranik

Let's Grow Leaders

Showing up with authenticity and love creates a legacy. In today’s episode, Rani Puranik shares lessons of life, love, and leadership from her book, 7 Letters to My Daughters: Light Lessons of Love, Leadership, and Legacy. Rani provides a roadmap to equip not only her daughters but the daughters of the world. From growing up in a country foreign to her family to finding strength during a tumultuous and scarring divorce to finally understanding a greater purpose and independence in spite of

article thumbnail

Improve your AWS user management and security with AWS IAM Identity Center (SSO)

Xebia

I have seen a lot AWS environments and noticed that it is very common that companies use AWS IAM users to log in and access the API. This can cause security issues and is time-consuming to manage but is very easy to improve by setting up AWS IAM Identity Center (Successor to AWS Single Sign-On). Why should you use AWS IAM Identity Center? AWS IAM users are directly tied to a specific account this means that if you have multiple accounts you have to set up IAM users for all these accounts separat

AWS 130
article thumbnail

How Are Nullables Different From Mocks?

James Shore

One of the most common questions I get about Nullables is, “How is that any different than a mock?” The short answer is that Nullables result in sociable, state-based tests, and mocks (and spies) result in solitary, interaction-based tests. This has two major benefits: Nullables catch bugs that mocks don’t. Nullables don’t break when you refactor. Let’s dig deeper.

Testing 113
article thumbnail

Breaking Down Silos: Applying Open Source Practices in the Workplace

DevOps.com

DevOps plays a prominent role in mainstream technology and companies’ ability to deliver results. While the definition of DevOps encompasses the complete range of characteristics it covers, in practice, current tech culture tends to focus solely on the tooling aspect, neglecting the equally essential focus on the people and process critical in delivering value to […] The post Breaking Down Silos: Applying Open Source Practices in the Workplace appeared first on DevOps.com.

article thumbnail

Feedback Frenzy: Restoring Customer and Internal Alignment for Product Success

Speaker: Evan Leong - CEO & Founder, Product Signals

Customer feedback is integral to effective problem management and product development for senior product professionals. Despite its significance, many organizations struggle to collect and utilize feedback appropriately. How do industry leaders like Apple and Amazon successfully leverage customer and market insights to enhance their products, even with vast customer bases and extensive market data?

article thumbnail

How to Get Your Coworkers to Embrace Your Great Idea (Video)

Let's Grow Leaders

Get Your Coworkers to Embrace Your Great Idea and Make a Bigger Impact “I went to my boss with a great idea, and she said, “Go see what your coworkers think.” They’re already so busy and overwhelmed, I’m finding it hard to get their attention. What should I do?” How do I convince my coworkers I have a great idea? #AskingforaFriend Why It’s Important So Important to Get Your Coworkers on Board with Your Great Idea Your great idea could make work (and lif

Video 93
article thumbnail

Building the agile alliance at the client

Xebia

Agile Transformation does not happen overnight. It is also not realistic to expect that one person can do it all by themself. As a transformation consultant who steps into an organization, you need to make sure that there are supporters of the change you bring. Doesn’t matter WHAT is the mantra, it must have believers and followers. Let’s call it an alliance.

Agile 130
article thumbnail

Observability, Meet Natural Language Querying with Query Assistant 

Honeycomb

Engineers know best. No machine or tool will ever match the context and capacity that engineers have to make judgment calls about what a system should or shouldn’t do. We built Honeycomb to augment human intuition, not replace it. However, translating that intuition has proven challenging. A common pitfall in many observability tools is mandating use of a query language, which seems to result in a dynamic where only a small percentage of power users in an organization know how to use it.

Meeting 110