Books

8

Germany

8

Language Learning

8

Software Engineering

8

Process

5

Learning

4

Debugging

3

Coding

2

Learning German

2

Culture

2

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.