Stephen J. Luledger.stephenjlu.com·Jan 5, 2025How I made a comments field with Cloudflare R2 Object StorageIn this article, I share my experience working on back-end development (not my usual fare) for a non-profit organization. I focused on automating and managing their publication archive using Cloudflare's R2 Object Storage, a system for storing unstru...61 readscloudflare
Comebacksblog.comebacks.app·Nov 30, 2024Troll-Proof Your Social Media: Smart Replies That Keep You in ControlIntroduction Social media is full of trolls trying to stir up negativity. Instead of letting their comments affect you, you can use smart replies to maintain control and even turn the situation to your advantage. Here are seven strategies to troll-pr...1 likeShut Down Online Trollsonline comments
Shivam Vishwakarmashivam-vishwakarma.hashnode.dev·Nov 11, 2024Comment Moderation API with FastAPI and Google Generative AIIn this guide, we'll develop a comment moderation API using Python's FastAPI framework and Google Generative AI. The API will analyze comments for potentially harmful content and return a JSON object indicating if the comment should be flagged. This ...gemini
Chai-dev682chai-ai.hashnode.dev·Oct 2, 2024Step-by-Step Guide to Adding Giscus to your WebsiteProblem By default, you can't add a comment system to a static generated site unless you use a third party help. As a developer using GitHub API to give our personal site a comment system is something fun and sometimes useful to do. Solution There ar...giscus
Max Diamonddmdboi.hashnode.dev·Aug 31, 2024How to add comments to your website with Headless CommentsAs more websites move toward headless and static site generators like Astro, developers and creators are gaining speed, security, and flexibility—but sometimes at the cost of familiar features, like comment systems that platforms like WordPress offer...Astro
KodingKukodingku-php.hashnode.dev·Aug 21, 2024Tutorial Komentar PHP: Langkah Awal bagi PemulaHalo, Kawan KodingKu!😊 Apa kabar hari ini? Siap untuk memulai perjalanan seru dengan PHP, seperti naik MRT? 🚆 Ketika kita naik MRT, ada banyak hal yang perlu diperhatikan—mulai dari membeli tiket, menentukan jalur yang tepat, hingga memahami rute d...Edukasi#kodingku
Ramu Narasingathinkthroo.hashnode.dev·Aug 20, 2024Generating a JSDoc comment for your function using OpenAI.This article is inspired by Remotion’s internal package, ai-improvements. This internal package is used to improve/generate JSDoc comment and log in the console for a function in the Remotion’s source code. This use case is quite different because yo...jsdoc
Reagan Mwangideepcore.hashnode.dev·Jul 18, 2024The Essential Role of Comments in ProgrammingThe Importance of Comments in Coding In the realm of software development, writing clean and efficient code is paramount. However, even the most elegant code can become a tangled mess without proper documentation. This is where comments come into pl...10 likes·59 readsPython
Oyindamola Abolajioyinabolaji.hashnode.dev·Jul 16, 2024Unlocking the Potential of Comment Tags in CodeIntroduction As frontend developers, we often find ourselves knee-deep in code, trying to make sense of the complex code that powers modern web applications. Within this complexity, one of the most underrated yet powerful tools at our disposal is the...coding
Saurabh Damalehackroot1.hashnode.dev·Jul 4, 2024Your First PHP Script: Hello World!Today, we'll guide you through creating and running your first PHP script. The "Hello World" program is a classic beginner's exercise in many programming languages, and PHP is no exception. Let's dive in! What is PHP? PHP (Hypertext Preprocessor) is ...PHP Basics