Behzad Khokherbehzadintech.hashnode.dev·Sep 17, 2023My First Month as a Go lang Developer: Lessons Learned 🚀Introduction: Getting Into Go Hey there! I'm Behzad. A recent CS graduate and an associate software engineer. On my journey breaking into the IT industry, I'm here to share my experiences as an engineer. My journey started a few months back with my f...Discuss·86 readsGo LangGo Language
Harsh Mangalamharshmangalam.hashnode.dev·Aug 5, 2023Mobile OTP based authentication in golangIn this post, we will develop a mobile OTP-based authentication API in Golang. Tech stack Golang Go (or Golang) is an open-source programming language developed by Google. It emphasizes simplicity, efficiency, and concurrency support. Go is widely us...Discussgolang
Carlos Alberto Alegrealegrecode.hashnode.dev·Jun 5, 2023API RESTful en GoIntroducción Fiber es un framework web rápido y flexible, inspirado en Express.js, diseñado para facilitar la construcción de aplicaciones y APIs RESTful. GORM es una biblioteca ORM (Object Relational Mapping) que simplifica la interacción con bases ...Discuss·72 readsGo Language
Siddhesh KhandagaleforCloudNativeFolks Communityblog.cloudnativefolks.org·May 5, 2023Caching in GolangIntroduction Caching is an important technique used in web development to improve the performance of applications. It involves storing frequently accessed data in a temporary storage area, such as in-memory, to reduce the amount of time required to f...Discuss·133 reads GopherLabs Go Language
Siddhesh Khandagalesiddhesh-dev.co·May 3, 2023Caching in GolangIntroduction Caching is an important technique used in web development to improve the performance of applications. It involves storing frequently accessed data in a temporary storage area, such as in-memory, to reduce the amount of time required to f...Discuss·1 like·894 readsGo-Fiber Web Framework TutorialGo Language
Siddhesh Khandagalesiddhesh-dev.co·Feb 6, 2023Web Scraping in GolangIntroduction Every developer uses web scraping as a necessary tool at some time in their career. Therefore, developers must understand web scrapers and how to create them. In this blog, we will be covering the basics of web scraping in Go using the F...Discuss·568 readsGo-Fiber Web Framework TutorialGo Language
Siddhesh KhandagaleforCloudNativeFolks Communityblog.cloudnativefolks.org·Feb 5, 2023Web Scraping in GolangIntroduction Every developer uses web scraping as a necessary tool at some time in their career. Therefore, developers must understand web scrapers and how to create them. In this blog, we will be covering the basics of web scraping in Go using the F...Discuss·387 reads GopherLabs Go Language
Siddhesh Khandagalesiddhesh-dev.co·Dec 22, 2022Building CRUD Operations in Golang 🎉Introduction : Hey there 👋, In this tutorial, we are going to create a Web API with CRUD operations using Go-Fiber. What are we building? We are going to build a To-Do list API, with CRUD operations. Prerequisites💯 : To continue with the tutorial,...Discuss·2 likes·461 readsGo-Fiber Web Framework TutorialGo Language
Siddhesh Khandagalesiddhesh-dev.co·Dec 5, 2022Welcome to Fiber — an Express.js styled web framework written in Go🎉Introduction : Hey there 👋, today we are going to start with a very young and exciting Fiber Web Framework that is written in Golang. It is a great tool for creating Rapid Web Applications. Useful Information 💯: Fiber is an Express.js styled HTTP w...Discuss·440 readsGo-Fiber Web Framework TutorialGo Language