Jarosław Szutkowski

Jarosław Szutkowski @jszutkowski

Location:
Warsaw
Joined:
Aug 1, 2021

Jarosław Szutkowski
articles - 15 total

[Boost]

Mocking API Requests in Unit Tests Jarosław Szutkowski ・...

Learn More 0 0Apr 16

Mocking API Requests in Unit Tests

In many applications, it's common to send requests to external services to acquire various types of...

Learn More 6 1Apr 4

Using Arbitrary Precision In PHP

Performing various calculations is an integral part of software development. Their accuracy often...

Learn More 1 0May 10 '24

Pessimistic vs. Optimistic Locking in MySQL

When designing applications that use databases, we often encounter situations involving concurrent...

Learn More 43 0Jan 10 '24

Applying Content Security Policy in Symfony to Reduce XSS Risks

Protecting applications against XSS attacks is one of the most important things we can do to make...

Learn More 7 0May 14 '23

Behat: The Easy and Effective Way to Write Acceptance Tests

Behavior-Driven Development (BDD) is a software development methodology that focuses on defining the...

Learn More 7 0Mar 12 '23

Supervisor: The Key to Reliable and Efficient Process Management

Advanced web applications are not just based on processing HTTP requests. Various processes are often...

Learn More 1 0Feb 10 '23

Real-Time Communication Between Frontend And Backend

Communication between frontend and backend is usually handled by the HTTP protocol. Frontend sends a...

Learn More 21 0Jan 9 '23

How To Build Activity Log Using Doctrine Events

Recently I've been working on a feature for tracking user activity in the application based on...

Learn More 14 2Dec 20 '22

Securing API With JWT In Symfony

In APIs, user verification is often done by using generated keys which are returned in a response...

Learn More 20 3Sep 11 '22

How to Delay RabbitMQ Message Consumption in Just a Few Easy Steps

Let's assume such a situation - after performing some action, we sent a message to the queue. During...

Learn More 11 0Jun 27 '22

How To Start Using Generic Types In PHP

Generic types are templates which allow us to write the code without specifying a particular type of...

Learn More 35 2Apr 3 '22

Using Fixtures In Testing Symfony Application

Recently I was creating a Symfony application. I used Doctrine as the ORM. I also wrote tests in...

Learn More 34 1Aug 26 '21

How To Automate Deploys With Gitlab CI/CD And Deployer

The development of an application does not end with the programming itself. After its completion, you...

Learn More 34 1Aug 17 '21

Get Results From Doctrine As DTOs

Data Transfer Object is an element used to pass data between various places in application. It's only...

Learn More 23 3Aug 1 '21