current location:Home>Technical Articles>Backend Development>Golang
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Why Microservices Are Important Compared to Monolithic Architecture
- In today's fast-paced technological landscape, businesses need scalable and flexible solutions to adapt quickly to changing demands. This is where microservices architecture shines compared to the traditional monolithic approach. 1. What is
- Golang 408 2024-08-25 14:30:32
-
- Creating custom kubernetes controller in Go
- Before Implementing custom controller in Go let's first understand what is Kubernetes Controller and Customer Resource Definition (CRD) Kubernetes Controller A Kubernetes Controller is component of control plane that continuously monitors
- Golang 946 2024-08-25 08:30:33
-
- Solana Blinks with Go
- Blinks are metadata-rich links that represent and enable on-chain activities throughout the Solana ecosystem without needing to navigate to a different app or webpage. Blinks supports a wide range of activities enabled by Solana Actions and primaril
- Golang 218 2024-08-24 06:37:44
-
- Golang - Generate Fake Data With GoFakeIt
- Introduction In software development, testing is crucial to ensure that code works as expected. However, obtaining real data for testing purposes can be challenging due to privacy concerns, data availability, and the sheer effort required to ga
- Golang 126 2024-08-24 06:35:42
-
- How to handle errors and exceptions according to HTTP responses?
- Procedures: Services return errors according to the flow of operations. Controllers return HTTP codes based on thrown exceptions. We can define specific exceptions such as NotFound, BadRequest and others. Code f
- Golang 450 2024-08-23 22:34:32
-
- How to Handle Sessions in Golang?
- Session Applications Sessions are essential in several applications, especially features such as: User authentication User authorization Multi-Factor Authentication (MFA) Applications Shopping cart Settings
- Golang 262 2024-08-23 22:33:02
-
- GO: Concurrency vs Parallelism For Dummies.
- Welcome to this post with a somewhat degrading title. But, in this post I want to explain to you what these 2 characteristics of programming are in a very simple way, this time using my favorite programming language GOLANG. Let's imagine
- Golang 552 2024-08-23 12:30:31
-
- A Go-inspired approach to handling fetch API
- Javascript error handling can sometimes be confusing especially in using fetch, if you are using await you will need to wrap it in a try catch block to handle the error and we all know that it's a headache Well what if i tell you we can do something
- Golang 970 2024-08-23 08:30:31
-
- Build Go Serverless REST APIs and Deploy to AWS using the SAM framework (Amazon Linux untime)
- Why Another Go Tutorial AWS has been deprecating several services and runtimes recently. As we’ve seen with the discontinuation of our beloved CodeCommit and other crucial services, Go1.x is no longer supported for AWS Lambda functions. If you
- Golang 606 2024-08-23 06:42:11
-
- How to start contributing to Utreexo
- Have you ever come across an exciting open source project which you would love to make a contribution to, but you have no idea on how to start? Or perhaps you are a relatively experienced developer (Or just someone who’s more verse with open source)
- Golang 378 2024-08-22 20:36:32
-
- How to enable hot reload in your Gin project
- Gin is one of the fastest frameworks in the Go world. However, there is one feature missing in Gin is hot realod. So that in this blog I can show you how can you enable hot reaload feature in your Gin project. Suppose this is your main.go fie pac
- Golang 805 2024-08-22 20:31:02
-
- Golang Security Review Guide
- Written by Abdullah Husam Linkedin:abdullahhussam Mailbox?:abdullah@alsultani.me Go is a statically typed, compiled high-level programming language designed at Google. It is syntactically similar to C, but with memory safety, garbage collection, str
- Golang 628 2024-08-22 19:05:38
-
- Release of Viddy v.Migration from Go to Rust
- Introduction In this article, I would like to share my experiences and insights gained during the reimplementation of Viddy, a TUI tool I have been developing, from Go to Rust for the v1.0.0 release. Viddy was originally developed as a modern v
- Golang 546 2024-08-22 19:05:33
-
- gRPC Communication Between Go and Python
- gRPC is a powerful, high-performance Remote Procedure Call (RPC) framework that, despite being less commonly used than REST, offers significant advantages in certain scenarios. In addition it's language agnostic and can run in any environment, makin
- Golang 540 2024-08-22 19:02:33
-
- Master Golang with Nunu: Complete Guide
- Golang, also known as Go, is a modern, competing programming language developed by Google. With its simple and concise syntax, Golang has become a popular choice among developers of distributed systems and competitors.
- Golang 601 2024-08-22 12:34:07