Akash JainImplements proto file — Protocol BufferProtocol Buffers provide a method for encoding data in a format that is both easy for machines to read, transfer, and process, as well as…May 10, 2023May 10, 2023
Akash JaininThe StartupKubernetes Architecture and Run Locally using MinikubePrerequisiteMay 1, 2023May 1, 2023
Akash JainProgressive Web Apps (PWAs )In the last 4 - 5 years, mobiles became the primary source to surf the internet. Many companies have shut down their website and launched…Jan 15, 2021Jan 15, 2021
Akash JainHandle CORS in GolangCORS stands for Cross-Origin Resource Sharing, it’s a mechanism that allow browser to access the content of other websites on their…Oct 10, 2020Oct 10, 2020
Akash JaininThe StartupType Assertion and Type Conversion in GolangType assertion is to get value in interface and Type conversion is a way to convert a variable from one data type to another data type.Aug 10, 20205Aug 10, 20205
Akash JaininThe StartupProxy Server in GolangProxy means someone has the power or authority to do something for someone else or pretends to be someone else.Aug 4, 2020Aug 4, 2020
Akash JainBuild your chrome extensionYou must have used chrome extension many times in your life. Have you ever wonder how these extensions can be created, No? Well, it’s not…Jun 21, 2020Jun 21, 2020
Akash JainHow String works in GolangIn Go, a string is a read-only slice of bytes. It supports UTF-8 format. Go stores string in rune data type which is alias of int32.May 17, 20202May 17, 20202
Akash JainMemory Allocation for a Struct in golangStruct is collection of data fields & memory allocation is sequential. 64bit CPU architect means transfer of 64 bits of data per clock…Apr 19, 2020Apr 19, 2020
Akash JainGolang Package Manager GO ModuleGO introduces the official package manager named GO Module which manages all external packages that are used in the project.Mar 21, 2020Mar 21, 2020