In the world of software engineering, we often focus on building things that work. But true resilience lies in designing systems that know how to
Read more
An Idea Log
In the world of software engineering, we often focus on building things that work. But true resilience lies in designing systems that know how to
Read more
If you’re building software today, your security strategy must start with the OWASP Top 10. More than just a list of flaws, this document—published by
Read more
If you’ve ever signed up for a new app using “Log in with Google” or “Connect with Spotify,” you’ve used OAuth 2.0. This protocol is
Read more
In this assignment, you will learn how to implement a simple Knock-Knock client and a server using the so-called Knock-Knock protocol. In this scheme, a client
Read more
This post contains links to valuable slides I found online about various important routing algorithms and protocols. Photo by janbommes
Read more
In this assignment you will learn how to do a simple file transfer using sockets. The source code is written in Java. Please take the
Read more
I delivered the following couple of presentations somewhere in 2005 to my research group. The ideas presented in it could be used for further research.
Read more
I delivered the following couple of presentations sometime in 2006. The ideas presented could be used to do some further research. Photo by diskychick
Read more
In IPv4 the IP addresses are divided into five classes. The first three classes are equipped with a subnet mask, that basically separates the network
Read more
This assignment is about developing a remote command execution program. The language that has been used is java and it makes use of the bash
Read more