A server stack is the collection of software that forms the operational infrastructure on a given machine. In a computing […]
Tag: #architecture
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 03 – Substituição de Liskov)
In this article we will learn about some of the frequently asked Php programming questions in technical like Princípios SOLID: […]
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 01 – Responsabilidade Única)
In this article we will learn about some of the frequently asked Php programming questions in technical like Princípios SOLID: […]
Hexagonal Architecture Demystified
In this article we will learn about some of the frequently asked Php programming questions in technical like Hexagonal Architecture […]
Basic Concepts of Node.js
Introduction Imagine a web application which sends hundreds of requests per second to a server that only processes one request […]
New PHP framework for creating microservices
In this article we will learn about some of the frequently asked Php programming questions in technical like New PHP […]
How to organize your JS code: Part 1
Classes The terms “object-oriented,” “class-oriented,” and “classes” are all very loaded full of detail; they’re not universal in definition. We […]
Advanced Electron.js architecture
Written by Alain Perkaz ✏️ A while back, I began working on a side project called taggr, a completely offline, […]
What’s the big deal about immutability?
In this article we will learn about some of the frequently asked Php programming questions in technical like What’s the […]
Control your Monorepo ️
You might have heard the phrase monorepo earlier before. But, for those who haven’t heard anything about it, monorepo is […]
The Layout Team
For the last couple of months I’ve had this idea spinning in my head, which I’m calling: The Layout Team […]
Maintenance of nginx server with zero downtime
Maintenance of nginx server with zero downtime – A server stack is the collection of software that forms the operational […]
iOS App Architecture Learning Resources
A collection of informative articles and blog posts on writing clean, scalable code and designing applications which I found useful. […]
NanoID – A URL Friendly Unique Identifier
Introduction In every software system, we need unique Ids to distinguish between several objects from one another. Recently, I wrote […]
Inversion of Control — A simple & effective design principle
Reducing code complexity with IoC Inversion of control (IoC) If you have heard of dependency injection(DI) you have been using […]
Inversión de dependencias
Si tuviese que elegir un primer tema a la hora de hablar de arquitectura de software lo tendría claro: Inversión […]
Princípios SOLID: o que são e como aplicá-los no PHP/Laravel (Parte 02 – Aberto-fechado)
In this article we will learn about some of the frequently asked Php programming questions in technical like Princípios SOLID: […]
Understanding ADTs
TL;DR; functional programming contains a lot of jargon that can sometimes get in the way of the purpose. In this […]
Re-architecting authentication with Service Workers
A use case of changing the authentication mechanism of a web application without touching a lot of legacy codebase Many […]
How to Send Emails with Node.js
Almost every web application needs the functionality to send transactional emails in response to various triggers. Events like account registration, […]
- 1
- 2