Change your perspective on code review

What is code review and how to adapt your team to it, how to approach a code review, what to look for and how other big companies do it.

Read more →

Step-by-step Guide to Deploy Your PHP API on Google Cloud using Kubernetes and Docker

Learn how to deploy your API using Kubernetes and Google Cloud, using free tier services you will be able to deploy your own code in a instance.

Read more →

The PHP library for smoother file uploads

This library will let you handle file uploads in your PHP projects as an expert, no matter the framework you use.

Read more →

How to start contributing in open-source.

This article is meant to tell you how easy it is to start contributing on public repositories and get feedback from people with a lot of experience.

Read more →

Loading environment values into PHP classes

Load environment variables with this library into php classes, easy to use and test, you can easily contribute to this open source project, code logic is very small and there is no learning curve.

Read more →

Loading environment values into go Structs

Load environment variables with this library into go structs, easy to use and test, you can easily contribute to this open source project, code logic is very small and there is no learning curve.

Read more →

CQRS explained with examples

CQRS architecture allows for the separation of command and query logic, enabling independent optimization and potentially improving system performance and scalability.

Read more →

How to make a one-year plan to become a developer

Step by step plan on how to achieve and become a developer ending up having a job.

Read more →

Serverless architecture

Serverless architecture is used for easy tasks that you don't have to have the whole process of deployement and maintainance.

Read more →

Layered Architecture Style

Layered Architecture Style is used where you want to have separations of concers.

Read more →

Using Mutex in GO on a real world project.

You will learn how the mutex library helps you prevent some of the issues in concurrent world.

Read more →

Kodi i pastër dhe çka duhet të konsideroni

Çka është kodi i pastër dhe si e efekton karrieren tënde si një programer profesional.

Read more →

Principet SOLID dhe si të aplikojmë ato në kod

Krijoni një bazë të fortë në programim duke mësuar SOLID principet, me shembuj ne PHP.

Read more →