alaedine\x42·Nov 3, 2021Building a flask web application from scratch in 20 daysWhere it came from ??
alaedine\x42·Nov 1, 2021Writing a PostmortemBelow is a postmortem for a webstack debugging assignment for Holberton School. A simple website utilizing was returning a 500 status code…
alaedine\x42·Nov 1, 2021Web SpecializationHello everybody, welcome to another blog, in this case i want to explain about a STEM position, but first we need to know that STEM stands…
alaedine\x42·Sep 5, 2021What happens when you visit a website from your browserHello curious people of the internet. In this article we will explore step by step the process of requesting a web page from a browser (…
alaedine\x42·Feb 28, 2021C static libraries . Definition and how to use themHello guys, in this Post I will explain what are libraries, why we use them and how to create a custom one.
alaedine\x42·Feb 3, 2021What happens when you type gcc main.c ?Hi everyone. In this blog post I will be explaining what happens when you compile your C program with gcc .
alaedine\x42·Feb 1, 2021Understanding soft and hard links in linux and how they are used?One of the concepts a person will surely encounter on his journey of learning linux is dealing with soft or hard links . It easily confuse…