The Latest
![]() |
An Agile Approach to Developing a New Software Version[article] Every software typically develops a new version periodically. Creating a new software version is an involved process, and in this article, we will explore how it can be made Agile. |
|
![]() |
What Makes Apache Kafka Suitable for Agile Development[article] The Agile Manifesto establishes 12 principles for Agile software development. Most software that has a dependency on another software inherits its Agile features—and in this article, we will explore what makes Apache Kafka suitable for Agile software development. |
|
![]() |
Browserify vs Webpack[article] The best way to organize and assemble multiple JavaScript code files into one file is to use module bundlers (Browserify or Webpack). When working with libraries that have numerous dependencies or when your project grows too big for a single file, you can utilize a JavaScript bundler. |
|
![]() |
What Makes Kubernetes Agile[article] One of the Agile principles is simplicity—the art of maximizing the amount of work not done is essential. Kubernetes provides simplicity through different features based on the Single Responsibility Principle for decoupling, and through automating tasks such scaling, resource allocation, and making updates. |
|
![]() |
How to Keep SQL Queries Agile[article] When developing software that makes use of a database, you may want to apply Agile principles to help tune your SQL queries. Simplicity, and being able to reduce the time scale of long running queries are the resulting benefits. In this article we discuss how to write more efficient code and reduce the overhead associated with long-running or inefficient queries. |