TiredSG.Dev
  • Home
  • Category
  • About
  • Tools
    Mortgage Calculator
post-thumb
  • YC YC
  • 20 Jul, 2023
    • Golang
    • Guide
    • JSON
    • API

Override Golang JSON Marshalling

We can override Golang JSON marshalling and unmarshalling to encode and decode JSON payload even if the payload does not match the object’s data …

Read Article
post-thumb
  • YC YC
  • 01 May, 2023
    • Errors
    • Golang
    • Guide

Golang Sentinel Error

Sentinel errors use specific values to denote an error. This usually equates to performing an equality check to determine the error. Dave Cheney wrote …

Read Article
post-thumb
  • YC YC
  • 09 Mar, 2023
    • Golang
    • Context

Save request-scoped values to parent context in Golang

Context in Golang can be use to carry deadline, cancellation signals and other request-scoped values across API boundaries and between process. …

Read Article
post-thumb
  • YC YC
  • 24 Jan, 2023
    • Errors
    • Golang
    • Guide

Wrapping Multiple Errors in Golang

Error handling and management have always been a hot topic for debate in Golang. Software developers coming from different programming background has …

Read Article
post-thumb
  • YC YC
  • 07 Nov, 2022
    • Cloudflare
    • Guide
    • Hugo
    • Static
    • Hosting

Host static website like Hugo for free on Cloudflare Pages

Back in the day we use to host our personal websites on geocities or using some shared hosting. There are even some generous shared hosting where you …

Read Article
post-thumb
  • YC YC
  • 11 Oct, 2022
    • Hugo
    • Go Modules
    • Error

Hugo Module Not Found

I plan to add a theme to my Hugo site using Go modules instead of the usual Git submodules. Following guide on …

Read Article
post-thumb
  • YC YC
  • 29 Sep, 2022
    • Hugo
    • RSS
    • Web Development

How to Add RSS Feed to your Hugo Blog

RSS, which stands for Really Simple Syndication, is a very powerful tool to publish and keep your readers updated with new content to your website. …

Read Article
  • 1
  • 2
  • About
  • Privacy Policy
  • Terms & Conditions

© Copyright 2022-2023 TiredSG.Dev