ALL POSTS
Testing and code coverage with pcov and how to setup using serversideimage docker image
Test driven development is something which has helped me write better, cleaner and more modular code. In search of more coverage, I found PCOV which is a great tool to find a test coverage report. It is a great way to get a sense of how much code coverage we have and which situations are not getting covered. I will also talk about the internals of how PCOV work and detect the coverage.
5 July, 2024
DEVOPS
DEVLIFE
TESTING
LARAVEL
Securing your AWS keys for SES with IP restrictions
Security is a crucial aspect of any application, and safeguarind the AWS keys and secret is very important. In this article, I would talk about how you can add an additional layer of security by restricting the keys for AWS Send Email Service (SES) to your EC2 instance IP address only.
29 April, 2024
DEVOPS
AWS
Traffic tamers: unveiling the load balancing algorithm arsenal
In this blog post, we embark on an in-depth exploration of load balancing algorithms, uncovering the intricacies and mechanics that drive their effectiveness.
9 April, 2024
DEVOPS
Beyond Boundaries: How FrankenPHP Redefines PHP Application Runtimes
FrankenPHP is a contemporary PHP app server crafted in Go, boasting numerous advantages. Among its standout features, one that truly captures the spotlight is its remarkable ability to construct a standalone and self-contained binary. This particular feature holds immense significance, particularly in the realm of shipping PHP applications to production.
1 January, 2024
LARAVEL
PHP
DEVOPS
The future is low-code adapting to the inevitable
Let's talk about the future of software development—low-code solutions. In an era where no-code solutions are gaining ground and rapidly evolving, low-code still holds a significant share of the market.
24 October, 2023
LARAVEL
PHP
FILAMENT
How saloon php helped me changing my newsletter integration in minutes
Discover the amazing power of Saloon PHP as I share how it completely transformed my newsletter integration process in just minutes!
24 September, 2023
LARAVEL
PHP
5 reasons why you should use saloon to connect to third party api
Saloon is a PHP library that provides a fluent API integration framework. It can be a great tool for developers implementing API integrations with third-party APIs or building SDKs.
14 July, 2023
LARAVEL
PHP
Maximize your e-commerce sales with typeform and klaviyo the ultimate marketing combo
Do you have an e-commerce website and you have heard about zero-party data trying to understand what this buzzword means? Or, you have some knowledge about what it is, but you want to understand what are tools available on the modern internet that you can use to collect data from your customers.
5 February, 2023
ECOM
INTEGRATIONS
Nest.js - a node based framework and why it is a good choice
Nest.js is a Node framework which gives you the power to write modular and scale-able code. And, while there are many Node based frameworks out there, it solves one big problem - **Architecture**.
26 January, 2023
NODEJS
JAVASCRIPT
ARCHITECTURE
Why is reading code important for every developer?
As a developer the habit of reading code can do wonders to your coding ability and accelerate your speed of learning. You spend only about 1 hour coding for every 10 hours you read. And hence, the skill of reading code becomes very important. Let's understand how it helps, how it works and how you can improve it.
30 June, 2022
DEVLIFE