Articles by Jay Singh

Go Howtos

  1. How to Catch Panics in Go
  2. How to Declare a Constant Map in Golang
  3. How to Deep Copy in Go
  4. How to Use If-Else and Switch Loop Inside HTML Template in Golang
  5. Lambda Expression in Golang
  6. The Zero Value Nil in Golang
  7. Difference Between []String and ...String in Go
  8. How to Copy a Map in Go
  9. How to Dump Goroutine Stack Traces in Go
  10. How to Format Current Time in a yyyyMMddHHmmss Format in Go
  11. How to Send a JSON String in a POST Request in Go
  12. Rune in Go
  13. How to Composite Literals in Go
  14. Constant Array in Go
  15. How to Cast Interface Into Concrete Type in Go
  16. How to Convert Time to String in Go
  17. How to Delete Key From Map in Go
  18. How to Reverse an Array in Go
  19. How to Create Constructors in Golang
  20. How to Create Tags in Go
  21. How to Format a String Without Printing in Golang
  22. How to Generate Random String of Fixed Length in Golang
  23. How to Read/Write From/to a File in Go
  24. How to Convert Boolean Into a String in Go
  25. How to Convert String to Int64 in Go
  26. How to Execute Shell Command in Go
  27. How to Get a Slice of Keys From a Map in Go
  28. How to Get Error Message in String in Go
  29. How to Split a String With Delimiters in Go
  30. Enumerator in Go
  31. How to Check if a Slice Contains an Element in Golang
  32. How to Extract a Substring in Golang
  33. How to Generate a UUID in Golang
  34. How to Import Local Packages in Go
  35. How to Optional Parameters in Go
  36. How to Check if a File Exists or Not in Go
  37. How to Create an Empty Slice in Go
  38. How to Queue Implementation in Golang
  39. The Foreach Loop in Golang
  40. The Idiomatic Go Equivalent of C's Ternary Operator
  41. How to Convert String to Byte Array in Golang

CSS Howtos

  1. How to Change an HTML5 Input Placeholder Color With CSS
  2. How to Rotate Animation in CSS
  3. How to Shift Text Using CSS
  4. How to Slide in From Left Transition in CSS
  5. Transparent Background Color in CSS
  6. How to Position Text Over an Image With CSS