PinnedDavyjianginLevel Up Coding9 Golang Name Conventions Gophers should follow!In this article, I will talk about the Golang name conventions. It is the first and the most essential thing when you decide to become a…Apr 13, 20231Apr 13, 20231
PinnedDavyjianginLevel Up CodingOverview Design Patterns in GolangIn this article, I will introduce 5 master categories of Golang design patterns, including Creational patterns, Structural Patterns…May 26, 2023May 26, 2023
PinnedDavyjianginLevel Up CodingKey Points for Channels, Goroutines and Threads, Why Golang is Faster!Understand almost all critical points for channels, goroutines and threads in one article, clearly why Golang is faster!Apr 14, 2023Apr 14, 2023
PinnedDavyjianginLevel Up CodingMastering Concurrent Programming in Golang: Understand, Handle and Fix Race ConditionsIn this article, I will describe the race condition in Golang, and how to detect it. After that, I will give a code example.Mar 10, 2023Mar 10, 2023
PinnedDavyjianginLevel Up CodingDifference between concurrency and parallelism with Golang code examplesIn this post, I will explain the differences between concurrency and parallelism. After that, I will give code examples using Golang.Apr 13, 20232Apr 13, 20232
DavyjianginLevel Up CodingGolang Interview Assignment 34: Linked List Cycle With Solutions and Unit TestsThis article will provide the recursive and iterative solutions for the Linked List Cycle with table-driven unit tests.Jul 4Jul 4
DavyjiangGolang Interview Assignment 33: Palindrome Linked List With Solutions and Unit TestsThis article will provide the recursive and iterative solutions for the Palindrome Linked List with table-driven unit tests.Jun 27Jun 27
DavyjianginLevel Up CodingGolang Interview Assignment 32: Merge Two Sorted Lists With Solutions and Unit TestsThis article will provide the recursive and iterative solutions for the Merge Two Sorted Lists with table-driven unit tests.Jun 18Jun 18
DavyjianginLevel Up CodingGolang Interview Assignment 31: Reverse Linked List With Two Solutions and Unit TestsThis article will provide the recursive and iterative solutions for the Reverse Linked List with table-driven unit tests.Jun 132Jun 132
DavyjianginLevel Up CodingGolang Interview Assignment 30: Remove Nth Node From End of List With Solution and Unit TestsThis article will provide a solution for the Remove Nth Node From End of List with table-driven unit tests.Jun 3Jun 3