Tag: Devops
-
Introducing WAP pattern support with Apache Iceberg
Posted on February 3, 2024, Level intermediate Resource Length long
If you're using SQLMesh alongside Apache Spark and Apache Iceberg, I have some exciting news for you! Starting from version 0.57.0, SQLMesh applies the Write-Audit-Publish (WAP) pattern when executing models using Apache Spark and the Apache Iceberg data format. The best part? No user action is required to enable this behavior - it's enabled by default. By Iaroslav Zeigerman.
Tags analytics big-data app-development apache devops
-
Starting with Rector PHP: Improving your PHP code with automation
Posted on January 29, 2024, Level intermediate Resource Length long
Maintaining clean and efficient code is crucial for project success. Rector PHP emerges as a powerful tool, offering developers a seamless path to code transformation and enhancement. Rector PHP is an open-source automation tool for PHP, and it simplifies the process of code upgrades, refactoring, and modernization, bringing significant benefits to developers and their projects. By Roberto B.
Tags programming php how-to web-development devops
-
Devops career path
Posted on January 25, 2024, Level beginner Resource Length short
In the realm of software development and IT operations, the role of a DevOps professional is paramount. They are the architects of efficient software delivery, combining development, operations, and quality assurance to accelerate a company's technological prowess. By @4dayweek.io.
Tags career devops miscellaneous agile teams learning
-
Continuous blue-green deployments With Kubernetes
Posted on January 23, 2024, Level beginner Resource Length long
In this article author would like to get into the gory details and see how we can create a CI/CD pipeline that deploys a Kubernetes application using the blue-green methodology. The gist of blue-green deployments is to have two identical environments, conventionally called blue and green, to do continuous, risk-free updates. This way, users access one while the other receives updates. By Tomas Fernandez.
Tags devops kubernetes containers cicd
-
Demystifying Canary release and Blue-Green deployment
Posted on January 22, 2024, Level beginner Resource Length medium
In a rapidly evolving digital transformation landscape, the success of software-based businesses often hinges on their ability to deliver new features seamlessly and efficiently. Two key strategies that have gained significant traction in this context are canary releases and blue-green deployments. This article aims to thoroughly understand these essential software deployment techniques, highlighting their advantages, challenges, and best practices.. By [x]cube LABS.
Tags devops serverless open-source cloud cicd
-
13 most useful CI/CD tools for DevOps in 2024
Posted on January 11, 2024, Level beginner Resource Length medium
CI is a software development practice where engineers merge their code into a central repository multiple times a day. After a pull request is open and after a merge is done, automated builds and tests are triggered automatically to ensure the functionality of the code. This approach promotes a collaborative environment and also helps in identifying issues early on, minimizing the risk of having issues propagated through different environments. By Flavius Dinu, Sumeet Ninawe.
Tags devops web-development app-development agile
-
What is Continuous Testing in DevOps? (Strategy + tools)
Posted on January 9, 2024, Level intermediate Resource Length long
Continuous testing (CT) is the practice of automatically testing software applications and components throughout the software development lifecycle (SDLC). In DevOps, continuous testing is the practice of integrating testing activities throughout the DevOps pipeline. By Hannah Son.
Tags how-to devops tdd app-development agile cloud
-
Scaling up: bringing your Azure Devops CI/CD setup to the next level
Posted on January 8, 2024, Level intermediate Resource Length medium
Azure DevOps pipelines are a great way to automate your CI/CD process. Most often, they are configured on a per project basis. This works fine when you have few projects. But what if you have many projects? In this blog post, we will show you how you can scale up your Azure DevOps CI/CD setup for reusability and easy maintenance. By Jeroen Overschie, Timo Uelen.
Tags software-architecture devops app-development azure cloud
-
Discussion on stateless & stateful services (Managing user state on the backend)
Posted on January 7, 2024, Level beginner Resource Length medium
In most articles author has come across on stateless and stateful services, stateful service architectures are viewed less favorably in contrast to stateless services primarily due to the horizontal scalability challenge they bring along. By Shivang.
Tags software-architecture web-development app-development devops apis
-
A beginner's guide to AWS best practices
Posted on January 4, 2024, Level beginner Resource Length medium
The topic of AWS Best Practices is huge and would be impossible to distil down to just a few points, so this post covers a few of the obvious choices and how you can find out more information. By Matthew Wilson.
Tags aws cloud devops app-development cio
-
Real-time data architecture patterns
Posted on December 27, 2023, Level intermediate Resource Length long
The rapid proliferation and increased volume of data across industries has magnified the need for organizations to have a solid strategy in place for processing and managing real-time data. Improving overall data capabilities enables teams to operate more efficiently, and emerging technologies have even created a smoother pathway for bringing real-time data closer to business users, which plays a critical role in effective decision-making. By Miguel Garcia.
Tags streaming web-development app-development devops software-architecture
-
Apache ZooKeeper: The perfect tool for configuration management
Posted on December 17, 2023, Level beginner Resource Length medium
Apache ZooKeeper is an open-source distributed coordination system that provides a platform for configuration management, process synchronization, and lock management. Originally developed by Yahoo, it is now maintained by the Apache Software Foundation. By datascientest.com.
Tags event-driven software-architecture management devops apache