PinnedSher ChowdhuryinLearning-GoLearning GoThis is a series of post covering various Go topics:Dec 12, 2020Dec 12, 2020
Sher ChowdhuryServer Side Rendering (SSR) & Client Side Rendering (CSR) in JavascriptThere are a few programming languages available for developing websites, but Javascript in particular stands out.Jun 3, 20231Jun 3, 20231
Sher ChowdhuryImprove your Development Workflow using global git hooksGit hooks are a useful way to automatically highlight/fix issues before you submit your code changes for review. For example git hooks can…Apr 29, 2023Apr 29, 2023
Sher ChowdhuryinLearning-GoMy Golang development setupAn overview of all the tools I’ve installed and configured in preperation for start writing Go code.Apr 13, 2023Apr 13, 2023
Sher ChowdhuryPointers in GoA Pointer is a variable that’s used for storing memory addresses.May 23, 2021May 23, 2021
Sher ChowdhuryGo Functions (Part 4) — Anonymous FunctionsAnonymous functions, aka are functions without a name. They are also known as Function literals. However you still define anonymous…Dec 30, 2020Dec 30, 2020
Sher ChowdhuryGo Functions (Part 3) — Variadic FunctionsVariadic functions are functions that are flexible about the number of arguments you can pass into it.Dec 30, 2020Dec 30, 2020
Sher ChowdhuryGo Error Handling (Part 3) — The errors PackageThe Go standard library's errors package makes it quick and easy to create error variables. Once the error variables is created you can…Dec 28, 2020Dec 28, 2020
Sher ChowdhuryGo Error Handling (Part 2) — The error TypeThe error type is an interface type that comes built-in with Go.Dec 28, 2020Dec 28, 2020
Sher ChowdhuryGo Error Handling (Part 1) — Errors as ValuesWhen something unexpected occurs, then you want your app to raise that as an error and then perform some follow on tasks to address that…Dec 28, 2020Dec 28, 2020