tripletech.hashnode.devWhat Are API Contracts and Why They Matter in Software DevelopmentIn many software projects, frontend teams face a recurring set of challenges that slow down development and introduce frustration: Backend isn’t Ready – Often, the backend is still under development when the frontend team needs to start building fea...Nov 30, 2025·3 min read
tripletech.hashnode.devHow to Install Go on WSL Ubuntu: A Step-by-Step GuideIf you're using Windows Subsystem for Linux (WSL) and want to install the Go programming language, this guide will walk you through the entire process from updating your system to running your first Go program. Go (Golang) is widely used for backend ...Nov 30, 2025·3 min read
tripletech.hashnode.devMastering Multer: A Smart Guide to Adaptive File Uploads in Node.jsFile uploads are a critical part of modern web applications. Multer is a Node.js middleware specifically designed to simplify the handling of multipart/form-data, primarily used for uploading files. This guide teaches you how to build a robust Node.j...Jun 12, 2025·8 min read
tripletech.hashnode.devSupercharge Your Appwrite Backend with MCP Server: Practical Examples Using CursorRecently, Appwrite announced its new MCP (Model Context Protocol) server, and after spending some time experimenting with it, I decided to share a few practical examples to show you how it works and how you can leverage it potentials. In this article...Apr 16, 2025·9 min read
tripletech.hashnode.devHow to Simplify User Authentication with Appwrite: A Step-by-Step GuideIntroduction Getting started with backend development can be overwhelming dealing with user authentication, setting up databases, managing storage, and writing server-side functions. That’s exactly where Appwrite fit in. It’s a powerful, all-in-one b...Apr 9, 2025·7 min read