Software Engineering

8

Language Learning

3

Books

3

Process

3

Debugging

3

Coding

2

Learning German

2

Learning

2

Germany

1

Self Development

1

Fresh coverage

Latest News

Stay in the loop with timely updates, in-depth opinions and curated highlights.

Software Engineering Process

How to tackle a software task?

0
Software Engineering Coding

Debugging With TDD

0
Software Engineering Coding

Introduction to Php

0
Software Engineering Data

Introduction to Mysql Internals

0

Latest stories

All posts

What The Heck is HTTP
Hassan Salem
4 MIN

What The Heck is HTTP

HTTP is a protocol that we can connect a client and a server and exchange messages between them. And This communication happens in the form of request/response. A request is a message we send from the client to the server, and the response is the reply from the server to the client.