Articles tagged with: Javascript

PBRR - Pretty Basic RSS Reader

Summary: PBRR - Pretty Basic RSS Reader is a simple, Python-based RSS reader that fetches and regenerates feeds hourly, groups sites into categories, and differentiates new posts from seen ones.


All roads lead to static typing

Summary: The evolution of programming languages like PHP, Javascript, Ruby, and Python towards static typing, highlighting its benefits for understanding code, reducing errors, and improving scalability.


Debouncing, Throttling and Queueing

Summary: Four JavaScript techniques for managing event handlers: Debounce, Leading Edge Debounce, Throttle, and Queue, providing example code and explaining their uses and benefits.


Two decades of LEGO Mindstorms

Summary: The evolution of LEGO Mindstorms, from the Micro Scout to the current EV3 version, highlighting the advancements in firmware and coding capabilities, and my personal experiences with each generation.


Double-Linked List Python implementation

Summary: A Python implementation of a double-linked list, which includes features like sorting, reversing, inserting, searching, and type annotation.