Skip to content

<div align="center"> <h1> <b>Learning Golang</b> </h1> <h3> Here I explore web programming with Golang </h3> <img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/alex6712/learning-golang?logo=GitHub"></div>This repository documents my journey into a new programming language, its web fra

License

Notifications You must be signed in to change notification settings

Satishdoyal/learning-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Learning Golang: My Journey from Python Backend Developer to Golang Backend Developer

Welcome to my GitHub repository dedicated to my journey of learning Golang. This project showcases my transition from being a Python Backend Developer to mastering Golang. Here, you'll find resources, projects, and insights that I have gathered along the way.

Download Releases

Table of Contents

Introduction

Golang, also known as Go, is a statically typed, compiled programming language designed for simplicity and efficiency. My journey began with Python, where I enjoyed building web applications and backend services. As I explored Golang, I found its performance and concurrency features appealing. This repository documents my learning process, including tutorials, code snippets, and projects that I have created.

Topics Covered

This repository covers various topics related to Golang and backend development, including:

  • Docker
  • Docker Compose
  • Education resources
  • Fiber framework
  • gRPC
  • Kafka
  • Microservices
  • Web applications

Getting Started

To get started with the projects in this repository, you can download the latest release. You can find the releases here. Download the necessary files and execute them to see the projects in action.

Prerequisites

Before diving into the projects, ensure you have the following installed:

  • Go (version 1.16 or higher)
  • Docker and Docker Compose
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/Satishdoyal/learning-golang.git
    cd learning-golang
  2. Build the project:

    Use the Go build command to compile the project.

    go build
  3. Run the application:

    You can run the application using:

    ./your-application-name

Project Structure

The repository follows a clear structure to make it easy to navigate. Here’s an overview:

learning-golang/
│
├── cmd/                 # Main application commands
│   └── your-app/        # Your application entry point
│
├── internal/            # Internal packages
│   ├── handlers/        # HTTP handlers
│   ├── models/          # Data models
│   └── services/        # Business logic
│
├── pkg/                 # Public packages
│
├── configs/             # Configuration files
│
├── docker/              # Docker files
│
└── README.md            # Project documentation

Technologies Used

This project utilizes various technologies to enhance its functionality:

Docker & Docker Compose

Docker allows you to package applications into containers, ensuring consistency across different environments. Docker Compose simplifies the management of multi-container applications.

Fiber

Fiber is a web framework built on top of Go. It is designed for speed and simplicity, making it an excellent choice for building web applications.

gRPC

gRPC is a high-performance RPC framework that uses HTTP/2. It enables efficient communication between services, making it ideal for microservices architectures.

Kafka

Apache Kafka is a distributed streaming platform. It is used for building real-time data pipelines and streaming applications.

Microservices

Microservices architecture allows you to develop applications as a collection of small, loosely coupled services. This approach enhances scalability and maintainability.

Contributing

Contributions are welcome! If you want to improve this repository or share your insights, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Make your changes and commit them.
  4. Push to your branch.
  5. Create a pull request.

Please ensure that your code adheres to the existing style and includes tests where applicable.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or suggestions, feel free to reach out:


Thank you for visiting my repository! I hope you find the resources helpful in your own journey with Golang. Don't forget to check the Releases section for the latest updates and downloads.

About

<div align="center"> <h1> <b>Learning Golang</b> </h1> <h3> Here I explore web programming with Golang </h3> <img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/alex6712/learning-golang?logo=GitHub"></div>This repository documents my journey into a new programming language, its web fra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages