Related Content
Making the Product and Development Partnership Thrive The product manager and the development lead partnering well together is a cornerstone of great product teams. The behavior they exhibit sets the standard for how the team cooperates, connects, and thrives. One great way to do this is getting closer to your customer. Here’s how this advice works with both protagonists. |
||
Explaining Hardware Virtualization and Containerization Virtualization is the abstraction of a computer resource—such as hardware, memory, storage, an operating system, a desktop machine, or a network—built on top of the physical resource. There are many types of virtualization, and here, we look at virtualization of hardware and of an operating system, or containerization. |
||
Building Maintainable Software: A Slack Takeover with Steve Smith Thought leaders from the software community are taking over the TechWell Hub to answer questions and engage in conversations. Software architect and trainer Steve Smith, founder of Ardalis Services, hosted this Slack takeover and discussed producing testable code, writing maintainable tests, and boosting employability. |
||
What’s Different about Testing Serverless Applications? Serverless computing is a DevOps technique that uses cloud-provided runtimes to execute code components in a defined workflow. Testing is easier in some ways with this model, but more difficult in others. Let's dive into the ways testing serverless applications and components is different from traditional architecture. |
||
5 Golden Rules for Software Localization Localization, or customizing your software or app to work in other languages and areas, can help you attract a larger audience. But it encompasses so much more than merely translating text. Here are five golden rules for software localization that will help your developers and testers create a truly global product. |
||
A DevOps Approach to Mobile App Development DevOps has completely transformed the mobile app development scenario, and it’s a good choice for any business looking to create an app. Let's look at what DevOps means in the context of developing a mobile app, some of the key benefits of a DevOps approach, and five crucial factors to keep in mind during development. |
||
Selecting a Database for Your Data Needs Data requirements vary, and with so many different types of databases, selecting which to use can be a tricky choice. It all depends on what your database will be used for, the data structure, and the scale of data. Let’s look at six popular database types so you can decide which would be best for your situation. |
||
Using a Multibranch Jenkins Pipeline with Docker Typically, code for a Docker image is developed using multiple GitHub branches, with each branch being the code for a single Docker image tag. However, having to create and run a Jenkins pipeline for each GitHub branch can be cumbersome. Try a multibranch pipeline to integrate multiple GitHub branches simultaneously. |