BasillicaSimple steps to Procedural Macros in RustThe factory pattern is a classic design pattern used to create objects in an efficient and customizable manner. It allows you to separate…Oct 24Oct 24
BasillicaWorking with Queues in RustQueues are a useful data structure in many programs. They allow you to add items to one end of the queue and remove items from the other…Mar 271Mar 271
BasillicaWorking with Queues in Python — A Complete GuideQueues are a useful data structure in programming that allow you to add and remove elements in a first in, first out (FIFO) order. Python…Mar 27Mar 27
BasillicaTerraform + AWS AppSync + Apache Velocity Template Language (VTL)PreambleFeb 15, 2023Feb 15, 2023
BasillicaHow to write a simple CLI application to download, convert and save videos as audioHave you ever wondered how to create a very simple CLI application that would allow you to download videos from YouTube, convert them to…Feb 12, 2023Feb 12, 2023