• 1 min read
Change Is Not the First Step You Need to Take
We all have those days where we feel motivated, and want to change all the harming behaviours in one day.
• 2 min read
The Town of hidden beauty
A small town in size but a huge one from the inside.
• 5 min read
Navigating Deadlock Challenges in Real-World Scenarios
Deadlock problems in software often occur when two processes are trying to write into one resource at the same time, causing both to fail. This can be likened to two buyers trying to purchase the last product at the same time, both failing because they try to update the product data simultaneously.
• 7 min read
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.
• 5 min read
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.
• 5 min read
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.
• 2 min read
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.
• 3 min read
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.
• 3 min read
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.
• 3 min read
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.
• 2 min read
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.
• 3 min read
Serverless architecture
Serverless architecture is used for easy tasks that you don't have to have the whole process of deployement and maintainance.
• 1 min read
Layered Architecture Style
Layered Architecture Style is used where you want to have separations of concers.
• 4 min read
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.
• 9 min read
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.
• 8 min read
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.