P M A J E W S K I

Please Wait For Loading

Tutorials - Software Developer's Tour

    You Are Currently Here!
  • Home
  • Category: Tutorials
2024-04-04 0 Comments

What is Pipeline? Pipeline is a solution that automatically build, test and deploy an application. We can split Pipeline to (CI) and (CD) Pipelines.CI - Continous IntegrationCD - Continous Delivery/DeploymentCI - helps maintain

2024-03-23 0 Comments

In the past, when I used a different hosting provider than I do now, I often encountered situations where the website was unavailable. How can we check if a website is accessible without

2024-02-21 0 Comments

What is Pipeline? Pipeline is a solution that automatically build, test and deploy an application. We can split Pipeline to (CI) and (CD) Pipelines.CI - Continous IntegrationCD - Continous Delivery/DeploymentCI - helps maintain

2024-02-15 0 Comments

Hi, today I would like to address the next topic - testing. The example that will be shown today is trivial, but it will effectively illustrate what can go wrong due to writing target