JRjoyal raphelinhashnode.joyaldev.meยทMar 31, 2023 ยท 4 min readGo Insights: IntroductionIntroduction In this blog, we are discussing the GO programming language, its origin, performance and so on. Let's get started ๐!!! Go is a statically typed, compiled high-level programming language designed at Google by Robert Griesemer, Rob Pike,...00
JRjoyal raphelinhashnode.joyaldev.meยทMar 20, 2023 ยท 2 min readGO project: Gorm connect with mysql dockerHow to use a docker container as a MySQL service for a GO project? How to connect with MySQL docker container? In this blog, we are discussing how to use MySQL container as a service in a go project with the gorm package. Below is a docker-compose fi...00
JRjoyal raphelinhashnode.joyaldev.meยทFeb 25, 2023 ยท 6 min readDocker for BeginnersWhat is Container? It is a way of packaging an application with all necessary dependency files and configuration files. Containerised applications are very easy to move and share in between, for example, applications are shared between the developmen...00