Site Reliability Engineering (SRE) for Self-Contained SaaS SolutionsIn today’s fast-paced digital world, ensuring software is both reliable and scalable is more crucial than ever. Enter Site Reliability…Dec 5, 2024Dec 5, 2024
From Code to Cloud: A Deep Dive into CI/CD PipelinesIn the fast-paced world of software development, getting our code from “it works on my machine” to “it’s live in production” can feel like…Sep 7, 2024Sep 7, 2024
Homemade caching with Laravel — part twoIf you are landing here without having read the first part of the story — please go and read it!Jul 10, 2024Jul 10, 2024
Homemade caching with LaravelWelcome to the first part of our two-piece blog story where we dive into the implementation of a database-based caching facility using…Jun 7, 2024Jun 7, 2024
Custom Role-Based Access Control (RBAC) in Laravel Nova: a handy implementation exampleIn Laravel applications, implementing a robust role-based access control (RBAC) system is crucial for managing permissions effectively…Mar 6, 2024Mar 6, 2024
Enforcing Business Logic Integrity with Laravel Eloquent’s Observer PatternIn the world of software design, ensuring that changes in one part of an application seamlessly propagate to other dependent parts is a…Feb 6, 2024Feb 6, 2024
Data-Driven Feature Development: Unveiling the Hidden Consequences of Code ChangesIntroductionJan 8, 202411Jan 8, 202411
AppService Meets CI/CDHave you ever faced the challenge of running a shell command during the deployment of an Azure AppService (referred to as “app” or…Nov 7, 2023Nov 7, 2023