blog.alchemists.my.idCreate a Simple API with Hono________________________________________________ What’s API An API is a set of rules that allows different software applications to communicate. It acts as a bridge that delivers your request to a server and sends the response back to you. __________...Jan 13·2 min read
blog.alchemists.my.idCreate a Simple Fetch in JavaScript________________________________________________ What’s Fetch Fetch is a built-in JavaScript function used to make network requests. It is the action of going to an API's URL to retrieve information and bringing it back to your code. ________________...Jan 13·2 min read
blog.alchemists.my.idConnection to Database with Drizzle ORM in Node.js___________________________________________ What’s Today we’ll build a data courier system. The goal is to connect our application code to a database so we can seamlessly send and retrieve data using the Drizzle ORM. _________________________________...Jan 10·3 min read
my-library-01.hashnode.devOuting Class 2025 (Dari sudut pandang pribadi)sedikit cerita dari pengalaman saya yang disuruh untuk membuat cerita tentang kehidupan yang terjadi selama kegiatan outing class yang saya alami pribadi, cerita ini di ambil dari sudut pandang saya sendiri sebagai seorang siswa yang mengikuti kegiat...Nov 29, 2025·4 min read
blog.alchemists.my.idFighting Errors: My Story of Building an API with Hono & Drizzle______________________________________________ About Project In this project, we will build a bridge that can connect an API with a database. Hono will be the architect who designs and builds the main bridge. Drizzle serves as the inspector who mai...Sep 26, 2025·8 min read