Skip to main content

build simple tic tac toe with rails action cable

Posted bysatrio
⏱️10 min read

Tictactoe, it's a classical games that everybody knows. Before deep down into the implementation, I just wanna share the simple runnable code to build a tictactoe on single web page using WebSocket connection. In here, I used Rails 7 to simplify the build process, a simple database to maintain the state and a tailwind css to simplify the css 👍

personalized development environment

Posted bysatrio
⏱️2 min read

First and foremost, we should understand what NVIM is before diving deeper into the topic of our discussion. It is a powerful text editor that has been gaining popularity among developers due to its flexibility and customizability. At the core, it is a fork of Vim, which stands for Vi IMproved, an efficient yet minimalist command-line editor with a rich feature set. However, NVIM takes it a step further by providing a more modern interface while still maintaining the same powerful functionalities.