TiredSG.Dev
  • Home
  • Category
  • About
  • Tools
    Mortgage Calculator
post-thumb
  • YC YC
  • 01 Sep, 2024
    • Errors
    • Golang
    • Guide

When a Golang nil error is not nil

Coding in Golang are usually fun and easy for developers that are new to the language. There are sometimes gotcha which will catch out even experience …

Read Article
post-thumb
  • YC YC
  • 29 Jan, 2024
    • Go Benchmark
    • Golang
    • Tools
    • Guide

Crash Course on Golang Benchmarks: A Beginner's Perspective

Golang, renowned for its simplicity and efficiency, employs benchmark testing as a fundamental tool for performance evaluation. In this exploration, …

Read Article
post-thumb
  • YC YC
  • 07 Dec, 2023
    • CSS
    • Dark mode
    • HTML
    • Hugo
    • Static
    • Web Development
    • Guide

Automatic Dark Mode in Hugo Based on User System

In our previous article, we delved into how we can add dark mode using Hugo. If you missed that insightful read, it is best to catch up before …

Read Article
post-thumb
  • YC YC
  • 06 Nov, 2023
    • Golang
    • TinyGo
    • WASM

Smaller Files, Load WASM Faster with TinyGo

It’s been some time since I last made any changes to the mortgage calculator tool which I initially developed in Golang and compiled as …

Read Article
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
  • 1
  • 2
  • 3
  • About
  • Privacy Policy
  • Terms & Conditions

© Copyright 2022-2024 TiredSG.Dev