Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Windows Batch File Tips and Tricks

Batch files have been around since the early Windows operating system. These are plain text files with .bat|.cmd|.btm file extensions, and when executed, the commands are interpreted by the Windows command-line interface. While Microsoft released a more advanced command-line tool called PowerShell (this is not installed by default), the native windows command line remains a popular choice for scripting. Here are some tips and tricks for developers and non-technical people alike.

Top metrics to consider while monitoring DynamoDB performance

NoSQL databases have always been regarded as a notch above SQL databases. The primary reason for the soaring popularity of NoSQL databases is their dynamic and cloud-friendly approach to seamlessly processing data across a large amount of commodity servers. With high scalability, availability, and reliability, AWS’s DynamoDB is a great example of a fully-managed NoSQL database.

Server vs. Data Center - What's right for you?

Many teams choose Atlassian Server products because they want or need control over their data and infrastructure. But did you know that Atlassian offers another option for you to deploy on your own infrastructure? This alternative is called Atlassian Data Center, our self-managed enterprise offering, which provides the same functionality you know and love in our Server products, but has additional capabilities to better serve enterprise organizations.

Final Black Friday & Cyber Monday Ecommerce Website Prep

Black Friday sales are not just for brick-and-mortar retailers anymore. In 2017, retail store visitors on the biggest shopping day of the year dropped four percent. Meanwhile, mobile and online Black Friday sales rose 17 percent last year, with customers spending almost $8 billion. The entire weekend (Black Friday through Cyber Monday) brought in almost $20 billion in online sales.

How Quick Start Helps to Run OpenShift on AWS

Red Hat OpenShift container platform enables enterprise/start-ups to develop, deploy, and manage existing container applications on-premise or in the cloud. Organizations can make use of proven, efficient, and powerful open-source technologies to create and deploy applications that are secured, scalable, highly available with minimal management and configuration.

Apache Kafka Tutorial - Use Cases & Challenges Logging at Scale

Organizations that handle logging at scale eventually run into the same problem: too many events are being generated, and logging components can’t keep up. Even with persistent queues and other mitigating features enabled, there’s simply not enough of a buffer between log generators and log ingesters to handle the volume of log lines coming in.