···
Sign in
···
···
golang
hashtag
51.91
About
Reviews
Updates
1
Followers
0
Experts
Experts
codemy
32.37
· 349
howo
6.97
· 5253
cadawg
5.09
· 1740
jrswab
2.38
· 2467
steevc
1.80
· 7172
Show more authors
Posts
Threads
thecrazygm
793.97
2 months ago
PeakD
Nectarflower-go, nectar without nectar 2
Similar to my nectaflower-js library that I made for this post Use Nectar without using Hive-Nectar. I decided to show that what I'm work...
simplestack
0.31
2 months ago
PeakD
DSA (Medium) - Binary Tree - Maximum Level Sum of a Binary Tree (Python, Typescript & Go)
Given the root of a binary tree, the level of its root is 1, the level of its children is 2, and so on. Return the smallest level x such...
simplestack
0.31
2 months ago
PeakD
How To Reverse Words in a String (Python, Typescript and Go)
Write a function that takes a string as input and returns a new string with the words in reverse order. Words are sequences of non-space...
simplestack
0.31
2 months ago
PeakD
Interviewer: Kids With the Greatest Number of Candies (Typescript, Python, Go)
You have n children, each with a certain number of candies. The number of candies each child has is given in the integer array candies, ...
simplestack
0.31
2 months ago
PeakD
The Flowerbed Challenge: Can You Plant Them All? (Python, Typescript, Golang)
Let flowerbed be an integer array representing a flowerbed, where 0 denotes an empty plot and 1 denotes a planted plot. Determine whethe...
simplestack
0.31
2 months ago
PeakD
DSA (Medium) — Stack — Removing Stars From a String (Python, Typescript & Go)
You are given a string (s), which contains stars (*). In one operation, you can: Choose a star in (s). Remove the closest non-star char...
simplestack
0.31
2 months ago
PeakD
DSA (Easy) — Find Pivot Index
Given an array of integers nums, calculate the pivot index of this array. The pivot index is the index where the sum of all the numbers ...
simplestack
0.31
2 months ago
PeakD
DSA (Easy) — Unique Number of Occurrences (Python, TS & Go)
Given an array of integers arr, return true if the number of occurrences of each value in the array is unique or false otherwise. Exampl...
simplestack
0.31
2 months ago
PeakD
DSA (Medium) — Stack — Asteroid Collision (Python, Typescript & Go)
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteriod in the array represent their re...
scalent
0.00
10 months ago
American Express Gets on Board with Golang
Financial services giant American Express (Amex) is known for its constant pursuit of innovation. They provide a wide range of services,...
atharvapandey
0.00
2 years ago
Hive.Blog
Creating a Custom Logger in Go with Zerolog: A Step-by-Step Guide
Introduction Logging is an essential part of any software application, as it allows developers to track and debug issues, as well as unde...
l2dy
26.75
3 years ago
PeakD
How to Measure Performance Impact of Code Changes in Go
Introduction Go has built-in support for benchmarks. You can use it to compare performance of several implementations of the same task, o...
dreamkiller
0.00
3 years ago
The simplest Golang Dockerfile Setup
FROM golang:1.16.7-alpine AS builder git is needed to download those packages use this if u called to any https service RUN apk --update ...
quochuy
13.7 K
3 years ago
Hive.Blog
Witness Earnings Monthly Report - May 2022
What do Hive Witnesses do and why you should vote for your 30 preferred witnesses. What do Witnesses do? The Hive blockchain uses DPoS (D...
cadawg
1.7 K
3 years ago
PeakD
All systems Go: Learning Go To Make NFTMart Images More Optimised and Faster to load
Hi everyone, Long time no see, I know. I've finally gotten some time to sink my teeth into another language, which was motivated by the ...
codemy
5.4 K
3 years ago
Hive.Blog
Basic String Manipulation - Learn Golang #12
https://www.youtube.com/watch?v=38NBS6sLXeA In this video we'll look at basic String Manipulation in Golang. Using the strings package, w...
codemy
5.4 K
3 years ago
Hive.Blog
How To Convert Integers To Strings In Go - Learn Golang #11
https://www.youtube.com/watch?v=zlQ25SjbJGE In this video we'll learn how to convert Integers to Strings in Golang. To convert an Integer...
codemy
5.4 K
3 years ago
Hive.Blog
How To Convert Strings To Integers In Go - Learn Golang #10
https://www.youtube.com/watch?v=EGa_1MhaVLk In this video we'll learn how to convert Strings to Integers in Golang. To convert a string i...
codemy
5.4 K
3 years ago
Hive.Blog
Structs In Go - Learn Golang #9
https://www.youtube.com/watch?v=YAfRxJBELv0 In this video we'll learn about structs, or structures, in golang. Structs are kind of like C...
codemy
5.4 K
3 years ago
Hive.Blog
Maps With Key Value Pairs - Learn Golang #8
https://www.youtube.com/watch?v=uACH9abGVlA In this video we'll learn about Maps in Golang. Maps create lists of Key/Value pairs. They a...
codemy
5.4 K
3 years ago
Hive.Blog
Functions - Learn Golang #7
https://www.youtube.com/watch?v=FQqNKpFomro In this video we'll learn about Functions in Golang. Go handles functions exactly like you wo...
codemy
5.4 K
3 years ago
Hive.Blog
For Loops - Learn Golang #6
https://www.youtube.com/watch?v=_WCE_VA-IEM In this video we'll learn about For Loops in Golang. Unlike many programming languages, Go on...
codemy
5.4 K
3 years ago
Hive.Blog
Logic If Else Statements - Learn Go #5
https://www.youtube.com/watch?v=T6yZOuhZ8Uw In this video we'll look at logic in Golang. Logic in Go is pretty straight forward. In this ...
tommycordero
107.42
3 years ago
PeakD
[JOBS] Blockchain Security Engineer | Polygon
Image Source What is Polygon? Polygon is the leading platform for Ethereum scaling and infrastructure development. Its growing suite of ...
codemy
5.4 K
3 years ago
Hive.Blog
Operators In Go - Learn Go #4
https://www.youtube.com/watch?v=VSCZmSqaVDQ In this video we'll learn about the main operators in Golang. We'll look at math operators (a...
codemy
5.4 K
3 years ago
Hive.Blog
Arrays and Slices - Learn Go #3
https://www.youtube.com/watch?v=KHrQYq6OLMk In this video we'll look at Arrays and Slices in Go! Arrays and slices are a little more comp...
codemy
5.4 K
3 years ago
Hive.Blog
Variables and Constants In Go - Learn Go #2
https://www.youtube.com/watch?v=j0dThdwftmQ In this video we'll look at Variables and Constants in Go. Golang handles variables a little ...
codemy
5.4 K
3 years ago
Hive.Blog
Go Installation And First Program - Learn Go #1
https://www.youtube.com/watch?v=Mz8WjlfHBoE In this video we're going to install Go Lang and write our first Go Program! Installing Go is...
borepstein
3.8 K
3 years ago
PeakD
Go(lang) playground
This is just a short tip. If, like me, you are coming up to speed in Go - or even if you are an experienced Go programmer - the Go(lang)...
quochuy
13.7 K
3 years ago
Hive.Blog
Witness Earnings Weekly Report - 2021-12-20
Support me, vote my witness Context HIVE Witnesses are the pillars of the HIVE blockchain, there are no HIVE blockchain without the Witn...