Home

POSTS

Hey, you there!

Welcome to my blog.

My name is Aymeric and I study as a software developer. I’m starting a blog about computers, programming, cybersecurity and game development (yeah very original).

I believe, that documenting the things I learn and try to explain them simply as possible is beneficial for overall understanding of topics. And maybe you'll get something out of my posts. I’m always happy to receive feedback, so feel free to correct me if needed.

How to setup a Next.JS app without create-next-app

Let's see how to create a basic Next JS app from scratch without using the create-next-app npm package

Build a simple chat in C from scratch

In this post I'll be implementing a minimalist chat in the terminal with C and understand how communication and socket works.