Wszystkie artykuły

Python Good Practices Part 2 – Writing Pythonic code
While reading top-shelf Python books, you probably might have bumped into the sentence „be pythonic”. But what exactly does it mean and how to use […]

Zawaansowane mockowanie z Mockito
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 30.12.2024Autor aktualizacji: Krzysztof Kramarz Cel testów jednostkowych Celem testów jednostkowych jest testowanie małych fragmentów kodu niezależnie, w izolacji od […]

Uczenie maszynowe – co trzeba wiedzieć?
Zaktualizowaliśmy ten tekst dla Ciebie!Data aktualizacji: 31.12.2024Autor aktualizacji: Tadeusz Sławik Uczenie maszynowe (ML) jest obecnie szeroko i z powodzeniem wykorzystywane. Przykładowo, modele ML odpowiadają za […]

gRPC over HTTP/2 or: How I learned to stop depending on REST and love gRPC
In today buzzword-oriented world, you don’t spend all of your precious time following all of the latest technologies. When creating APIs, you rarely think twice […]

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 […]

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 […]
Poznaj mageek of j‑labs i daj się zadziwić, jak może wyglądać praca z j‑People!
Skontaktuj się z nami


