PinnedPublished inCodeXWill an Offline 3rd Party Be a House of Cards for Your API?In the intricate web of modern software development, third-party services are essential for building robust and feature-rich applications…Jul 29, 2024Jul 29, 2024
Published inCodeXSharing Memory Between JavaScript and WebAssembly with RustWebAssembly (WASM) enables high-performance applications in the browser by allowing us to run compiled Rust code alongside JavaScript. A…Mar 21Mar 21
Published inCodeXGenerating PDFs in a Tauri App Using React-PDF and Web WorkersGenerating PDFs in a Tauri app using React-PDF can be resource-intensive, especially if the document is complex or contains many elements…Feb 4Feb 4
Play the Slovenian Anthem with Arduino: A Step-by-Step GuideThe Slovenian anthem, “Zdravljica” (A Toast), is a beautiful and inspiring melody that you can bring to life with just an Arduino and a…Jan 30Jan 30
Published inCodeXWebUSB — Connecting with USB devices from a browser with JavascriptWebUSB is an exciting web standard that enables developers to build applications capable of directly interacting with USB devices from a…Jan 29Jan 29
How to Implement a Singleton in PythonSingletons are a design pattern that restricts the instantiation of a class to a single instance. They’re useful when you need to ensure…Jan 28Jan 28
Drawing the Sierpinski Triangle in JavaThe Sierpinski Triangle, also known as the Sierpinski Gasket, is a famous fractal that displays a repeating pattern. It is generated by…Jan 27Jan 27
Supercharging SQLite with React Query in TauriManaging local SQLite databases in modern applications can be challenging, especially when dealing with reactive state updates and…Jan 26Jan 26
Building Undo Functionality in a Tauri ApplicationUndo functionality is an essential feature for many applications, especially those with editable or dynamic data. In this article, I’ll…Jan 25Jan 25
Published inJavaScript in Plain EnglishNavigating Through Forms with the Enter Key in ReactWhen working with forms in web applications, the default navigation key is the Tab key. While this works well, some users might prefer…Jan 24Jan 24