TiredSG.Dev
  • Home
  • Category
  • About
  • Tools
    Mortgage Calculator

Showing posts from Guide

  • Home
  • /   Tags
  • /   Guide
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
  • 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
  • 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
  • 26 Sep, 2022
    • Golang
    • Guide
    • Tools
    • Go Modules

Golang Tools as Dependencies

Golang is an amazing language for many reasons. One of the success developers find working with Go is the time taken to onboard a new developer to the …

Read Article
post-thumb
  • YC YC
  • 15 Feb, 2022
    • Cloudflare
    • Custom Domain
    • Email
    • G Suite
    • Gmail
    • Guide

Migrate Free Legacy G Suite and Use Gmail with Custom Domain

Using custom domain for your email address provides branding and professionalism. However there are very few services out there providing email with …

Read Article
post-thumb
  • YC YC
  • 11 Jan, 2022
    • CSS
    • HTML
    • Web Development
    • Guide
    • Nodejs
    • PageSpeed
    • SEO

Use Critical CSS Technique to Improve PageSpeed Score

CSS are usually save in a separate css file and loaded with the link tag in html. This provides many benefits including the likes of browser caching …

Read Article
post-thumb
  • YC YC
  • 11 Jan, 2022
    • Google Chrome
    • WSL
    • Guide

How to install Google Chrome on WSL

There are times where you need a headless browser to run some test suite or run some jobs to generate files like critical css. This guide will show …

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

How to Support Dark Mode on Your Hugo Static Website

Dark themes are a godsend. They save and keep the eyes of many tired developers healthy. They are probably one of the best invention in the past …

Read Article
  • About
  • Privacy Policy
  • Terms & Conditions

© Copyright 2022-2024 TiredSG.Dev