Making Your Local Socket.IO App Public with ngrok

person holding white electric plug

One of the most exciting moments in a development project is sharing your work with others. If you’re building an app with Socket.IO, whether for real-time messaging, notifications, or interactive applications, you’ll eventually want to make your local setup accessible to the public. This allows collaborators, testers, or clients to interact with your app without

Scanning BLE Advertisements with TypeScript and @abandonware/noble

Bluetooth Low Energy (BLE) has revolutionized how devices communicate wirelessly, enabling lightweight, low-power connectivity. If you’re diving into BLE with Node.js, understanding how to scan BLE advertisements is essential. I recently tackled this challenge using the @abandonware/noble library and TypeScript, and I want to share the process, step by step. What is BLE (Bluetooth Low

Uploading Images and Setting Metadata in WordPress with Axios and TypeScript

focus photography of coffee artwork

When working with WordPress via its REST API, one of the most common requirements is to programmatically upload media, like images, and add them to posts. Whether you’re building a custom WordPress dashboard or automating content management, this process can streamline your workflow. In this guide, I’ll walk through how to upload images to WordPress,