RSSAmplifier

Blog

Internal Pointers

I hear and I forget. I see and I remember. I write and I understand.

internalpointers.comRSS feed ↗10 posts

Latest posts

Programming with Unicode: a gentle introduction

How not to get lost in a multilingual world.

Making HTTP requests with sockets in Python

A practical introduction to network programming, from socket configuration to network buffers and HTTP connection modes.

Network programming for beginners: introduction to sockets

A theoretical look at one of the most popular programming tools for exchanging data over computer networks.

How to split a commit into smaller ones in Git

A quick and easy way powered by git rebase.

Introduction to TCP: Transmission Control Protocol

One of the most important, high-level protocols in the Internet Protocol Suite.

Introduction to IP: the Internet Protocol

From routing to IP addressing, a look at the protocol that gives life to the Internet.

Introduction to the TCP/IP protocol

The official rules that allow computers to communicate over the Internet.

Understanding the Internet

“Is that thing still around?” — Homer Simpson

Introduction to computer networks

A bird's-eye view on the art of resource sharing from one computer to another.

Writing a custom iterator in modern C++

An experimental Forward Iterator written from scratch to boost up hand-made containers.