ABOUT THE AUTHOR

Karolina Rusinowicz

Content writer

A content writer with a passion for software development and a unique blend of creativity and technical expertise. Karolina has been crafting engaging and insightful articles in collaboration with seasoned developers. In her writing, Karolina breaks down complex technical concepts into accessible and comprehensible content. She seamlessly integrates in-depth knowledge with clarity, catering to both seasoned developers seeking advanced insights and novices eager to learn the ropes.

Karolina Rusinowicz

CONNECT WITH KAROLINA RUSINOWICZ

Linkedin

Recent posts by Karolina:

Thumbnail of an article about Tungsten Fabric is closing down — what next?
NETWORKS

Tungsten Fabric is closing down — what next?

Tungsten Fabric is an open-source project developed under the umbrella of the Linux Foundation. It serves as an important part of many network infrastructures. The project is, however, ending its development. Due to the community’s decision, active development and project services have ceased but the resources will remain accessible until August 1, 2024.
Thumbnail of an article about [interview] How to use data to navigate complex systems better? Talking about monitoring and observability.
OBSERVABILITY

[interview] How to use data to navigate complex systems better? Talking about monitoring and observability.

In today's constantly developing technological landscape, businesses are looking for solutions that help them manage complex systems and ensure optimal performance. However, although 90% of IT professionals believe observability is important and strategic to their business, only 26% said their observability practice was mature. Why this difference? What are the reasons why businesses don’t manage to implement monitoring and observability at a high level? In this interview, we explore the significance of monitoring and observability - our guests Edyta Kałka, Senior Engineering Manager, and Maciej Manturewicz, Director of Engineering, will share their insights, real-world experiences, and opinions on how to create effective monitoring and observability solutions.
Multiple authors

Multiple authors

on Aug 4, 2023
Thumbnail of an article about Why service mesh matters: understanding the benefits of microservices networking
NETWORKS
CLOUD

Why service mesh matters: understanding the benefits of microservices networking

Building applications as distributed systems, especially with microservices architecture, is quickly becoming the new norm of software development. Microservices, when used in the right situation, can ensure that your application will be easy to scale, update, and fix. If you aim to create a cloud-native app, then microservices are typically your best choice. However, when you start looking into distributed applications, one potential problem stands out, and that is the issue of communication between the multiple services in your application.
Thumbnail of an article about AI & machine learning for networks: example use cases
NETWORKS
DATA

AI & machine learning for networks: example use cases

In today's digital age, the use of machine learning (ML) in networks has become increasingly prevalent. Modern businesses rely heavily on networks to maintain operations. However, it could be more and more challenging to manage network infrastructure effectively. One solution is to use machine learning (ML) algorithms to analyze network data and provide insights that can lead to more efficient network management. In this article, we will explore several ML use cases in network management including time series forecasting, capacity planning, intelligent alerting, and the use of external data to enable faster recovery of network components.
Thumbnail of an article about Top 7 code coverage tools for Java
SOFTWARE DEVELOPMENT

Top 7 code coverage tools for Java

It is not a secret that writing code can sometimes take less time than making sure it works correctly. Running tests is crucial to guarantee the new build of your software has a successful release. Automating this task can save a lot of time for your developers and reduce time to market. But how can you be sure the tests you run are efficient enough? It is logical to strive to test as much of your code and as thoroughly as possible. That is why, for example, unit testing is used; it allows testing of smaller, logically isolated pieces of code like a property or a function.
Thumbnail of an article about Benefits of microservices. What should you know?
SOFTWARE DEVELOPMENT

Benefits of microservices. What should you know?

According to O’Reilly<sup>1</sup>, only 8% of businesses have no success with microservices. The rest notice at least some improvements. That many satisfied customers is the best proof that microservices are worth your attention and time if you want to bring your projects to the next level. This article will focus on how microservices can positively impact your business and how they can accelerate software development time. Microservices Architecture is a mode of development that focuses on developing a system as a set of small services.
Thumbnail of an article about CI/CD tools in DevOps — which should you choose?
OPERATIONS

CI/CD tools in DevOps — which should you choose?

Automation is now a must in software development if a business wants to keep pace with dynamic market trends and customer needs. It helps with process optimization and makes the most of the budget. DevOps is an approach that allows businesses to achieve these goals as it implements a set of norms and practices. However, to make the final product really stand out, it is worth supporting the process with tools that facilitate DevOps engineers' work. CI/CD, or Continuous Integration (CI) and Continuous Delivery or Continuous Deployment (CD), is one of the core paradigms in software development that benefit both process and business, thanks to its focus on delivery and quality.
Thumbnail of an article about Software-Defined Networking (SDN) — a gentle introduction
NETWORKS

Software-Defined Networking (SDN) — a gentle introduction

The SDN approach to network architecture has been steadily gaining ground. More and more companies are designing their network infrastructure with this approach in mind. According to Statista, the traffic from SDNs and virtualized network functions in data centers from around the world in 2021 was estimated to have achieved 7.4 zettabytes. The increasing popularity of software-defined networking across a variety of industries shows how important this technology has become for global businesses. This article provides you with the classic definition of software-defined networking technology, then covers a few typical use cases and explains why software-defined networking technology is worth your time.
Thumbnail of an article about MobX in React — Scalable State Management
SOFTWARE DEVELOPMENT

MobX in React — Scalable State Management

MobX in React – using the MobX library in React-based applications – was the first part of our tech talk in which our principal frontend engineer covered the basics. This first video covered topics like what MobX is, how it works, how to use it outside React, and how MobX can be integrated with React components. The next episode focuses on reviewing types of states in Single Page Application (SPA), how to scale SPA using dependency injection with the react-ioc library and what benefits it offers, and points out the areas for MobX.Everything to provide you with knowledge about the best state management for React, and scalable state management in MobX.
Thumbnail of an article about MobX in React — learn the basics  [Video Demonstration]
SOFTWARE DEVELOPMENT

MobX in React — learn the basics [Video Demonstration]

MobX and React are often used together to efficiently create component-based web applications. The process of integrating them can seem challenging at the beginning. This is why we haveprepared a comprehensive video guide for those who want to use MobX in React. Also known as React.js or ReactJS, React is an open source, JavaScript library that provides an output for data presented in HTML. The views of React are generally extracted through the deployment of “components.” These components can consist of additional components, which are specified in terms of custom HTML tags.
Thumbnail of an article about Go vs. C++ — main differences
SOFTWARE DEVELOPMENT

Go vs. C++ — main differences

When you start a new software development project, you have to consider which programming language or languages will meet all the technical requirements and offer the most suitable frameworks and libraries to succeed. Go and C++ both have their advantages and disadvantages, so choosing between them requires a fair deal of consideration. In this article, I’ll touch on topics such as which programming language works better for which projects, and what they are used for. But the main part of the comparison will focus on the speed and readability level of these languages, whether one of them is more secure, and how test code coverage and execution handling look in Go and C++.