Rusin Nikita
Rusin Nikita
Goal: Show extensibility with custom generator and generator result filter. Problem: User must read the source code to figure out not simple var generation. He wants the generation of slices,...
Map quiz
Interviewers asks about maps internal structure: 1. Components of maps (buckets, hashFunc) 2. In which order for range iterates over map 3. In which order map printed Trick of 2...
Set config from https://github.com/rusinikita/devex/blob/main/.golangci.yaml https://golangci-lint.run/
Understanding slices work ```go func main() { var x []int x = append(x, 0) // explanation 1: new array created with capacity 2 x = append(x, 1) // explanation 2:...
- How to protect code from too many executions? - How to not cause overload problems in other called services? - How scheduler works? - How to find performance issues?
Context is important Go concept. Interviewer is going to ask about Context. Add challenge about context usage.
```mermaid erDiagram Project { id int alias string "project name for selectors" language string "programming language [not used]" forlder_path string "path to root project folder" created_at time } File {...
Now you can parse testcoverage file only with creating a new project.
Now you can create a few projects with same alias.
I am ready to add binaries into yum, apt package managers through gemfury.com But it will take some time and requires pro version of goreleaser. Please, provide feedback if you...