• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

How to have colors in logs ?
go2023-05-08
Maxime GuilbertMaxime Guilbert

How to have colors in logs ?

Working with scripts is always useful, especially when we want to automate a lot of things. But most...

Strategies for Writing More Effective Tests in Golang
go2023-05-08
Namkyu ParkNamkyu Park

Strategies for Writing More Effective Tests in Golang

Liquid syntax error: Variable '{{"project_id", "3"}' was not properly terminated with regexp: /\}\}/

Comment avoir des logs de couleur?
bash2023-05-08
Maxime GuilbertMaxime Guilbert

Comment avoir des logs de couleur?

Travailler avec des scripts c'est toujours très utile dans un objectif d'automatisation. La plupart...

Use AWS Controllers for Kubernetes to deploy a solution consisting of Lambda, DynamoDB and API Gateway
kubernetes2023-05-08
Abhishek GuptaAbhishek Gupta

Use AWS Controllers for Kubernetes to deploy a solution consisting of Lambda, DynamoDB and API Gateway

In this blog post, you will be using AWS Controllers for Kubernetes on an Amazon EKS cluster to put...

2. Zinx-V0.2 Simple Connection Encapsulation and Binding with Business
go2023-05-08
AceldAceld

2. Zinx-V0.2 Simple Connection Encapsulation and Binding with Business

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Go Lang - Functions: Understanding, Defining, and Using Functions in Go
beginners2023-05-07
Avinash ChodavarapuAvinash Chodavarapu

Go Lang - Functions: Understanding, Defining, and Using Functions in Go

Welcome back to our Go Lang tutorial series, where we aim to make learning Go as accessible and...

Setting up a complete RESTful API with westack-go
go2023-05-07
Jhon MagdalenaJhon Magdalena

Setting up a complete RESTful API with westack-go

westack-go is a powerful framework that allows you to easily create RESTful APIs in Go. It is...

Building a Simple CRUD Application with Go and PostgreSQL
go2023-05-06
Leandro LimaLeandro Lima

Building a Simple CRUD Application with Go and PostgreSQL

Building a Simple CRUD Application with Go and PostgreSQL Do you want to learn how to...

Building a CRUD App with Clean Architecture in Go
cleanarchitecture2023-05-06
Mikiya IchinoMikiya Ichino

Building a CRUD App with Clean Architecture in Go

Introduction In this article, I will create an API with CRUD (Create, Read, Update,...

Golang Private Module with CDK CodeBuild
go2023-05-06
Benjamen PyleBenjamen Pyle

Golang Private Module with CDK CodeBuild

Even experienced builders run into things from time to time that they haven't seen before and this...

Euclidean Algorithm: Breakdown + Golang implementations
algorithms2023-05-06
Otavio MonteagudoOtavio Monteagudo

Euclidean Algorithm: Breakdown + Golang implementations

Check out a detailed explanation of the Euclidean algorithm and its recursive and iterative implementations in Golang, plus tests.

1.Building Basic Services with Zinx Framework
go2023-05-06
AceldAceld

1.Building Basic Services with Zinx Framework

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

SAML SSO Implementation in Golang: A Comprehensive Step-by-Step Guide
webdev2023-05-06
AndrewAndrew

SAML SSO Implementation in Golang: A Comprehensive Step-by-Step Guide

Introduction The Security Assertion Markup Language (SAML) is a widely recognized standard...

Debugging AWS Lambda Functions in GO
programming2023-04-02
reasonable personreasonable person

Debugging AWS Lambda Functions in GO

I've spent a fair amount of time on the interwebs reading various resources on the topic of debugging...

Go Beginners Series: Data Structures, Structs, and Pointers
go2023-05-05
Adams Adebayo Adams Adebayo

Go Beginners Series: Data Structures, Structs, and Pointers

When writing medium-large applications in Go, you need to keep things like code organization, memory...

Test-Driven Development in Go: principles and key concepts
go2023-05-06
Adelina Simion 🥑Adelina Simion 🥑

Test-Driven Development in Go: principles and key concepts

Estimated reading time: 6 mins I recently had the pleasure of discussing and demonstrating some of...