Tag:backend
All the articles or projects with the tag "backend".
Writing Unit Test in Golang Easily
Posted on:June 2, 2023 at 12:00 PMUnit testing is the most important thing in developing an application, which aims to minimize the occurrence of errors, therefore software developers are obliged to master it. In this article, we will write unit tests in the Golang programming language using the unit testing package provided by Golang.
Build gRPC with Go (golang) Server Streaming API
Posted on:April 2, 2023 at 12:00 PMPreviously, we discussed the gRPC Unary API, you can check it at this link. In this article, I’ll cover a gRPC call using Server Streaming response implementing client and server Go applications.
How to build a blog website fast with Laravel 8 + Strapi?
Posted on:March 3, 2023 at 12:00 PMLaravel is a famous web framework that allows you to build safe and scalable websites. Laravel allows you to build nearly any type of website, from basic portfolio sites to full-fledged e-commerce systems.
Build gRPC with Go (golang) Unary API
Posted on:February 2, 2023 at 12:00 PMgRPC is a modern open-source high-performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking, and authentication.
Do You Need A Implementation Jwt In Go (Golang)?
Posted on:December 2, 2022 at 12:11 PMJWT is a standard for creating JSON-based access tokens that can be used to authenticate users and applications in a microservices architecture.
Golang Rest API Boilerplate
Posted on:November 2, 2022 at 12:00 PMGolang Rest API Boilerplate is a starter project for building RESTful API, simple and scalable kit to build production-ready Go API backends.
Become a Backend Developer in 2021
Posted on:September 21, 2021 at 12:17 PMa few days ago a friend of mine asked me, how do I become a Backend Developer? therefore I tried to write this article to be able to tell a little about the world of “Backend Developer”.