Browsing Category
Software
12180 posts
Software Engineering & Development Frameworks
This hub covers practical engineering frameworks, development processes, and system design approaches used to build scalable and reliable systems.
You’ll find how-to guides, architectural breakdowns, and real-world insights focused on backend systems, cloud software, and modern developer tooling.
This content is designed for engineers, technical leads, and teams working on production-scale applications.
Key Engineering Guides
Vote Bot: Create a Voting Bot Without Coding
Vote Bot: Create a Voting Bot Without Coding Learn how to create a voting bot without coding using…
Comparing UUID, CUID, and Nanoid: A Developer’s Guide
When it comes to generating unique identifiers in your applications, developers have several options to choose from. In…
Automate your custom sign-in UI deployment with GitHub Actions workflow
Let’s show you how to automate the deployment of your custom sign-in UI to Logto Cloud in your…
lswap (clipboard-translator)
lswap This is a command line tool for fast translating language to language by copying and pasting data…
Understanding the `switch` Statement in JavaScript
The switch statement is a control structure that allows you to execute one of many code blocks based…
Enriching Event Registrant Data With OpenAI API (Event Management Use-Case)
Enriching Guest Registrant Data With OpenAI API Stack Airtable OpenAI API Zapier Typeform 19-09-24 Event Dashboard: Use Case…
17 LLM Tools That Went Viral After Launch 🎯⚡😳
AI is not going down anytime soon especially because of free powerful LLMs like GPT-4o and Claude. A…
Quickly index these web pages with IndexNow
Introduction IndexNow is a protocol for rapidly indexing web pages on search engines. It was created by Bing…
Tutorial: Implement Authentication in Next.js
1. Introduction: Next.js Authentication Next.js is a powerful framework that allows developers to build fast and user-friendly web…
Choosing data structures for Advent of Code 2018 Day 24
How should I store the fighters in a battle with complex interactions? Mild spoilers for Advent of Code…