Omar Mohammad·Apr 26Installing PhoenixExplore the step-by-step process to install Phoenix along with Erlang and Elixir on your system. Understand the prerequisites and verify…
Omar Mohammad·Jan 31, 2025Install Kafka and Zookeeper on WSL UbuntuTo install and run Kafka and Zookeeper, you’ll need to follow a series of steps. Here’s a detailed guide:
Omar Mohammad·Feb 24, 2024Rails 7: Fix Tailwindcss InstallationI forgot to add esbuild installation while scaffolding as follows:-
Omar Mohammad·Sep 1, 2023How to Install Node.js from the Node.js binary for Linux.Copy the link of the nodejs binary and use wget in the terminal to download it or simply click on the download link from the official…
Omar Mohammad·Apr 16, 2023Toast Notifications with Tailwind and Stimulus | Ruby on Rails 7Let’s create a new ruby on rails applications with esbuild and tailwind css. Generate a scaffold for posts entity and files related to…A response icon1A response icon1
Omar Mohammad·Apr 10, 2023ChatGPT clone with OpenAi APICreate an account on beta.openai.com and generate an api key. Save the api key in a variable as follows:-
Omar Mohammad·Mar 11, 2023Rails7 Devise API AuthenticationCreate a new rails api with postgresql as database.A response icon1A response icon1