Have you already tried it?
https://www.youtube.com/watch?v=Vxv6VpeojZY
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
I personally find that both Go and Zig have the best error handling
compared to other languages. wdyt?
https://www.youtube.com/watch?v=E8LgbxC8vHs
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receivin
Just made a video about the new "go tool" directive. I like it! What about
you?
https://www.youtube.com/watch?v=_5J0YthCpn4
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send a
Is sqlc the BEST Golang package to work with SQL?
https://www.youtube.com/watch?v=4E4d6anFz2Y
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubs
Are you folks using OpenAPI when developing API in Go?
What generators do you use?
https://www.youtube.com/watch?v=87au30fl5e4
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, sen
Curious to know how many of you are using it in your projects.
https://packagemain.tech/p/practical-openapi-in-golang
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
Implementing Random Art algorithm in Go.
https://youtu.be/TgftD-xrNeo
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
T
I personally love Bubble Tea for building interactive TUIs. Have you used
it, or something else?
Here is the video I made about building a note-taking app with Bubble Tea
- https://www.youtube.com/watch?v=_gzypL-Qv-g
--
You received this message because you are subscribed to the Google Groups
Do you use fuzz testing, and if yes, what are you testing with it?
Our latest article shows how to do fuzz testing in Go, specifically for
HTTP services. https://packagemain.tech/p/fuzzing-http-services-golang
--
You received this message because you are subscribed to the Google Groups
"golang
Yes, I prefer SSE when only server to client comm is needed. Really easy
and works well on a single HTTP connection.
On Wednesday, October 23, 2024 at 4:45:07 PM UTC+2 Zane Attahri wrote:
> Second this, and go ever further.
>
> If you don’t need bi-directional communication, SSE are almost alwa
Does anyone use Server-Sent Events in their projects? If yes, for which use
cases?
https://youtu.be/nvijc5J-JAQ
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to
Have you built desktop apps in Go? For example using something like Wails?
Share if you have any.
My old but still relevant video about Wails
- https://www.youtube.com/watch?v=Dg9rUXxNV-c
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsu
Hey folks, do you use Fuzz Testing in Go? And if yes for which use cases.
p.s. I made this video a while back on this topic -
https://www.youtube.com/watch?v=w8STTZWdG9Y
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this
Just published a new video on working with GitHub API in Go.
Let me know what you think - https://youtu.be/Dnyu0JkKSQc
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an emai
s the example: https://go.dev/play/p/rba6HCJe-4X
>
> Thanks.
>
>
> Em segunda-feira, 7 de outubro de 2024 às 16:37:53 UTC-3, Alex Pliutau
> escreveu:
>
>> In some cases your application doesn’t need Redis, and internal in-memory
>> map with locks and expiration will suff
on to make sure old
>> stuff is freed up, eventually.
>>
>> On Monday 7 October 2024 at 21:37:53 UTC+2 Alex Pliutau wrote:
>>
>>> In some cases your application doesn’t need Redis, and internal
>>> in-memory map with locks and expiration will suffice
With Hacktoberfest approaching I prepared a few repositories for people to
contribute to. It's mostly Go, but other no-code contributions are welcome
as well.
- https://github.com/plutov/formulosity
- https://github.com/plutov/ultrafocus
- https://github.com/plutov/paypal
- https://g
In some cases your application doesn’t need Redis, and internal in-memory
map with locks and expiration will suffice.
For example you already know the size of the map and you don’t need to
store a lot of data. Use cases could be IP rate limiting, or any other
short-lived data.
Here is how you
Hi,
I recently made a video on fuzzing support in Go 1.18. I'd like to hear
your feedback if that's possible - https://youtu.be/w8STTZWdG9Y
Best,
Alex
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop rece
19 matches
Mail list logo