Informative AI-Enhanced Knowledge Hub: Improving Access to our Blog and Docs Codesphere's info revamp merges blogs & docs, using Qdrant & AI for seamless, natural language searches. Now, users easily access comprehensive tutorials & guides directly from our docs.
Tutorial Building an AI powered search in Node.js using Qdrant Cloud Discover how to build an AI-powered search for your web application using Qdrant and Node.js, enhancing content discovery with vector databases and LLMs.
Informative OpenAIs GPTs with a third party API: Does it work? Review of integrating OpenAI's GPTs with APIs: a candid look at challenges, potential, and the future of custom GPT applications.
Informative Migrating Node.js to Bun: Really a drop in replacement? Bun claims to be a faster drop-in replacement for Node.js. We tested its integration with our Node.js setup. While build times improved significantly, not all tasks were seamless, needing reconfiguration.
Informative Improving Code Quality using Embold In the realm of software development, Embold helps developers maintain high code quality. It dives deep into your code to identify issues and provide suggestions on how to adress these issues.
Tutorial Building a Chrome Extension from Scratch using GitWit Get to know GitWit, a new AI tool that can help you write boilerplate code in a breeze and make revisions to your full-stack apps.
Tutorial How to create a custom Static Site Generator for Blogs in 2023 Ever wondered how to set up a blazingly fast Blog for your personal project or company site without dealing with complex security issues? Learn how to do it from scratch or just host it directly for free in a matter of minutes!
Tutorial Automation Sequence with BullMQ (Email Engine Pt.5) Delve into the intricacies of automating email sending using SQLite & BullMQ in our latest installment. Learn how to structure, schedule, and send custom delayed emails.
Tutorial Building an Email Marketing Engine Part 4: API Endpoints & Database Enhancements Learn how to extend your email marketing engine's database and create API endpoints for managing contacts. This in-depth guide covers every step from SQLite table creation to securing APIs.
Tutorial Building an Email Marketing Engine Part 3: Securing Your Frontend with Auth0 Learn to secure Express.js apps with Auth0, a comprehensive authentication solution, and apply custom domain restrictions using Auth0's Action Flows.