Wszystkie artykuły

Python Good Practices: Part 1 – Python constructs
Python has many powerful and useful constructs. Depending on their design, they help us to write code safer, more readable, often faster and with lower […]

Wizualizacja metryk Influx za pomocą Grafany
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 22.01.2025Autor aktualizacji: Piotr Merynda Grafana to narzędzie do wizualizacji danych i monitorowania, umożliwiające wyświetlanie metryk przechowywanych na przykład w […]

Mocking objects with Python
Mocking is just pretending to be and simulating specific behavior, we can replace our code’s parts with fake objects and verify how system behaves. At […]

Introduction to performance tests using JMeter
JMeter is an open-source JAVA-based load testing tool for measuring and analyzing performance of services and applications. It simulates user behavior by sending requests to […]

Using InfluxDB to store performance metrics
InfluxDB it is a database oriented on time series. It was designed to accept large number of queries and write requests. It is perfect for […]

Pytest – czemu cieszy się większą popularnością niż unittest?
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 26.12.2024Autor aktualizacji: Adam Olszewski W mojej karierze zawodowej pisałem testy z wykorzystaniem obu frameworków: unittest oraz pytest. Oba są […]

Parametrized tests – solutions overview (TestNG, JUnit4, JUnit5)
Parametrized tests are a lot easier to maintain. Usually when single requirement changes it’s enough to change one variable in the code. You don’t have […]

How to make Nigthwatch.js library work with async/await?
Although it’s quite powerful tool, you need to customize it to get the full benefit of it. One of these improvements is usage of async/await commands (from […]

Zalety Code Review
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 27.12.2024Autor aktualizacji: Radosław Kozioł Przeglądy kodu są niezbędne w procesie tworzenia oprogramowania, pomagając w walidacji projektu i implementacji. Zapewniają spójność […]

Testowanie modułów Node.js z użyciem Chai, Sinon i Mocha
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 26.12.2024Autor aktualizacji: Adam Olszewski Wprowadzenie W tym artykule pokażę, jak pisać testy jednostkowe dla modułów Node.js i ich zależności. […]
Poznaj mageek of j‑labs i daj się zadziwić, jak może wyglądać praca z j‑People!
Skontaktuj się z nami


