Rahman Fadhil Developer and content writer.

Stories by Rahman Fadhil

A Practical Guide To TypeScript Decorators

A practical guide to TypeScript decorators

Dev

TypeScript decorators allow you to calculate execution time, perform runtime type assertion, guard against errors, and much more.

Rahman Fadhil
Mar 21, 2024 ⋅ 12 min read
Building A REST API With Golang Using Gin And Gorm

Building a REST API with Golang using Gin and Gorm

Dev

Build a high-performance bookstore RESTful API in Go using Gorm and Gin web framework that provides book data and performs CRUD operations.

Rahman Fadhil
Nov 10, 2022 ⋅ 9 min read

Building GraphQL APIs with TypeGraphQL and TypeORM

Dev

Learn how to build a GraphQL API with TypeGraphQL and TypeORM that can manage books data with CRUD functionalities.

Rahman Fadhil
Dec 17, 2021 ⋅ 8 min read