Published inDevOps.devHow to implement CI/CD in your Rails application with GitHub ActionsGitHub Actions is a Continuous Integration and Continuous Deployment (CI/CD) platform that allows you to automate your build, test, and…Oct 19Oct 19
Published inNerd For TechHow to use Pinia in Vue applicationPinia is a store library for Vue, it allows you to share a state across components/pages. Pinia is going to replace Vuex. It removes the…Oct 19Oct 19
Published inNerd For TechUsing Ruby Gem — Ruby OpenAI to play OpenAIThe OpenAI API provides a simple interface to state-of-the-art AI models for natural language processing, image generation, semantic…Oct 19Oct 19
Published inNerd For TechGet Rails data in Vue component without calling API : a use case in Vue-Rails applicationUsually, if frontend needs backend data, it will call API to get the data, but if in a rails application in which the frontend framework…Sep 29Sep 29
Published inNerd For TechUsing Leaflet to build a map in your Vue componentLeaflet is a leading open-source JavaScript library for mobile-friendly interactive maps. The way to use Leaflet in Vue components is…Sep 29Sep 29
Published inDevOps.devThe things to know when deploying your web application to Fly.ioFly.io is a public cloud built for developers to launch their applications. The process of the Fly.io deployment is to build a docker image…Sep 25Sep 25
Published inNerd For TechSome tips for integrating third-party API services in web applicationIntegrating third-party services in a side project or company web application is a common task for most developers. This article lists some…Jul 22Jul 22
Published inNerd For TechCode performance and load testingI used to mess up code performance and load testing because I thought they are similar, but actually not, so I write this article to…Jan 3, 2023Jan 3, 2023
Published inNerd For TechGolang: Build a simple web server and interact with itGolang is an open-source programming language supported by Google. It is famous for its powerful performance, and it also provides many…Nov 27, 2022Nov 27, 2022