Latest

Aug
17

Implementing a Skip List in Go

The skip list is an in-memory data structure that uses probabilistic balancing to provide efficient insert, delete, and search capabilities
12 min read
Aug
08

Using Bitwise Operators to Create Memory-Aligned Data Structures in Go

Memory alignment is an important concept in computer programming that ensures efficient memory access and has the potential to yield
11 min read
Jul
28

Debugging Apache Cassandra in IntelliJ IDEA

Apache Cassandra is a highly scalable and distributed NoSQL database management system. It is designed to handle large amounts of
6 min read
Jul
26

Checking ThinkPad Battery Cycle Count with Lenovo UEFI Firmware

It is common knowledge that laptop batteries degrade over time and lose their efficiency. This can be attributed to the
3 min read
Jul
25

Setting up Cassandra JDBC Driver in DBeaver Community Edition

DBeaver is a widely used cross-platform database management application catered to developers, administrators, and analysts looking for efficient ways to
4 min read