DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.
![[20 Days of DynamoDB] Day 6 - Atomic counters with UpdateItem](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2c9xgee9aw186vih6gdn.png)
Abhishek Gupta[20 Days of DynamoDB] Day 6 - Atomic counters with UpdateItem
Posted: 15/Jan/2024 Need to implement atomic counter using DynamoDB? If you have a use-case that can...

Vic Shóstak🎉 The Gowebly CLI has grown to v2.0.0
Introduction Happy New Year, my DEV friends! 🎊 While everyone was relaxing and thinking...

ChunTing WuGenerating Avro Schemas from Go types
Previously, I have introduced the evolutionary history of data infrastructure, and I have also...

Ushakov MichaelFormat a text in GO better than fmt
Format a text in GO better then fmt Looking at the article title, we should clarify what...

Bhoomit GanatraDestiny: A Tool to Manage Cluttered Folders
Table of Contents Description How to Use Installation Organizing Files How it...

Ernesto PonceKey value store in golang
KeyValue Database tutorial In this tutorial we are going to create a simple key value...

Amit Tiwaryrecover from panic in Golang
I am back after almost a year. Next few blogs will be on golang. Go is good language to build...

Jan StamerThe DDD Hamburger for Go
The DDD Hamburger is my favorite type of architecture for Go. Why? The DDD Hamburger beautifully combines the best of the hexagonal architecture and layered architecture. Get to know the DDD Hamburger Architecture for Go and maybe it'll become your favorite too!

Yi ZhangDig into the codebase of Tendermint and Cosmos SDK
Last year I worked on a project which required to convert Tendermint/Cosmos SDK into a network which...

Antonio ObradovićDevelopment of the new Code Repo version
The development of the new Code Repo version began about three weeks ago. Despite the holiday season...

Yacine Si Tayeb Mastering Golang Microservices - A Practical Guide: Embrace High-Performance with Kitex and Hertz
I. Introduction The world of software development is fast-paced, and having reliable and...
![[20 Days of DynamoDB] Day 5 - Avoid overwrites when using DynamoDB UpdateItem API](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwmx4y45aye66rdfqoi3h.png)
Abhishek Gupta[20 Days of DynamoDB] Day 5 - Avoid overwrites when using DynamoDB UpdateItem API
Posted: 12/Jan/2024 The UpdateItem API creates a new item or modifies an existing item's attributes....

Erick Takeshi#3 - Learning Go - Blocos, Shadowing e Estruturas de controle
Nada de especial aqui, anotações pertinentes do capítulo 4 do livro Learning Go - Blocks, Shadows,...

Jonathan HallError handling in Go web apps shouldn't be so awkward
In this post I’m going to describe an error-handling pattern I’ve found to be fairly elegant when...

Xuanyu WangTest in Go: the order of Cleanup is not what you think
The framework [testify](https://github.com/stretchr/testify/tree/v1.8.4) might be the most popular....

poloxueColly: A Comprehensive Guide to High-Performance Web Crawling in Go
Colly is a well-known web crawling framework implemented in Go, which is particularly suitable for...