Nova NovriansyahinNovAi-Go Programming 101Building a Web Application in Go with MVC, Gin, GORM, and JWT (Simple)In this article, we will create a web application using the Go programming language, utilizing the Gin framework for routing, GORM for…3h ago3h ago
Nova NovriansyahinNovAi-Go Programming 101Building a One-to-One Relationship with GORM in Go: Auto-Migrating and Linking ModelsIn this tutorial, we’ll build a simple Go application using GORM to set up a one-to-one relationship between Author and Country. We’ll also…23h ago23h ago
Nova NovriansyahinNovAi-Go Programming 101Building a JWT Authentication System with Refresh Tokens in GoIn this article, we’ll build a secure JWT-based authentication system in Go using the Gin framework. We’ll cover creating both access and…23h ago23h ago
Nova NovriansyahinNovAi-Go Programming 101Building a CRUD API in Go with GORMThis guide will walk you through creating a simple CRUD (Create, Read, Update, Delete) API using the GORM library in Go. We’ll use a…1d ago1d ago
Nova NovriansyahinNovAi-Go Programming 101Implementing Basic Authentication in Go with GinAuthentication is a key aspect of building secure web applications. In this article, we’ll go over a simple implementation of Basic…1d ago1d ago
Nova NovriansyahinNovAi-Go Programming 101Web Error Handling in Go with GinError handling is a crucial aspect of building robust web applications. In Go, the Gin framework provides powerful tools for managing…1d ago1d ago
Nova NovriansyahinNovAi-Go Programming 101Configuring CI/CD with GitHub Flow Using JenkinsGitHub Flow is a branching strategy designed to streamline and simplify the process of continuous integration and continuous deployment…6d ago6d ago
Nova NovriansyahinNovAi-Go Programming 101Configuring CI/CD with Trunk-Based Development Using JenkinsTrunk-based development is a popular CI/CD approach that simplifies the integration of code changes, enabling frequent and reliable…6d ago6d ago
Nova NovriansyahinNovAi-Go Programming 101CI/CT/CD Pipeline with Jenkins for a Go Application (Freestyle)Building a robust CI/CT/CD pipeline is essential for efficient software development, particularly for Go applications. In this article…6d ago6d ago
Nova NovriansyahinNovAi-Go Programming 101Building a CI/CD Pipeline for a Golang Application Using Jenkins and DockerSetting up a CI/CD (Continuous Integration and Continuous Deployment) pipeline helps automate the build, test, and deployment processes…6d ago6d ago