1 points posted by Elton Minetto ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by DizzyVik ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by madflojo ⌘ Read more
What are we looking for? 👀
Most Important 🎯
- 7 years of experience in Fullstack Software Development.
- Proficiency in Golang and Ruby on Rails for backend development.
- Strong experience with TypeScript and React for frontend development.
- Solid understanding of GraphQL and microservices architecture.
- Experience working with PostgreSQL, MongoDB, or DynamoDB.
- Hands-on experience with unit & integration testing to ensure code reliability.
- Famil ... ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
1 points posted by cinar ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by Mohammed Al Ashaal ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by golangch ⌘ Read more
1 points posted by pj ⌘ Read more
1 points posted by m110 ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by cinar ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
1 points posted by roblaszczak ⌘ Read more
1 points posted by xuri ⌘ Read more
1 points posted by m110 ⌘ Read more
1 points posted by Fabio Chapola ⌘ Read more
What are we looking for?**
- 5+ years of experience in software engineering.
- Proven experience with Golang and building production-ready services.
- Strong knowledge of cloud technologies, specifically AWS.
- Experience with SQL databases such as Postgres, DynamoDB, or MongoDB.
- Expertise in microservices architecture and design.
- Proficiency with containerization tools such as Docker and orchestration tools like Kubernetes.
- S ... ⌘ Read more
1 points posted by DizzyVik ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by m110 ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by Mohammed Al Ashaal ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by DizzyVik ⌘ Read more
1 points posted by madflojo ⌘ Read more
1 points posted by madflojo ⌘ Read more
1 points posted by DizzyVik ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by m110 ⌘ Read more
1 points posted by madflojo ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by faabiosr ⌘ Read more
1 points posted by Ayeree ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by xuri ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
hoglet is a simple circuit-breaker library with low overhead and context support.
1 points posted by Leo Antunes ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by golangch ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by cbrgm ⌘ Read more
1 points posted by faabiosr ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
Jazigo is a tool written in Go for retrieving configuration for multiple network devices, similar to rancid, fetchconfig, oxidized, Sweet.
Jazigo 0.13.0 adds support for setting ciphers for SSH transport.
1 point ... ⌘ Read more
1 points posted by timakin ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by roblaszczak ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by xuri ⌘ Read more
1 points posted by John Doak ⌘ Read more
A handy and powerful library to deal with unstructured data
The below piece of code shows an example of usage
type Person struct {<br/> Firstname string `structs:"firstname"`<br/> Age int `structs:"age"`<br/> Siblings []Person `structs:"siblings,omitempty"`<br/>}
func main(){
k := knoa.Map().Set("firstname", "John", "age", 20)
k.Set("siblings", []Person{
{
Firstname: "Tim",
Age: 29,
},
{
Firstname: "Bob",
Age: 40,
},
})
k.Set("age", 23, "siblings[1].age", 39)
var person Person ... ⌘ Read more=
1 points posted by madflojo ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
Rewrite is a Go package that lets you rewrite URL paths, subdomains or hosts based on regular expressions. It is inspired by Apache's mod\\_rewrite module and can be used as a middleware for net/http. 1 points posted by iris-go ⌘ Read more_
Rewrite is a Go package that lets you rewrite URL paths, subdomains or hosts based on regular expressions. It is inspired by Apache's mod\_rewrite module and can be used as a middleware for net/http. 1 points posted by iris-go ⌘ Read more_
Iris is a fast, simple yet fully featured and very efficient web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website or API. One of the features that Iris offers the middleware/basicauth sub-package, which allows you to implement basic authentication for your web applications. 1 points posted by iris-go ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
##### A guide to using PG middleware, a package for Iris that provides easy and type-safe access to PostgreSQL database.
1 points posted by iris-go ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Mariano ⌘ Read more
1 points posted by Mohammed Al Ashaal ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by John Doak ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by Elton Minetto ⌘ Read more
1 points posted by 0x13a ⌘ Read more
Always a hot-topic in Go circles is binary size of applications. In this post we will show you how you can reduce the binary size produced from go build for leaner, slimer builds. 1 points posted by Edd Turtle ⌘ Read more
The fgm/izidic dependency injection container (DIC) just got its firsts official release instead of just a tag: tag v0.0.3 contains a feature and documentation improvements.
- feature: the \\
Container\\
type is now an interface, to ease Service testing, instead of a concrete struct- doc: a complete application is now available, demonstrating how to set up an application in practice for dependen ... ⌘ Read more
The fgm/izidic dependency injection container (DIC) just got its firsts official release instead of just a tag: tag v0.0.3 contains a feature and documentation improvements.
- feature: the \
Container\
type is now an interface, to ease Service testing, instead of a concrete struct- doc: a complete application is now available, demonstrating how to set up an application in practice for dependen ... ⌘ Read more
1 points posted by Everton Marques ⌘ Read more
1 points posted by xuri ⌘ Read more
1 points posted by madflojo ⌘ Read more
1 points posted by Ayeree ⌘ Read more
1 points posted by madflojo ⌘ Read more
1 points posted by 0x13a ⌘ Read more
1 points posted by 0x13a ⌘ Read more
1 points posted by 0x13a ⌘ Read more
1 points posted by 0x13a ⌘ Read more
1 points posted by Ayeree ⌘ Read more
1 points posted by madflojo ⌘ Read more