Posts by Tag

programming

The Case for Godot’s GDExtension System

1 minute read

Godot 4 introduced GDExtension, a modern, flexible system for extending the engine with native code. For developers looking to use Rust, Swift, or other lang...

Insights into Protocol Buffers (Protobuf)

1 minute read

I had the opportunity to work with Protocol Buffers (Protobuf) recently, and I wanted to share some insights and a quick guide for those who might be new to ...

Perfect Sorting Algorithm

1 minute read

Sorting techniques tend to appear very early in a computer science education, often serving as a first introduction to algorithmic thinking. Over time, stude...

Back to top ↑

algorithm

Perfect Sorting Algorithm

1 minute read

Sorting techniques tend to appear very early in a computer science education, often serving as a first introduction to algorithmic thinking. Over time, stude...

Back to top ↑

vhdl

VHDL Snippets

1 minute read

A quick cheat sheet of VHDL code snippets for common tasks and beginners.

Back to top ↑

code

VHDL Snippets

1 minute read

A quick cheat sheet of VHDL code snippets for common tasks and beginners.

Back to top ↑

ssh

SSH and Port Knocking

2 minute read

It turns out that SSH brute-force attacks, dictionary attacks or combinations of those are daily routines nowadays. Server logs are quickly filled with login...

Back to top ↑

server

SSH and Port Knocking

2 minute read

It turns out that SSH brute-force attacks, dictionary attacks or combinations of those are daily routines nowadays. Server logs are quickly filled with login...

Back to top ↑

godot

The Case for Godot’s GDExtension System

1 minute read

Godot 4 introduced GDExtension, a modern, flexible system for extending the engine with native code. For developers looking to use Rust, Swift, or other lang...

Back to top ↑

gamedev

The Case for Godot’s GDExtension System

1 minute read

Godot 4 introduced GDExtension, a modern, flexible system for extending the engine with native code. For developers looking to use Rust, Swift, or other lang...

Back to top ↑