icelandchenginDevOps.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
icelandchenginNerd 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
icelandchenginNerd 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
icelandchenginNerd 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
icelandchenginNerd 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
icelandchenginDevOps.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
icelandchenginNerd 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
icelandchenginNerd For TechThe Usage of Regular Expression in RubyIntroductionSep 19, 2023Sep 19, 2023
icelandchenginNerd 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
icelandchenginNerd 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