Moustafa Meaily
Moustafa Meaily @CmpSamurai's Blog

Moustafa Meaily @CmpSamurai's Blog

Follow
Follow
homebadges
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

Software Architecture Concepts: [ Part 8] SOLID Principles The First Principle : [S]

Jun 28, 20223 min read

Have you ever tried to refactor/clean up some program code only to discover you are just dealing with a different type of mess? reordering spaghetti...

Software Architecture Concepts: [ Part 8] SOLID Principles The First Principle : [S]

8 Types Of Source Code Comments

Jun 25, 20227 min read

Having worked in a couple of multinational software companies as well as startups, I feel I have seen or at least heard about almost every type of...

8 Types Of Source Code Comments

OS Basics : [Part 1] Lord of The CPU Rings

Nov 8, 20219 min read

In this Blog post I am going to talk about some low level OS concepts (CPU modes, Protection Rings, etc). It is very unlikely that you will ever work...

OS Basics : [Part 1] Lord of The CPU Rings

Software Architecture Concepts: [ Part 4] Scalability Basics

Nov 3, 20214 min read

In order to understand how the the concept of cloud [unlimited computing resourcing] works, we need to understand the concepts of scalability. In...

Software Architecture Concepts: [ Part 4] Scalability Basics

Software Architecture Concepts: [ Part 3] Web Application Hosting

Oct 23, 20215 min read

So you have developed your backend for your application that you want to serve multiple users. Users will send you requests using their front end...

Software Architecture Concepts: [ Part 3] Web Application Hosting

Software Architecture Concepts: [ Part 2] Main Application Components

Oct 17, 20215 min read

So you decided that you are going to use the service model of the software for your killer app, It makes sense because your app cannot work in...

Software Architecture Concepts: [ Part 2] Main Application Components