Index
GraphQL in Go
· ☕ 2 min read · ✍️ t1
GraphQL is a query language for your API that allows clients to request specific data and enables the API to return only the requested data, reducing the need for multiple round trips and over-fetching of data.

Rust
· ☕ 0 min read · ✍️ t1
Rust articles

Dev
· ☕ 1 min read · ✍️ t1
Software development is the process of designing, implementing, and maintaining software systems.

Infra
· ☕ 1 min read · ✍️ t1
Cloud software development and deployment infrastructure

Hexagonal in Go
· ☕ 6 min read · ✍️ t1
The hexagonal architecture, also known as the ports and adapters architecture, separates the business logic of an application from the infrastructure concerns, allowing the application to be tested and deployed in different environments.

Best Practices
· ☕ 3 min read · ✍️ t1
Best practices are a set of guidelines, principles, and recommendations that are based on the collective experience and knowledge of the software development community.

Design Patterns
· ☕ 2 min read · ✍️ t1
Design patterns are reusable solutions to common problems in software engineering. They are a way of capturing and documenting the best practices and experiences of software developers, and providing a common vocabulary and framework for discussing and solving design problems.

Go
· ☕ 0 min read · ✍️ t1
Go articles

Java
· ☕ 0 min read · ✍️ t1
Jave articles

Why Go?
· ☕ 2 min read · ✍️ t1
Go is a statically typed, compiled programming language designed for simplicity, concurrency, and performance.

Why Java?
· ☕ 2 min read · ✍️ t1
Java is a class-based, object-oriented programming language designed for flexibility, portability, and security.

Kubectl
· ☕ 2 min read · ✍️ t1
Kubernetes CLI (kubectl) is a command-line tool for interacting with Kubernetes clusters. It can be used to deploy and manage applications, view and troubleshoot cluster resources, and more.

Why Rust?
· ☕ 2 min read · ✍️ t1
Rust is a statically typed, compiled programming language designed for safety, concurrency, and performance.