Blog

Introduction As technology advances, so do the challenges faced by engineering teams. The complexities of modern software development can be overwhelming, from the ever-growing list of programming languages and frameworks to the increasing need for automation and speed. This is where ChatGPT comes in. ChatGPT is an AI language model that can help your engineering team
Read More

Quite some time ago I implemented a neural network multi-class classifier using raw JavaScript. The implementation had a single hidden layer of nodes…Implementing a Neural Network Using Raw JavaScript

Introduction The Source Code Package.json Index.js Commands Docker File GitHub Actions Usage Via Node Usage Via Docker Adding ChatGPT and OpenAI To Your Discord Server I love writing Discord bots, my favorite one was the Discord Twitter Bot. Now that ChatGPT API is available to developers I decided to create an OpenAI ChatGPT discord bot in Node.js and share the source code with you. This
Read More

HTML and IoT The WebIot Package- Web NFC- Web Bluetooth- Web Serial- Web USB Current Browser Limitations The Source Code- Project Init- The index.js file- The WebIOT Class- The USBManager- The SerialManager- The BluetoothManager- The NFCManager Examples- USB Example- Serial Example- Bluetooth Example- NFC Example HTML and IoT IoT has been increasing in relevance over the past decade. The idea of
Read More