The banner for the Qwotable app, showing a blue rounded box with quotation marks and the text Qwotable next to it

About the future of Qwotable

Qwotable's development is no longer the priority, but some things are still coming.

The banner for the Qwotable app, showing a blue rounded box with quotation marks and the text Qwotable next to it

Farewell to Qwotable

Qwotable's development has ended, but something new is coming.

The banner for the Qwotable app, showing a blue rounded box with quotation marks and the text Qwotable next to it

Qwotable 3.0: App changes

Qwotable 3.0 introduces some changes, that are discussed here.

Constellation of black strings

Binary Trees

Learn how binary trees organize data, how binary search works, and how to explore trees using different traversal techniques.

A man sitting on a desk with three displays wearing a headphone.

Internet & Information systems

Explore the central concepts of information systems, from data, hardware, and software to networks and users. Understand the core structures of the Internet, including end devices, routers, servers, and protocols. Learn about synchronous and asynchronous communication channels, and discover essential security measures such as encryption, authentication, and firewalls that protect data transmission online.

Macbook Pro on a brown desk, half-opened

Classes and Objects

Learn what classes and objects are, how they organize data and behavior in object-oriented programming, and how inheritance helps create relationships between classes.

A phone left to a macbook with a vpn opened

Cryptology and Privacy

Discover the basics of cryptology: how data can be encrypted and decrypted using simple methods, the difference between symmetric and asymmetric encryption, and why privacy matters—especially under GDPR regulations in the EU.

A macbook with a window opened, showing lines of code, standing on a white desk.

Basics of Algorithms

Learn what algorithms are, the key principles they follow, and how variables, loops, conditions, and methods work together to solve problems step-by-step.

Spiral of orange blocks on a dark background

Data structures

Data structures organize and manage data efficiently. This guide covered arrays, stacks, and queues, showing how to use them in Java. These basics prepare you for more complex structures like trees.

From a source of light, blue lines that turn into red lines appear and fill the whole image

Encoding

Learn about the basics of data encoding, from binary numbers and ASCII to color representation with the RGB model. Discover how encoding is used for data compression through algorithms like Huffman coding and Run-length encoding.