How do you perform AWS Fargate monitoring? Today, we’ll discuss the background of AWS Fargate and using Retrace to monitor your code.
What is Cloud-Native? Is It Hype or The Future of Software Development?
For quite a while now, cloud-native has been one of the hottest topics in software development.
Node.js Server Monitoring Best Practices
Node.js is a known and popular JavaScript framework for 2021. With the increasing utilization of Node.js in development, there is an equally increasing need for Node.js server monitoring. Since server monitoring is essential to all applications, it is important that you apply best practices when monitoring Node.js servers. Servers are devices for storing or processing information provided to other devices, …
Application Monitor: Checking Everything that Matters
Application monitor solutions are not novel but rather an evolutionary technology. These types of solutions answer the problems that most developers and DevOps teams encounter when building an application. Application monitor solutions help determine potential defects so developers can take corrective actions quickly. Hence, building an application is no longer complete without application performance monitoring (APM) solutions. Software development is …
FaaS Vs. Serverless: Resolving the Dilemma
In the vast ever-changing world of technology, Serverless and Faas are the two new categories of cloud computing services. Both FaaS and Serverless have helped organizations in saving money, refocusing developers’ time, relegating infrastructure management, and harnessing cloud technology. However, while both are treated as the same, there is a slight difference. Through this post, we will shed light on …
DevOps and the Cloud: 5 Ways DevOps And the Cloud Will Come Together in 2020
More and more companies are beginning to turn to DevOps and the cloud as a way to improve their software teams. Whilst it used to be that development and operations were seen as separate, that view has now changed. Linking the two leads to better communication, faster development times, and the ability to stay on top of things. With continuous …
Ways to Ensure App Security With Java Features
As important as adding new features, app developers need to start placing more emphasis on the security aspect of the applications they design. After all, more app features mean more data residing within an app. Without proper security controls in place, that data can be vulnerable to intruders.
7 Essential Best Practices to Follow When Adopting a DevOps Model
Terms such as DevOps, Agile and LEAN are now used in a single bundle. If a project is created according to the LEAN methodology, all processes become more efficient with DevOps and Agile, making it possible to remain flexible and respond quickly to changes. In this article, we will share seven best practices you need to follow when adopting a DevOps model.
5 Tips to Take Your DevOps Pipeline to the Next Level
DevOps can successfully remove the bottlenecks created by waterfall methodology by improving development productivity through encouraging collaboration,continuous feedback loops, and automating processes.
Ansible vs Jenkins
One of the challenges when you’re starting out with DevOps is getting the lay of the land. There are a lot of tools out there. And when one of the goals of DevOps is continually improving your processes, it’s important for you to understand how those tools might fit in your infrastructure. At the same time, you want to be …
Learn Jenkins: Top Jenkins Tutorials and Resources
If there’s one thing SRE professionals and DevOps engineers lack, it’s time. After all, engineers need to oversee a variety of processes—like ensuring operational stability, conducting integration testing, and maintaining cybersecurity—to make sure their apps are working optimally. The list goes on and on. With heavy workloads and tight deadlines, there’s little time to waste on software issues stemming from …
What Is SDLC? Understand the Software Development Life Cycle
The Software Development Life Cycle (SDLC) refers to a methodology with clearly defined processes for creating high-quality software. in detail, the SDLC methodology focuses on the following phases of software development: Requirement analysis Planning Software design such as architectural design Software development Testing Deployment This article will explain how SDLC works, dive deeper in each of the phases, and provide …
10 Best DevOps Certifications in 2020 Ranked
Certifications are a great way to show industry knowledge of specific tools but also display your commitment and passion for the subject. Many big tech players such as Google, Amazon Web Services (AWS), and Microsoft offer certifications to educate users on how to use their tools and services correctly. Besides sharing valuable knowledge, DevOps certification is a great way to …
Monitoring Microservices: A 5-Step Guide
Why is monitoring microservices so important? It’s because we work in a time where systems are complex, distributed across multiple microservices. For example, even a simple e-commerce app may have Ordering, Product Catalog, and Shipping services. Our tooling and practices sometimes struggle to keep up with such complexity. It reminds me of music and video games. In the early days …
Web Application Testing: A 6-Step Guide
Almost every business today runs online. The internet is one of the easiest avenues for businesses to reach users, and websites are a great way to impress your customers. So, when you’re building a web application for your business, it’s important that you make it the best version it can be. To make sure that your web application is good …
Software Trends for 2020: Continuous Delivery
“Software is eating the world” is no longer a hopeful vision. It’s happening. It’s here. Software is driving the world’s most important technological trends, and 2020 will prove to be an inflection point for several of them. Underlying the rapid pace of software transformation is another trend that has become immensely popular in itself. The rise of continuous delivery has …
Scale-Up vs. Scale-Out Storage: Tips to Consider
In the Data Age 2025 report, worldwide data is expected to grow 61% to 175 zettabytes by 2025. The enterprise sector, in particular, generates more than 30% each year. To be ready for a digital future, consider the scaling strategy of data infrastructure beforehand. Scale-up and scale-out are the main ways to add capacity to your infrastructure. While both solutions …
Top Kubernetes Tutorials & Resources for All Levels
If you are a developer who uses containers, chances are you and your team have heard about Kubernetes. At its core, Kubernetes is a container operating system for the web, but has grown to be much more. Sure, Kubernetes can manage your containers, network traffic, and bring up a crashed ad, but it has also become a widely adopted platform …
AWS Elastic Beanstalk .NET Core Getting Started
AWS offers a variety of services to solve specific needs. There are some core services, like EC2 and VPC, that let you create an infrastructure for your applications that scales easily. But if you’re new to AWS and also new to infrastructure, you might need to invest some time reading before you deploy your application to AWS. I remember my first time …
5 Best Security Practices for Tomcat Servers
Tomcat servers are widely used application servers for today’s development architectures, popular for hosting Java based applications. Below is a guide on best security practices for security your Tomcat Server environment. 1. Beware of Banner Grabbing What is banner grabbing? Banner grabbing is the process of gaining information from computer systems including services, open ports, version, etc. How banner grabbing …