Package main
active · last success 2026-08-04 13:59
-
Try CodeRabbit Change Stack - https://coderabbit.link/alex-cli
-
Thanks TestSprite for sponsoring this video. Try it out - https://www.testsprite.com/?via=package Discuss this video on Hacker News: https://news.ycombinator.com/item?id=48530574 LINKS: - https://go.dev/blog/pkgsite-api - https://pkg.go.dev - https://proxy.golang.org/ -...
Thanks TestSprite for sponsoring this video. Try it out - https://www.testsprite.com/?via=package Discuss this video on Hacker News: https://news.ycombinator.com/item?id=48530574 LINKS: - https://go.dev/blog/pkgsite-api - https://pkg.go.dev - https://proxy.golang.org/ - Source code: https://github.com/plutov/packagemain/tree/main/gopkg -
LINKS: - https://cline.gg/alex - https://go.dev/doc/go1compat - https://packagemain.tech - https://discord.gg/fJQa3xr3fe
LINKS: - https://cline.gg/alex - https://go.dev/doc/go1compat - https://packagemain.tech - https://discord.gg/fJQa3xr3fe -
Thanks TestSprite for sponsoring this video. Try it out - https://www.testsprite.com/?via=package LINKS: - https://www.testsprite.com?via=packagemain - https://tigerfs.io/ - https://packagemain.tech
Thanks TestSprite for sponsoring this video. Try it out - https://www.testsprite.com/?via=package LINKS: - https://www.testsprite.com?via=packagemain - https://tigerfs.io/ - https://packagemain.tech -
LINKS: Source Code: https://github.com/plutov/packagemain/tree/main/outbox Newsletter: https://packagemain.tech
LINKS: Source Code: https://github.com/plutov/packagemain/tree/main/outbox Newsletter: https://packagemain.tech -
LINKS: Opencode: https://opencode.ai Opencode Go SDK: https://github.com/anomalyco/opencode-sdk-go Source Code: https://github.com/plutov/opencode-pre-commit Our Substack: [https://packagemain.tech](https://packagemain.tech) Follow me on X:...
LINKS: Opencode: https://opencode.ai Opencode Go SDK: https://github.com/anomalyco/opencode-sdk-go Source Code: https://github.com/plutov/opencode-pre-commit Our Substack: [https://packagemain.tech](https://packagemain.tech) Follow me on X: [https://x.com/pliutau](https://x.com/pliutau) TIMESTAMPS: 00:00 Intro 01:50 Opencode server 02:57 Diagram 03:42 Code 09:26 pre-commit hook 12:16 Conclusion -
In this video we build 2FA Authenticator client in Go using Wails. LINKS: Wails: https://wails.io Code: https://github.com/plutov/packagemain/tree/master/2fa Our Substack: [https://packagemain.tech](https://packagemain.tech) Follow me on X:...
In this video we build 2FA Authenticator client in Go using Wails. LINKS: Wails: https://wails.io Code: https://github.com/plutov/packagemain/tree/master/2fa Our Substack: [https://packagemain.tech](https://packagemain.tech) Follow me on X: [https://x.com/pliutau](https://x.com/pliutau) -
- Code: https://github.com/plutov/packagemain/tree/master/jemalloc - Go GC Guide: https://tip.golang.org/doc/gc-guide - Dgraph: https://github.com/dgraph-io/ristretto/tree/main/z
- Code: https://github.com/plutov/packagemain/tree/master/jemalloc - Go GC Guide: https://tip.golang.org/doc/gc-guide - Dgraph: https://github.com/dgraph-io/ristretto/tree/main/z -
ULID spec: https://github.com/ulid/spec Code: https://github.com/plutov/packagemain/tree/master/ulid
ULID spec: https://github.com/ulid/spec Code: https://github.com/plutov/packagemain/tree/master/ulid -
My personal view on this topic. Short rant / thinking out loud.
-
Shoutout to CodeRabbit for sponsoring this video. https://coderabbit.link/alex LINKS: - https://github.com/nhatthm/grpcmock - https://github.com/plutov/packagemain/tree/master/grpc-mock-demo TIMESTAMPS: 00:00 Intro 01:36 Sponsor 02:09 Program 05:42 Tests 07:04 grpcmock
Shoutout to CodeRabbit for sponsoring this video. https://coderabbit.link/alex LINKS: - https://github.com/nhatthm/grpcmock - https://github.com/plutov/packagemain/tree/master/grpc-mock-demo TIMESTAMPS: 00:00 Intro 01:36 Sponsor 02:09 Program 05:42 Tests 07:04 grpcmock -
TIMESTAMPS: 00:00 Intro 00:39 The difference 01:55 Program 1 03:21 filen and ldd 04:07 Program 2 06:43 cgo 07:24 Linker 08:53 Cross-compilation 09:49 Binary size
TIMESTAMPS: 00:00 Intro 00:39 The difference 01:55 Program 1 03:21 filen and ldd 04:07 Program 2 06:43 cgo 07:24 Linker 08:53 Cross-compilation 09:49 Binary size -
Let's dive into the SOLID principles, explore its meaning, and discover how to leverage it effectively within Go. Code: https://github.com/plutov/packagemain/tree/master/solid TIMESTAMPS: 00:00 Intro 01:27 Single Responsibility Principle 07:14 Open-Closed Principle 12:27...
Let's dive into the SOLID principles, explore its meaning, and discover how to leverage it effectively within Go. Code: https://github.com/plutov/packagemain/tree/master/solid TIMESTAMPS: 00:00 Intro 01:27 Single Responsibility Principle 07:14 Open-Closed Principle 12:27 Liskov Substitution Principle 16:01 Interface Segregation Principle 20:34 Dependency Inversion Principle -
Full game source code: https://github.com/plutov/packagemain/tree/master/minesweeper TIMESTAMPS: 00:00 Intro 00:30 Go packages for game dev 02:16 Raylib intro 03:46 Minesweeper 04:24 Main loop 05:35 Game state 09:05 Center window 11:27 Draw menu 14:46 Test menu 15:16 Game...
Full game source code: https://github.com/plutov/packagemain/tree/master/minesweeper TIMESTAMPS: 00:00 Intro 00:30 Go packages for game dev 02:16 Raylib intro 03:46 Minesweeper 04:24 Main loop 05:35 Game state 09:05 Center window 11:27 Draw menu 14:46 Test menu 15:16 Game logic 17:07 Status bar 19:23 Test status bar 20:16 Draw mine field 21:50 Test final game -
Source code: https://github.com/plutov/packagemain/tree/master/jwtdemo TIMESTAMPS: 00:00 Intro 00:45 Usecases 01:38 JWT Format 02:11 JWT Debugger 02:36 golang-jwt/jwt 03:36 Server implementation 07:03 RSA Algorithm 10:22 Running 13:37 jwx 14:53 Security best practices
Source code: https://github.com/plutov/packagemain/tree/master/jwtdemo TIMESTAMPS: 00:00 Intro 00:45 Usecases 01:38 JWT Format 02:11 JWT Debugger 02:36 golang-jwt/jwt 03:36 Server implementation 07:03 RSA Algorithm 10:22 Running 13:37 jwx 14:53 Security best practices -
TIMESTAMPS: 00:00 Intro 00:35 Faster JSON packages 01:15 go-json-experiment 01:45 Discussion 04:10 Proposal 04:39 Experimental merge 05:50 Installing gotip 06:20 Duplicate JSON fields 10:55 Unmarshal Time 13:12 jsonbench 17:37 Outro
TIMESTAMPS: 00:00 Intro 00:35 Faster JSON packages 01:15 go-json-experiment 01:45 Discussion 04:10 Proposal 04:39 Experimental merge 05:50 Installing gotip 06:20 Duplicate JSON fields 10:55 Unmarshal Time 13:12 jsonbench 17:37 Outro -
#shorts
- End of feed